summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_serdev.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: hci_{ldisc,serdev}: check percpu_init_rwsem() failureTetsuo Handa2022-09-191-3/+7
* Bluetooth: Add default wakeup callback for HCI UART driverYing Hsu2022-07-211-0/+11
* Bluetooth: hci_serdev: call init_rwsem() before p->open()Pavel Skripkin2022-01-211-1/+2
* Bluetooth: hci_h5: Disable the hci_suspend_notifier for btrtl devicesHans de Goede2021-07-221-0/+3
* Bluetooth: hci_uart: Fix a race for write_work schedulingClaire Chang2020-12-181-2/+2
* Bluetooth: hci_serdev: Close UART port if NON_PERSISTENT_SETUP is setVenkata Lakshmi Narayana Gubba2020-09-111-3/+33
* Bluetooth: hci_uart: Cancel init work before unregisteringSamuel Holland2020-08-021-0/+2
* Bluetooth: hci_serdev: Only unregister device if it was registeredNicolas Boichat2020-07-281-1/+2
* Bluetooth: serdev: Constify serdev_device_opsRikard Falkeborn2020-05-131-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-11/+1
* Bluetooth: hci_serdev: Remove setting of HCI_QUIRK_RESET_ON_CLOSE.Balakrishna Godavarthi2018-12-191-3/+0
* Bluetooth: hci_serdev: Fixed error space required before open paranethesisJagdish Tirumala2018-09-271-1/+1
* Bluetooth: hci_serdev: Add protocol check in hci_uart_dequeue().Balakrishna Godavarthi2018-09-271-3/+4
* Bluetooth: hci_serdev: clear HCI_UART_PROTO_READY to avoid closing proto racesBalakrishna Godavarthi2018-09-271-0/+1
* Bluetooth: hci_serdev: Fix HCI_UART_INIT_PENDING not workingHans de Goede2018-05-301-0/+1
* Bluetooth: hci_serdev: Move serdev_device_close/open into common hci_serdev codeHans de Goede2018-05-301-1/+8
* Bluetooth: hci_uart: Restore hci_dev->flush callback on open()Hans de Goede2018-05-301-8/+11
* Bluetooth: hci_serdev: Removed unnecessary curly bracesVaibhav Murkute2018-05-291-2/+1
* Bluetooth: hci_serdev: Init hci_uart proto_lock to avoid oopsLukas Wunner2017-12-131-0/+1
* Bluetooth: Use bt_dev_err and bt_dev_info when possibleMarcel Holtmann2017-10-301-5/+4
* Bluetooth: hci_serdev: Introduce hci_uart_unregister_device()Ian Molton2017-07-201-0/+13
* Bluetooth: hci_serdev: make hci_serdev_client_ops staticColin Ian King2017-06-231-2/+2
* Bluetooth: hci_serdev: allow modular driversSebastian Reichel2017-04-121-0/+1
* Bluetooth: hci_serdev: do not open device in hci openSebastian Reichel2017-04-121-9/+3
* Bluetooth: hci_uart: add serdev driver support libraryRob Herring2017-04-121-0/+361