summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_serdev.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-11/+1Star
* Bluetooth: hci_serdev: Remove setting of HCI_QUIRK_RESET_ON_CLOSE.Balakrishna Godavarthi2018-12-191-3/+0Star
* 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/+1Star
* 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/+4Star
* 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/+3Star
* Bluetooth: hci_uart: add serdev driver support libraryRob Herring2017-04-121-0/+361