aboutsummaryrefslogtreecommitdiff
path: root/drivers/bluetooth/hci_ldisc.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-28the rest of drivers/*: annotate ->poll() instancesGravatar Al Viro 1-1/+1
2017-10-30Bluetooth: hci_ldisc: Fix another race when closing the tty.Gravatar Ronald Tschalär 1-2/+2
2017-10-29Bluetooth: hci_ldisc: Allow sleeping while proto locks are held.Gravatar Ronald Tschalär 1-16/+22
2017-10-06Bluetooth: hci_uart_set_flow_control: Fix NULL deref when using serdevGravatar Hans de Goede 1-0/+7
2017-07-22Bluetooth: Style fix - align block commentsGravatar Derek Robson 1-1/+2
2017-05-18Bluetooth: hci_ldisc: Use rwlocking to avoid closing proto racesGravatar Dean Jenkins 1-5/+35
2017-04-30Bluetooth: hci_ldisc: Add protocol check to hci_uart_tx_wakeup()Gravatar Dean Jenkins 1-0/+3
2017-04-30Bluetooth: hci_ldisc: Add protocol check to hci_uart_dequeue()Gravatar Dean Jenkins 1-3/+5
2017-04-30Bluetooth: hci_ldisc: Add protocol check to hci_uart_send_frame()Gravatar Dean Jenkins 1-0/+3
2017-04-22Bluetooth: hci_ldisc: Add missing clear HCI_UART_PROTO_READYGravatar Dean Jenkins 1-0/+1
2017-04-22Bluetooth: hci_ldisc: Ensure hu->hdev set to NULL before freeing hdevGravatar Dean Jenkins 1-1/+4
2017-04-22Bluetooth: hci_ldisc: Add missing return in hci_uart_init_work()Gravatar Dean Jenkins 1-0/+1
2017-04-13bluetooth: hci_uart: remove unused hci_uart_init_ttyGravatar Rob Herring 1-19/+0
2017-04-12Bluetooth: hci_serdev: allow modular driversGravatar Sebastian Reichel 1-0/+1
2017-04-12Bluetooth: hci_uart: add support for word alignmentGravatar Sebastian Reichel 1-0/+4
2016-09-24Bluetooth: Use single return in hci_uart_tty_ioctl() callGravatar Vignesh Raman 1-13/+15
2016-09-19Bluetooth: hci_uart: Add Marvell supportGravatar Loic Poulain 1-0/+6
2016-07-09Bluetooth: Rename HCI_BREDR into HCI_PRIMARYGravatar Marcel Holtmann 1-1/+1
2016-04-08Bluetooth: hci_ldisc: Fix null pointer derefence in case of early dataGravatar Loic Poulain 1-4/+7
2016-02-24Bluetooth: hci_uart: Add Intel/AG6xx supportGravatar Loic Poulain 1-0/+6
2015-12-10Bluetooth: hci_ldisc: Remove dead codeGravatar Peter Hurley 1-7/+1
2015-11-19Bluetooth: Use new hci_skb_pkt_* wrappers for driversGravatar Marcel Holtmann 1-2/+3
2015-10-21Bluetooth: hci_uart: Provide initial manufacturer informationGravatar Marcel Holtmann 1-0/+7
2015-10-05Bluetooth: Move handling of HCI_RUNNING flag into coreGravatar Marcel Holtmann 1-6/+0
2015-10-05Bluetooth: Move HCI_RUNNING check into hci_send_frameGravatar Marcel Holtmann 1-3/+0
2015-09-24Bluetooth: Remove useless rx_lock spinlockGravatar Frederic Danis 1-5/+3
2015-08-10Bluetooth: hciuart: Add support QCA chipset for UARTGravatar Ben Young Tae Kim 1-0/+6
2015-07-27Bluetooth: hci_ldisc: Cleaned up coding style warningsGravatar Prasanna Karthik 1-1/+1
2015-07-23Bluetooth: hci_uart: Add basic support for Intel Lightning Peak devicesGravatar Loic Poulain 1-0/+6
2015-06-18Bluetooth: hci_uart: Fix speed selectionGravatar Frederic Danis 1-6/+6
2015-06-17Bluetooth: hci_uart: Add new line discipline enhancementsGravatar Ilya Faenson 1-6/+102
2015-06-06Bluetooth: hci_uart: Support operational speed during setupGravatar Frederic Danis 1-0/+26
2015-06-06Bluetooth: btbcm: Move request/release_firmware()Gravatar Frederic Danis 1-0/+1
2015-04-07Bluetooth: hci_uart: Use generic Intel support for address settingGravatar Marcel Holtmann 1-1/+3
2015-04-07Bluetooth: hci_uart: Add protocol support for Broadcom UART devicesGravatar Marcel Holtmann 1-0/+6
2015-04-07Bluetooth: hci_uart: Use generic functionality from Broadcom moduleGravatar Marcel Holtmann 1-1/+3
2015-04-07Bluetooth: hci_uart: Update version number driverGravatar Marcel Holtmann 1-1/+1
2015-04-07Bluetooth: hci_uart: Remove the manual protocol init messageGravatar Marcel Holtmann 1-0/+2
2015-04-07Bluetooth: hci_uart: Make struct hci_uart_proto always constGravatar Marcel Holtmann 1-5/+5
2015-04-07Bluetooth: hci_uart: Use const data pointer for received dataGravatar Marcel Holtmann 1-1/+1
2015-04-07Bluetooth: hci_uart: Fix indentation issues for multi-line functionsGravatar Marcel Holtmann 1-6/+7
2015-04-07Bluetooth: hci_uart: Remove unneeded cast of tty->disc_dataGravatar Marcel Holtmann 1-4/+4
2015-04-07Bluetooth: hci_uart: Add support Broadcom address configurationGravatar Marcel Holtmann 1-0/+5
2015-04-07Bluetooth: hci_uart: Add support Intel address configurationGravatar Marcel Holtmann 1-0/+5
2015-04-07Bluetooth: hci_uart: Add support for vendor detection flagGravatar Marcel Holtmann 1-1/+28
2015-04-02Bluetooth: Remove unneeded extra ( ) in valid flags checkGravatar Marcel Holtmann 1-1/+1
2015-03-25Bluetooth: hci_uart: Add setup callbackGravatar Loic Poulain 1-0/+11
2014-07-12Bluetooth: Fix HCIUARTGETDEVICE ioctl when UART is not registeredGravatar Marcel Holtmann 1-1/+1
2014-07-11Bluetooth: Add support for external configuration with UART driverGravatar Marcel Holtmann 1-1/+5
2014-07-11Bluetooth: Check for valid HCI UART driver flagsGravatar Marcel Holtmann 1-1/+18