summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_ldisc.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: hci_serdev: Fix HCI_UART_INIT_PENDING not workingHans de Goede2018-05-301-1/+1
* Bluetooth: hci_uart: Restore hci_dev->flush callback on open()Hans de Goede2018-05-301-9/+11
* Bluetooth: hci_ldisc: Provide a 'default' switch caseFabio Estevam2018-05-181-0/+2
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-1/+1
* Bluetooth: hci_ldisc: Fix another race when closing the tty.Ronald Tschalär2017-10-301-2/+2
* Bluetooth: hci_ldisc: Allow sleeping while proto locks are held.Ronald Tschalär2017-10-291-16/+22
* Bluetooth: hci_uart_set_flow_control: Fix NULL deref when using serdevHans de Goede2017-10-061-0/+7
* Bluetooth: Style fix - align block commentsDerek Robson2017-07-221-1/+2
* Bluetooth: hci_ldisc: Use rwlocking to avoid closing proto racesDean Jenkins2017-05-181-5/+35
* Bluetooth: hci_ldisc: Add protocol check to hci_uart_tx_wakeup()Dean Jenkins2017-04-301-0/+3
* Bluetooth: hci_ldisc: Add protocol check to hci_uart_dequeue()Dean Jenkins2017-04-301-3/+5
* Bluetooth: hci_ldisc: Add protocol check to hci_uart_send_frame()Dean Jenkins2017-04-301-0/+3
* Bluetooth: hci_ldisc: Add missing clear HCI_UART_PROTO_READYDean Jenkins2017-04-221-0/+1
* Bluetooth: hci_ldisc: Ensure hu->hdev set to NULL before freeing hdevDean Jenkins2017-04-221-1/+4
* Bluetooth: hci_ldisc: Add missing return in hci_uart_init_work()Dean Jenkins2017-04-221-0/+1
* bluetooth: hci_uart: remove unused hci_uart_init_ttyRob Herring2017-04-131-19/+0
* Bluetooth: hci_serdev: allow modular driversSebastian Reichel2017-04-121-0/+1
* Bluetooth: hci_uart: add support for word alignmentSebastian Reichel2017-04-121-0/+4
* 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
OpenPOWER on IntegriCloud