aboutsummaryrefslogtreecommitdiff
path: root/drivers/bluetooth/hci_serdev.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-18Bluetooth: hci_uart: Fix a race for write_work schedulingGravatar Claire Chang 1-2/+2
2020-09-11Bluetooth: hci_serdev: Close UART port if NON_PERSISTENT_SETUP is setGravatar Venkata Lakshmi Narayana Gubba 1-3/+33
2020-08-02Bluetooth: hci_uart: Cancel init work before unregisteringGravatar Samuel Holland 1-0/+2
2020-07-28Bluetooth: hci_serdev: Only unregister device if it was registeredGravatar Nicolas Boichat 1-1/+2
2020-05-13Bluetooth: serdev: Constify serdev_device_opsGravatar Rikard Falkeborn 1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Gravatar Thomas Gleixner 1-11/+1
2018-12-19Bluetooth: hci_serdev: Remove setting of HCI_QUIRK_RESET_ON_CLOSE.Gravatar Balakrishna Godavarthi 1-3/+0
2018-09-27Bluetooth: hci_serdev: Fixed error space required before open paranethesisGravatar Jagdish Tirumala 1-1/+1
2018-09-27Bluetooth: hci_serdev: Add protocol check in hci_uart_dequeue().Gravatar Balakrishna Godavarthi 1-3/+4
2018-09-27Bluetooth: hci_serdev: clear HCI_UART_PROTO_READY to avoid closing proto racesGravatar Balakrishna Godavarthi 1-0/+1
2018-05-30Bluetooth: hci_serdev: Fix HCI_UART_INIT_PENDING not workingGravatar Hans de Goede 1-0/+1
2018-05-30Bluetooth: hci_serdev: Move serdev_device_close/open into common hci_serdev codeGravatar Hans de Goede 1-1/+8
2018-05-30Bluetooth: hci_uart: Restore hci_dev->flush callback on open()Gravatar Hans de Goede 1-8/+11
2018-05-29Bluetooth: hci_serdev: Removed unnecessary curly bracesGravatar Vaibhav Murkute 1-2/+1
2017-12-13Bluetooth: hci_serdev: Init hci_uart proto_lock to avoid oopsGravatar Lukas Wunner 1-0/+1
2017-10-30Bluetooth: Use bt_dev_err and bt_dev_info when possibleGravatar Marcel Holtmann 1-5/+4
2017-07-20Bluetooth: hci_serdev: Introduce hci_uart_unregister_device()Gravatar Ian Molton 1-0/+13
2017-06-23Bluetooth: hci_serdev: make hci_serdev_client_ops staticGravatar Colin Ian King 1-2/+2
2017-04-12Bluetooth: hci_serdev: allow modular driversGravatar Sebastian Reichel 1-0/+1
2017-04-12Bluetooth: hci_serdev: do not open device in hci openGravatar Sebastian Reichel 1-9/+3
2017-04-12Bluetooth: hci_uart: add serdev driver support libraryGravatar Rob Herring 1-0/+361