summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_ldisc.c
AgeCommit message (Expand)AuthorLines
2014-07-12Bluetooth: Fix HCIUARTGETDEVICE ioctl when UART is not registeredMarcel Holtmann-1/+1
2014-07-11Bluetooth: Add support for external configuration with UART driverMarcel Holtmann-1/+5
2014-07-11Bluetooth: Check for valid HCI UART driver flagsMarcel Holtmann-1/+18
2014-04-24bluetooth: hci_ldisc: fix deadlock conditionFelipe Balbi-5/+19
2014-03-05Bluetooth: Remove assignments in if-statementsValentin Ilie-3/+6
2013-10-11Bluetooth: Remove pointless parameter check in hci_uart_send_frame()Marcel Holtmann-8/+1
2013-10-11Bluetooth: Add hdev parameter to hdev->send driver callbackMarcel Holtmann-2/+1
2013-04-04Bluetooth: Remove trivial white spaceChan-yeol Park-5/+5
2013-04-04Bluetooth: Fix possible NULL dereference in hci_uart_tty_receiveChan-yeol Park-1/+4
2012-10-22TTY: hci_ldisc, remove invalid check in openJiri Slaby-6/+1
2012-09-18Bluetooth: hci_ldisc.c: removes unnecessary semicolonPeter Senna Tschudin-1/+1
2012-07-17Bluetooth: Add delayed init sequence support for UART controllersJohan Hedberg-1/+38
2012-07-17Bluetooth: Simplify hci_uart_tty_close logicJohan Hedberg-12/+13
2012-07-17Bluetooth: Initial skeleton for Three-wire UART (H5) supportJohan Hedberg-0/+6
2012-06-05Bluetooth: Rename HCI_QUIRK_NO_RESET to HCI_QUIRK_RESET_ON_CLOSESzymon Janc-1/+1
2012-05-09Bluetooth: Remove redundant hdev->parent fieldDavid Herrmann-1/+1
2012-03-28Bluetooth: hci_ldisc: fix NULL-pointer dereference on tty_closeJohan Hovold-1/+1
2012-02-24Bluetooth: Add support for creating HCI UART based AMP controllersMarcel Holtmann-0/+5
2012-02-24Bluetooth: Allow HCI UART reset parameter via flags ioctlMarcel Holtmann-8/+3
2012-02-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Johan Hedberg-1/+1
2012-02-13Bluetooth: Remove hci_dev->driver_dataDavid Herrmann-3/+3
2012-02-13Bluetooth: Remove HCI-owner fieldDavid Herrmann-2/+0
2012-02-13Bluetooth: uart-ldisc: Fix memory leak and remove destruct cbDavid Herrmann-10/+2
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell-1/+1
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds-11/+6
2011-05-23Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-8/+11
2011-04-22tty: make receive_buf() return the amout of bytes receivedFelipe Balbi-4/+8
2011-04-13Bluetooth: hci_uart: check the return value of recv()Jiejing Zhang-2/+4
2011-02-16Bluetooth: Make hci a child of the corresponding tty device.Andrei Warkentin-0/+1
2010-12-08Bluetooth: add NULL pointer check in HCIJun Nie-2/+4
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds-1/+1
2010-10-22bluetooth: Fix missing NULL checkAlan Cox-0/+7
2010-10-12Bluetooth: hci_uart: Fix typo in stats for sco txKarl Beldan-1/+1
2010-07-21Bluetooth: Support for Atheros AR300x serial chipSuraj Sumangala-0/+6
2010-07-21Bluetooth: Add HCIUARTSETFLAGS and HCIUARTGETFLAGS ioctlsJohan Hedberg-0/+12
2010-07-21Bluetooth: Fix warning: variable 'tty' set but not usedJustin P. Mattock-2/+0
2010-02-27Bluetooth: Convert controller hdev->type to hdev->busMarcel Holtmann-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa-1/+1
2009-06-11tty: fix bluetooth scribbling on low latency flagsAlan Cox-1/+0
2009-06-11tty: rewrite the ldisc lockingAlan Cox-2/+2
2008-11-30Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann-5/+0
2008-11-30Bluetooth: Send HCI Reset command by default on device initializationMarcel Holtmann-2/+2
2008-10-13tty: some ICANON magic is in the wrong placesAlan Cox-1/+1
2008-08-18[Bluetooth] Consolidate maintainers informationMarcel Holtmann-1/+1
2008-07-20tty: Ldisc revampAlan Cox-3/+3
2008-04-30tty: add throttle/unthrottle helpersAlan Cox-3/+1
2008-04-30tty: The big operations reworkAlan Cox-8/+5
2008-02-12hci_ldisc: fix null pointer derefDavid Newall-0/+1
2007-10-22[Bluetooth] Add UART driver for Texas Instruments' BRF63xx chipsOhad Ben-Cohen-1/+7
2007-05-10[Bluetooth] Fix unintentional fall-through in HCI line disciplineMarcel Holtmann-0/+1