summaryrefslogtreecommitdiff
path: root/drivers/bluetooth/hci_serdev.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-29Bluetooth: hci_uart: Cancel init work before unregisteringSamuel Holland1-0/+2
2020-08-21Bluetooth: hci_serdev: Only unregister device if it was registeredNicolas Boichat1-1/+2
2019-11-20Bluetooth: hci_serdev: clear HCI_UART_PROTO_READY to avoid closing proto racesBalakrishna Godavarthi1-0/+1
2018-08-15Bluetooth: hci_serdev: Init hci_uart proto_lock to avoid oopsLukas Wunner1-0/+1
2017-07-20Bluetooth: hci_serdev: Introduce hci_uart_unregister_device()Ian Molton1-0/+13
2017-06-23Bluetooth: hci_serdev: make hci_serdev_client_ops staticColin Ian King1-2/+2
2017-04-12Bluetooth: hci_serdev: allow modular driversSebastian Reichel1-0/+1
2017-04-12Bluetooth: hci_serdev: do not open device in hci openSebastian Reichel1-9/+3
2017-04-12Bluetooth: hci_uart: add serdev driver support libraryRob Herring1-0/+361