index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
bluetooth
/
hci_ldisc.c
Age
Commit message (
Expand
)
Author
2025-03-25
Bluetooth: hci_uart: Fix another race during initialization
Arseniy Krasnov
2025-03-25
Bluetooth: hci_uart: fix race during initialization
Arseniy Krasnov
2024-11-14
bluetooth: Fix typos in the comments
Yan Zhen
2024-09-10
Bluetooth: hci_ldisc: Use speed set by btattach as oper_speed
Frédéric Danis
2024-09-10
Bluetooth: hci_uart: Add support for Amlogic HCI UART
Yang Li
2024-07-14
Bluetooth: Use sizeof(*pointer) instead of sizeof(type)
Erick Archer
2024-05-14
Bluetooth: HCI: Remove HCI_AMP support
Luiz Augusto von Dentz
2023-09-01
Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2023-08-11
tty: ldops: unify to u8
Jiri Slaby (SUSE)
2023-08-11
tty: use u8 for flags
Jiri Slaby (SUSE)
2023-08-11
tty: make tty_ldisc_ops::*buf*() hooks operate on size_t
Jiri Slaby (SUSE)
2023-08-11
tty: remove dummy tty_ldisc_ops::poll() implementations
Jiri Slaby (SUSE)
2023-08-11
Bluetooth: hci_ldisc: check HCI_UART_PROTO_READY flag in HCIUARTGETPROTO
Lee, Chun-Yi
2023-04-23
Bluetooth: hci_ldisc: Fix tty_set_termios() return value assumptions
Ilpo Järvinen
2022-09-19
Bluetooth: hci_{ldisc,serdev}: check percpu_init_rwsem() failure
Tetsuo Handa
2021-11-25
tty: remove file from tty_ldisc_ops::ioctl and compat_ioctl
Jiri Slaby
2021-11-04
Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2021-09-22
tty: remove file from n_tty_ioctl_helper
Jiri Slaby
2021-09-22
Bluetooth: hci_ldisc: require CAP_NET_ADMIN to attach N_HCI ldisc
Thadeu Lima de Souza Cascardo
2021-05-13
tty: no checking of tty_unregister_ldisc
Jiri Slaby
2021-05-13
tty: make tty_ldisc_ops a param in tty_unregister_ldisc
Jiri Slaby
2021-05-13
tty: set tty_ldisc_ops::num statically
Jiri Slaby
2021-05-13
tty: make fp of tty_ldisc_ops::receive_buf{,2} const
Jiri Slaby
2021-03-10
tty: remove TTY_LDISC_MAGIC
Jiri Slaby
2021-02-20
Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2021-01-20
tty: convert tty_ldisc_ops 'read()' function to take a kernel pointer
Linus Torvalds
2020-12-18
Bluetooth: hci_uart: Fix a race for write_work scheduling
Claire Chang
2020-08-02
Bluetooth: hci_uart: Cancel init work before unregistering
Samuel Holland
2019-07-31
Bluetooth: hci_uart: check for missing tty operations
Vladis Dronov
2019-07-06
Bluetooth: hci_ldisc: Add function to wait for characters to be sent
Sascha Hauer
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-02-26
Bluetooth: hci_ldisc: Postpone HCI_UART_PROTO_READY bit set in hci_uart_set_p...
Kefeng Wang
2019-02-18
Bluetooth: hci_ldisc: Initialize hci_dev before open()
Jeremy Cline
2018-10-24
Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-10-13
change semantics of ldisc ->compat_ioctl()
Al Viro
2018-09-11
Bluetooth: hci_ldisc: Free rw_semaphore on close
Hermes Zhang
2018-05-30
Bluetooth: hci_serdev: Fix HCI_UART_INIT_PENDING not working
Hans de Goede
2018-05-30
Bluetooth: hci_uart: Restore hci_dev->flush callback on open()
Hans de Goede
2018-05-18
Bluetooth: hci_ldisc: Provide a 'default' switch case
Fabio Estevam
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
2017-10-30
Bluetooth: hci_ldisc: Fix another race when closing the tty.
Ronald Tschalär
2017-10-29
Bluetooth: hci_ldisc: Allow sleeping while proto locks are held.
Ronald Tschalär
2017-10-06
Bluetooth: hci_uart_set_flow_control: Fix NULL deref when using serdev
Hans de Goede
2017-07-22
Bluetooth: Style fix - align block comments
Derek Robson
2017-05-18
Bluetooth: hci_ldisc: Use rwlocking to avoid closing proto races
Dean Jenkins
2017-04-30
Bluetooth: hci_ldisc: Add protocol check to hci_uart_tx_wakeup()
Dean Jenkins
2017-04-30
Bluetooth: hci_ldisc: Add protocol check to hci_uart_dequeue()
Dean Jenkins
2017-04-30
Bluetooth: hci_ldisc: Add protocol check to hci_uart_send_frame()
Dean Jenkins
2017-04-22
Bluetooth: hci_ldisc: Add missing clear HCI_UART_PROTO_READY
Dean Jenkins
2017-04-22
Bluetooth: hci_ldisc: Ensure hu->hdev set to NULL before freeing hdev
Dean Jenkins
[next]