summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_serdev.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: hci_uart: Cancel init work before unregisteringSamuel Holland2020-10-291-0/+2
* Bluetooth: hci_serdev: Only unregister device if it was registeredNicolas Boichat2020-08-211-1/+2
* Bluetooth: hci_serdev: clear HCI_UART_PROTO_READY to avoid closing proto racesBalakrishna Godavarthi2019-11-201-0/+1
* Bluetooth: hci_serdev: Init hci_uart proto_lock to avoid oopsLukas Wunner2018-08-151-0/+1
* 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