index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
bluetooth
/
hci_serdev.c
Age
Commit message (
Expand
)
Author
2024-05-14
Bluetooth: HCI: Remove HCI_AMP support
Luiz Augusto von Dentz
2024-03-21
Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2024-03-06
Bluetooth: hci_h5: Add ability to allocate memory for private data
Andrey Skvortsov
2024-01-27
treewide, serdev: change receive_buf() return type to size_t
Francesco Dolcini
2023-12-08
tty: serdev: convert to u8 and size_t
Jiri Slaby (SUSE)
2022-09-19
Bluetooth: hci_{ldisc,serdev}: check percpu_init_rwsem() failure
Tetsuo Handa
2022-07-21
Bluetooth: Add default wakeup callback for HCI UART driver
Ying Hsu
2022-01-21
Bluetooth: hci_serdev: call init_rwsem() before p->open()
Pavel Skripkin
2021-07-22
Bluetooth: hci_h5: Disable the hci_suspend_notifier for btrtl devices
Hans de Goede
2020-12-18
Bluetooth: hci_uart: Fix a race for write_work scheduling
Claire Chang
2020-09-11
Bluetooth: hci_serdev: Close UART port if NON_PERSISTENT_SETUP is set
Venkata Lakshmi Narayana Gubba
2020-08-02
Bluetooth: hci_uart: Cancel init work before unregistering
Samuel Holland
2020-07-28
Bluetooth: hci_serdev: Only unregister device if it was registered
Nicolas Boichat
2020-05-13
Bluetooth: serdev: Constify serdev_device_ops
Rikard Falkeborn
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
2018-12-19
Bluetooth: hci_serdev: Remove setting of HCI_QUIRK_RESET_ON_CLOSE.
Balakrishna Godavarthi
2018-09-27
Bluetooth: hci_serdev: Fixed error space required before open paranethesis
Jagdish Tirumala
2018-09-27
Bluetooth: hci_serdev: Add protocol check in hci_uart_dequeue().
Balakrishna Godavarthi
2018-09-27
Bluetooth: hci_serdev: clear HCI_UART_PROTO_READY to avoid closing proto races
Balakrishna Godavarthi
2018-05-30
Bluetooth: hci_serdev: Fix HCI_UART_INIT_PENDING not working
Hans de Goede
2018-05-30
Bluetooth: hci_serdev: Move serdev_device_close/open into common hci_serdev code
Hans de Goede
2018-05-30
Bluetooth: hci_uart: Restore hci_dev->flush callback on open()
Hans de Goede
2018-05-29
Bluetooth: hci_serdev: Removed unnecessary curly braces
Vaibhav Murkute
2017-12-13
Bluetooth: hci_serdev: Init hci_uart proto_lock to avoid oops
Lukas Wunner
2017-10-30
Bluetooth: Use bt_dev_err and bt_dev_info when possible
Marcel Holtmann
2017-07-20
Bluetooth: hci_serdev: Introduce hci_uart_unregister_device()
Ian Molton
2017-06-23
Bluetooth: hci_serdev: make hci_serdev_client_ops static
Colin Ian King
2017-04-12
Bluetooth: hci_serdev: allow modular drivers
Sebastian Reichel
2017-04-12
Bluetooth: hci_serdev: do not open device in hci open
Sebastian Reichel
2017-04-12
Bluetooth: hci_uart: add serdev driver support library
Rob Herring