aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_ldisc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-31Bluetooth: hci_uart: check for missing tty operationsVladis Dronov1-0/+13
2019-07-06Bluetooth: hci_ldisc: Add function to wait for characters to be sentSascha Hauer1-0/+8
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-16/+1
2019-02-26Bluetooth: hci_ldisc: Postpone HCI_UART_PROTO_READY bit set in hci_uart_set_proto()Kefeng Wang1-2/+1
2019-02-18Bluetooth: hci_ldisc: Initialize hci_dev before open()Jeremy Cline1-7/+14
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2018-10-13change semantics of ldisc ->compat_ioctl()Al Viro1-0/+1
2018-09-11Bluetooth: hci_ldisc: Free rw_semaphore on closeHermes Zhang1-0/+2
2018-05-30Bluetooth: hci_serdev: Fix HCI_UART_INIT_PENDING not workingHans de Goede1-1/+1
2018-05-30Bluetooth: hci_uart: Restore hci_dev->flush callback on open()Hans de Goede1-9/+11
2018-05-18Bluetooth: hci_ldisc: Provide a 'default' switch caseFabio Estevam1-0/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-1/+1
2017-10-30Bluetooth: hci_ldisc: Fix another race when closing the tty.Ronald Tschalär1-2/+2
2017-10-29Bluetooth: hci_ldisc: Allow sleeping while proto locks are held.Ronald Tschalär1-16/+22
2017-10-06Bluetooth: hci_uart_set_flow_control: Fix NULL deref when using serdevHans de Goede1-0/+7
2017-07-22Bluetooth: Style fix - align block commentsDerek Robson1-1/+2
2017-05-18Bluetooth: hci_ldisc: Use rwlocking to avoid closing proto racesDean Jenkins1-5/+35
2017-04-30Bluetooth: hci_ldisc: Add protocol check to hci_uart_tx_wakeup()Dean Jenkins1-0/+3
2017-04-30Bluetooth: hci_ldisc: Add protocol check to hci_uart_dequeue()Dean Jenkins1-3/+5
2017-04-30Bluetooth: hci_ldisc: Add protocol check to hci_uart_send_frame()Dean Jenkins1-0/+3
2017-04-22Bluetooth: hci_ldisc: Add missing clear HCI_UART_PROTO_READYDean Jenkins1-0/+1
2017-04-22Bluetooth: hci_ldisc: Ensure hu->hdev set to NULL before freeing hdevDean Jenkins1-1/+4
2017-04-22Bluetooth: hci_ldisc: Add missing return in hci_uart_init_work()Dean Jenkins1-0/+1
2017-04-13bluetooth: hci_uart: remove unused hci_uart_init_ttyRob Herring1-19/+0
2017-04-12Bluetooth: hci_serdev: allow modular driversSebastian Reichel1-0/+1
2017-04-12Bluetooth: hci_uart: add support for word alignmentSebastian Reichel1-0/+4
2016-09-24Bluetooth: Use single return in hci_uart_tty_ioctl() callVignesh Raman1-13/+15
2016-09-19Bluetooth: hci_uart: Add Marvell supportLoic Poulain1-0/+6
2016-07-09Bluetooth: Rename HCI_BREDR into HCI_PRIMARYMarcel Holtmann1-1/+1
2016-04-08Bluetooth: hci_ldisc: Fix null pointer derefence in case of early dataLoic Poulain1-4/+7
2016-02-24Bluetooth: hci_uart: Add Intel/AG6xx supportLoic Poulain1-0/+6
2015-12-10Bluetooth: hci_ldisc: Remove dead codePeter Hurley1-7/+1
2015-11-19Bluetooth: Use new hci_skb_pkt_* wrappers for driversMarcel Holtmann1-2/+3
2015-10-21Bluetooth: hci_uart: Provide initial manufacturer informationMarcel Holtmann1-0/+7
2015-10-05Bluetooth: Move handling of HCI_RUNNING flag into coreMarcel Holtmann1-6/+0
2015-10-05Bluetooth: Move HCI_RUNNING check into hci_send_frameMarcel Holtmann1-3/+0
2015-09-24Bluetooth: Remove useless rx_lock spinlockFrederic Danis1-5/+3
2015-08-10Bluetooth: hciuart: Add support QCA chipset for UARTBen Young Tae Kim1-0/+6
2015-07-27Bluetooth: hci_ldisc: Cleaned up coding style warningsPrasanna Karthik1-1/+1
2015-07-23Bluetooth: hci_uart: Add basic support for Intel Lightning Peak devicesLoic Poulain1-0/+6
2015-06-18Bluetooth: hci_uart: Fix speed selectionFrederic Danis1-6/+6
2015-06-17Bluetooth: hci_uart: Add new line discipline enhancementsIlya Faenson1-6/+102
2015-06-06Bluetooth: hci_uart: Support operational speed during setupFrederic Danis1-0/+26
2015-06-06Bluetooth: btbcm: Move request/release_firmware()Frederic Danis1-0/+1
2015-04-07Bluetooth: hci_uart: Use generic Intel support for address settingMarcel Holtmann1-1/+3
2015-04-07Bluetooth: hci_uart: Add protocol support for Broadcom UART devicesMarcel Holtmann1-0/+6
2015-04-07Bluetooth: hci_uart: Use generic functionality from Broadcom moduleMarcel Holtmann1-1/+3
2015-04-07Bluetooth: hci_uart: Update version number driverMarcel Holtmann1-1/+1
2015-04-07Bluetooth: hci_uart: Remove the manual protocol init messageMarcel Holtmann1-0/+2
2015-04-07Bluetooth: hci_uart: Make struct hci_uart_proto always constMarcel Holtmann1-5/+5