summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_ldisc.c
Commit message (Expand)AuthorAgeFilesLines
...
* Bluetooth: hci_uart: Use const data pointer for received dataMarcel Holtmann2015-04-071-1/+1
* Bluetooth: hci_uart: Fix indentation issues for multi-line functionsMarcel Holtmann2015-04-071-6/+7
* Bluetooth: hci_uart: Remove unneeded cast of tty->disc_dataMarcel Holtmann2015-04-071-4/+4
* Bluetooth: hci_uart: Add support Broadcom address configurationMarcel Holtmann2015-04-071-0/+5
* Bluetooth: hci_uart: Add support Intel address configurationMarcel Holtmann2015-04-071-0/+5
* Bluetooth: hci_uart: Add support for vendor detection flagMarcel Holtmann2015-04-071-1/+28
* Bluetooth: Remove unneeded extra ( ) in valid flags checkMarcel Holtmann2015-04-021-1/+1
* Bluetooth: hci_uart: Add setup callbackLoic Poulain2015-03-251-0/+11
* Bluetooth: Fix HCIUARTGETDEVICE ioctl when UART is not registeredMarcel Holtmann2014-07-121-1/+1
* Bluetooth: Add support for external configuration with UART driverMarcel Holtmann2014-07-111-1/+5
* Bluetooth: Check for valid HCI UART driver flagsMarcel Holtmann2014-07-111-1/+18
* bluetooth: hci_ldisc: fix deadlock conditionFelipe Balbi2014-04-251-5/+19
* Bluetooth: Remove assignments in if-statementsValentin Ilie2014-03-051-3/+6
* Bluetooth: Remove pointless parameter check in hci_uart_send_frame()Marcel Holtmann2013-10-111-8/+1Star
* Bluetooth: Add hdev parameter to hdev->send driver callbackMarcel Holtmann2013-10-111-2/+1Star
* Bluetooth: Remove trivial white spaceChan-yeol Park2013-04-041-5/+5
* Bluetooth: Fix possible NULL dereference in hci_uart_tty_receiveChan-yeol Park2013-04-041-1/+4
* TTY: hci_ldisc, remove invalid check in openJiri Slaby2012-10-231-6/+1Star
* Bluetooth: hci_ldisc.c: removes unnecessary semicolonPeter Senna Tschudin2012-09-191-1/+1
* Bluetooth: Add delayed init sequence support for UART controllersJohan Hedberg2012-07-171-1/+38
* Bluetooth: Simplify hci_uart_tty_close logicJohan Hedberg2012-07-171-12/+13
* Bluetooth: Initial skeleton for Three-wire UART (H5) supportJohan Hedberg2012-07-171-0/+6
* Bluetooth: Rename HCI_QUIRK_NO_RESET to HCI_QUIRK_RESET_ON_CLOSESzymon Janc2012-06-051-1/+1
* Bluetooth: Remove redundant hdev->parent fieldDavid Herrmann2012-05-091-1/+1
* Bluetooth: hci_ldisc: fix NULL-pointer dereference on tty_closeJohan Hovold2012-03-281-1/+1
* Bluetooth: Add support for creating HCI UART based AMP controllersMarcel Holtmann2012-02-241-0/+5
* Bluetooth: Allow HCI UART reset parameter via flags ioctlMarcel Holtmann2012-02-241-8/+3Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Johan Hedberg2012-02-161-1/+1
|\
| * module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* | Bluetooth: Remove hci_dev->driver_dataDavid Herrmann2012-02-131-3/+3
* | Bluetooth: Remove HCI-owner fieldDavid Herrmann2012-02-131-2/+0Star
* | Bluetooth: uart-ldisc: Fix memory leak and remove destruct cbDavid Herrmann2012-02-131-10/+2Star
|/
* Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds2011-06-031-11/+6Star
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-05-231-8/+11
|\
| * tty: make receive_buf() return the amout of bytes receivedFelipe Balbi2011-04-231-4/+8
* | Bluetooth: hci_uart: check the return value of recv()Jiejing Zhang2011-04-131-2/+4
|/
* Bluetooth: Make hci a child of the corresponding tty device.Andrei Warkentin2011-02-161-0/+1
* Bluetooth: add NULL pointer check in HCIJun Nie2010-12-081-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-231-1/+1
|\
| * Bluetooth: hci_uart: Fix typo in stats for sco txKarl Beldan2010-10-121-1/+1
* | bluetooth: Fix missing NULL checkAlan Cox2010-10-221-0/+7
|/
* Bluetooth: Support for Atheros AR300x serial chipSuraj Sumangala2010-07-211-0/+6
* Bluetooth: Add HCIUARTSETFLAGS and HCIUARTGETFLAGS ioctlsJohan Hedberg2010-07-211-0/+12
* Bluetooth: Fix warning: variable 'tty' set but not usedJustin P. Mattock2010-07-211-2/+0Star
* Bluetooth: Convert controller hdev->type to hdev->busMarcel Holtmann2010-02-271-1/+1
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* tty: fix bluetooth scribbling on low latency flagsAlan Cox2009-06-111-1/+0Star
* tty: rewrite the ldisc lockingAlan Cox2009-06-111-2/+2
* Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann2008-11-301-5/+0Star
* Bluetooth: Send HCI Reset command by default on device initializationMarcel Holtmann2008-11-301-2/+2