summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_ldisc.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Use single return in hci_uart_tty_ioctl() callVignesh Raman2016-09-241-13/+15
* Bluetooth: hci_uart: Add Marvell supportLoic Poulain2016-09-191-0/+6
* Bluetooth: Rename HCI_BREDR into HCI_PRIMARYMarcel Holtmann2016-07-091-1/+1
* Bluetooth: hci_ldisc: Fix null pointer derefence in case of early dataLoic Poulain2016-04-081-4/+7
* Bluetooth: hci_uart: Add Intel/AG6xx supportLoic Poulain2016-02-241-0/+6
* Bluetooth: hci_ldisc: Remove dead codePeter Hurley2015-12-101-7/+1
* Bluetooth: Use new hci_skb_pkt_* wrappers for driversMarcel Holtmann2015-11-191-2/+3
* Bluetooth: hci_uart: Provide initial manufacturer informationMarcel Holtmann2015-10-211-0/+7
* Bluetooth: Move handling of HCI_RUNNING flag into coreMarcel Holtmann2015-10-051-6/+0
* Bluetooth: Move HCI_RUNNING check into hci_send_frameMarcel Holtmann2015-10-051-3/+0
* Bluetooth: Remove useless rx_lock spinlockFrederic Danis2015-09-241-5/+3
* Bluetooth: hciuart: Add support QCA chipset for UARTBen Young Tae Kim2015-08-101-0/+6
* Bluetooth: hci_ldisc: Cleaned up coding style warningsPrasanna Karthik2015-07-271-1/+1
* Bluetooth: hci_uart: Add basic support for Intel Lightning Peak devicesLoic Poulain2015-07-231-0/+6
* Bluetooth: hci_uart: Fix speed selectionFrederic Danis2015-06-181-6/+6
* Bluetooth: hci_uart: Add new line discipline enhancementsIlya Faenson2015-06-171-6/+102
* Bluetooth: hci_uart: Support operational speed during setupFrederic Danis2015-06-061-0/+26
* Bluetooth: btbcm: Move request/release_firmware()Frederic Danis2015-06-061-0/+1
* Bluetooth: hci_uart: Use generic Intel support for address settingMarcel Holtmann2015-04-071-1/+3
* Bluetooth: hci_uart: Add protocol support for Broadcom UART devicesMarcel Holtmann2015-04-071-0/+6
* Bluetooth: hci_uart: Use generic functionality from Broadcom moduleMarcel Holtmann2015-04-071-1/+3
* Bluetooth: hci_uart: Update version number driverMarcel Holtmann2015-04-071-1/+1
* Bluetooth: hci_uart: Remove the manual protocol init messageMarcel Holtmann2015-04-071-0/+2
* Bluetooth: hci_uart: Make struct hci_uart_proto always constMarcel Holtmann2015-04-071-5/+5
* 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-241-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/+1
* Bluetooth: Add hdev parameter to hdev->send driver callbackMarcel Holtmann2013-10-111-2/+1
* 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-221-6/+1
* Bluetooth: hci_ldisc.c: removes unnecessary semicolonPeter Senna Tschudin2012-09-181-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