summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_serdev.c
Commit message (Expand)AuthorAgeFilesLines
* 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