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