summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_serdev.c
AgeCommit message (Expand)AuthorLines
2025-07-16Bluetooth: hci_dev: replace 'quirks' integer by 'quirk_flags' bitmapChristian Eggers-4/+4
2024-05-14Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz-5/+0
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-2/+2
2024-03-06Bluetooth: hci_h5: Add ability to allocate memory for private dataAndrey Skvortsov-4/+5
2024-01-27treewide, serdev: change receive_buf() return type to size_tFrancesco Dolcini-2/+2
2023-12-08tty: serdev: convert to u8 and size_tJiri Slaby (SUSE)-2/+2
2022-09-19Bluetooth: hci_{ldisc,serdev}: check percpu_init_rwsem() failureTetsuo Handa-3/+7
2022-07-21Bluetooth: Add default wakeup callback for HCI UART driverYing Hsu-0/+11
2022-01-21Bluetooth: hci_serdev: call init_rwsem() before p->open()Pavel Skripkin-1/+2
2021-07-22Bluetooth: hci_h5: Disable the hci_suspend_notifier for btrtl devicesHans de Goede-0/+3
2020-12-18Bluetooth: hci_uart: Fix a race for write_work schedulingClaire Chang-2/+2
2020-09-11Bluetooth: hci_serdev: Close UART port if NON_PERSISTENT_SETUP is setVenkata Lakshmi Narayana Gubba-3/+33
2020-08-02Bluetooth: hci_uart: Cancel init work before unregisteringSamuel Holland-0/+2
2020-07-28Bluetooth: hci_serdev: Only unregister device if it was registeredNicolas Boichat-1/+2
2020-05-13Bluetooth: serdev: Constify serdev_device_opsRikard Falkeborn-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner-11/+1
2018-12-19Bluetooth: hci_serdev: Remove setting of HCI_QUIRK_RESET_ON_CLOSE.Balakrishna Godavarthi-3/+0
2018-09-27Bluetooth: hci_serdev: Fixed error space required before open paranethesisJagdish Tirumala-1/+1
2018-09-27Bluetooth: hci_serdev: Add protocol check in hci_uart_dequeue().Balakrishna Godavarthi-3/+4
2018-09-27Bluetooth: hci_serdev: clear HCI_UART_PROTO_READY to avoid closing proto racesBalakrishna Godavarthi-0/+1
2018-05-30Bluetooth: hci_serdev: Fix HCI_UART_INIT_PENDING not workingHans de Goede-0/+1
2018-05-30Bluetooth: hci_serdev: Move serdev_device_close/open into common hci_serdev codeHans de Goede-1/+8
2018-05-30Bluetooth: hci_uart: Restore hci_dev->flush callback on open()Hans de Goede-8/+11
2018-05-29Bluetooth: hci_serdev: Removed unnecessary curly bracesVaibhav Murkute-2/+1
2017-12-13Bluetooth: hci_serdev: Init hci_uart proto_lock to avoid oopsLukas Wunner-0/+1
2017-10-30Bluetooth: Use bt_dev_err and bt_dev_info when possibleMarcel Holtmann-5/+4
2017-07-20Bluetooth: hci_serdev: Introduce hci_uart_unregister_device()Ian Molton-0/+13
2017-06-23Bluetooth: hci_serdev: make hci_serdev_client_ops staticColin Ian King-2/+2
2017-04-12Bluetooth: hci_serdev: allow modular driversSebastian Reichel-0/+1
2017-04-12Bluetooth: hci_serdev: do not open device in hci openSebastian Reichel-9/+3
2017-04-12Bluetooth: hci_uart: add serdev driver support libraryRob Herring-0/+361