summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_ldisc.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: hci_uart: check for missing tty operationsVladis Dronov2019-07-311-0/+13
* Bluetooth: hci_ldisc: Add function to wait for characters to be sentSascha Hauer2019-07-061-0/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-16/+1Star
* Bluetooth: hci_ldisc: Postpone HCI_UART_PROTO_READY bit set in hci_uart_set_p...Kefeng Wang2019-02-261-2/+1Star
* Bluetooth: hci_ldisc: Initialize hci_dev before open()Jeremy Cline2019-02-181-7/+14
* Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-241-0/+1
|\
| * change semantics of ldisc ->compat_ioctl()Al Viro2018-10-131-0/+1
* | Bluetooth: hci_ldisc: Free rw_semaphore on closeHermes Zhang2018-09-111-0/+2
|/
* 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/+0Star
* 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/+1Star
* 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/+0Star
* Bluetooth: Move HCI_RUNNING check into hci_send_frameMarcel Holtmann2015-10-051-3/+0Star
* Bluetooth: Remove useless rx_lock spinlockFrederic Danis2015-09-241-5/+3Star
* 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