aboutsummaryrefslogtreecommitdiff
path: root/drivers/bluetooth/hci_ldisc.c
AgeCommit message (Expand)Author
2015-04-07Bluetooth: hci_uart: Use generic Intel support for address settingMarcel Holtmann
2015-04-07Bluetooth: hci_uart: Add protocol support for Broadcom UART devicesMarcel Holtmann
2015-04-07Bluetooth: hci_uart: Use generic functionality from Broadcom moduleMarcel Holtmann
2015-04-07Bluetooth: hci_uart: Update version number driverMarcel Holtmann
2015-04-07Bluetooth: hci_uart: Remove the manual protocol init messageMarcel Holtmann
2015-04-07Bluetooth: hci_uart: Make struct hci_uart_proto always constMarcel Holtmann
2015-04-07Bluetooth: hci_uart: Use const data pointer for received dataMarcel Holtmann
2015-04-07Bluetooth: hci_uart: Fix indentation issues for multi-line functionsMarcel Holtmann
2015-04-07Bluetooth: hci_uart: Remove unneeded cast of tty->disc_dataMarcel Holtmann
2015-04-07Bluetooth: hci_uart: Add support Broadcom address configurationMarcel Holtmann
2015-04-07Bluetooth: hci_uart: Add support Intel address configurationMarcel Holtmann
2015-04-07Bluetooth: hci_uart: Add support for vendor detection flagMarcel Holtmann
2015-04-02Bluetooth: Remove unneeded extra ( ) in valid flags checkMarcel Holtmann
2015-03-25Bluetooth: hci_uart: Add setup callbackLoic Poulain
2014-07-12Bluetooth: Fix HCIUARTGETDEVICE ioctl when UART is not registeredMarcel Holtmann
2014-07-11Bluetooth: Add support for external configuration with UART driverMarcel Holtmann
2014-07-11Bluetooth: Check for valid HCI UART driver flagsMarcel Holtmann
2014-04-24bluetooth: hci_ldisc: fix deadlock conditionFelipe Balbi
2014-03-05Bluetooth: Remove assignments in if-statementsValentin Ilie
2013-10-11Bluetooth: Remove pointless parameter check in hci_uart_send_frame()Marcel Holtmann
2013-10-11Bluetooth: Add hdev parameter to hdev->send driver callbackMarcel Holtmann
2013-04-04Bluetooth: Remove trivial white spaceChan-yeol Park
2013-04-04Bluetooth: Fix possible NULL dereference in hci_uart_tty_receiveChan-yeol Park
2012-10-22TTY: hci_ldisc, remove invalid check in openJiri Slaby
2012-09-18Bluetooth: hci_ldisc.c: removes unnecessary semicolonPeter Senna Tschudin
2012-07-17Bluetooth: Add delayed init sequence support for UART controllersJohan Hedberg
2012-07-17Bluetooth: Simplify hci_uart_tty_close logicJohan Hedberg
2012-07-17Bluetooth: Initial skeleton for Three-wire UART (H5) supportJohan Hedberg
2012-06-05Bluetooth: Rename HCI_QUIRK_NO_RESET to HCI_QUIRK_RESET_ON_CLOSESzymon Janc
2012-05-09Bluetooth: Remove redundant hdev->parent fieldDavid Herrmann
2012-03-28Bluetooth: hci_ldisc: fix NULL-pointer dereference on tty_closeJohan Hovold
2012-02-24Bluetooth: Add support for creating HCI UART based AMP controllersMarcel Holtmann
2012-02-24Bluetooth: Allow HCI UART reset parameter via flags ioctlMarcel Holtmann
2012-02-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Johan Hedberg
2012-02-13Bluetooth: Remove hci_dev->driver_dataDavid Herrmann
2012-02-13Bluetooth: Remove HCI-owner fieldDavid Herrmann
2012-02-13Bluetooth: uart-ldisc: Fix memory leak and remove destruct cbDavid Herrmann
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds
2011-05-23Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-04-22tty: make receive_buf() return the amout of bytes receivedFelipe Balbi
2011-04-13Bluetooth: hci_uart: check the return value of recv()Jiejing Zhang
2011-02-16Bluetooth: Make hci a child of the corresponding tty device.Andrei Warkentin
2010-12-08Bluetooth: add NULL pointer check in HCIJun Nie
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-10-22bluetooth: Fix missing NULL checkAlan Cox
2010-10-12Bluetooth: hci_uart: Fix typo in stats for sco txKarl Beldan
2010-07-21Bluetooth: Support for Atheros AR300x serial chipSuraj Sumangala
2010-07-21Bluetooth: Add HCIUARTSETFLAGS and HCIUARTGETFLAGS ioctlsJohan Hedberg
2010-07-21Bluetooth: Fix warning: variable 'tty' set but not usedJustin P. Mattock