index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
bluetooth
/
hci_ldisc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-14
Bluetooth: HCI: Remove HCI_AMP support
Luiz Augusto von Dentz
1
-6
/
+0
2023-09-01
Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-11
/
+4
2023-08-11
tty: ldops: unify to u8
Jiri Slaby (SUSE)
1
-3
/
+3
2023-08-11
tty: use u8 for flags
Jiri Slaby (SUSE)
1
-1
/
+1
2023-08-11
tty: make tty_ldisc_ops::*buf*() hooks operate on size_t
Jiri Slaby (SUSE)
1
-1
/
+1
2023-08-11
tty: remove dummy tty_ldisc_ops::poll() implementations
Jiri Slaby (SUSE)
1
-7
/
+0
2023-08-11
Bluetooth: hci_ldisc: check HCI_UART_PROTO_READY flag in HCIUARTGETPROTO
Lee, Chun-Yi
1
-1
/
+2
2023-04-24
Bluetooth: hci_ldisc: Fix tty_set_termios() return value assumptions
Ilpo Järvinen
1
-4
/
+4
2022-09-19
Bluetooth: hci_{ldisc,serdev}: check percpu_init_rwsem() failure
Tetsuo Handa
1
-2
/
+5
2021-11-25
tty: remove file from tty_ldisc_ops::ioctl and compat_ioctl
Jiri Slaby
1
-3
/
+2
2021-11-04
Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-1
/
+1
2021-09-22
tty: remove file from n_tty_ioctl_helper
Jiri Slaby
1
-1
/
+1
2021-09-22
Bluetooth: hci_ldisc: require CAP_NET_ADMIN to attach N_HCI ldisc
Thadeu Lima de Souza Cascardo
1
-0
/
+3
2021-05-13
tty: no checking of tty_unregister_ldisc
Jiri Slaby
1
-6
/
+1
2021-05-13
tty: make tty_ldisc_ops a param in tty_unregister_ldisc
Jiri Slaby
1
-1
/
+1
2021-05-13
tty: set tty_ldisc_ops::num statically
Jiri Slaby
1
-1
/
+2
2021-05-13
tty: make fp of tty_ldisc_ops::receive_buf{,2} const
Jiri Slaby
1
-1
/
+1
2021-03-10
tty: remove TTY_LDISC_MAGIC
Jiri Slaby
1
-1
/
+0
2021-02-21
Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-17
/
+17
2021-01-21
tty: convert tty_ldisc_ops 'read()' function to take a kernel pointer
Linus Torvalds
1
-17
/
+17
2020-12-19
Bluetooth: hci_uart: Fix a race for write_work scheduling
Claire Chang
1
-4
/
+3
2020-08-02
Bluetooth: hci_uart: Cancel init work before unregistering
Samuel Holland
1
-0
/
+1
2019-07-31
Bluetooth: hci_uart: check for missing tty operations
Vladis Dronov
1
-0
/
+13
2019-07-06
Bluetooth: hci_ldisc: Add function to wait for characters to be sent
Sascha Hauer
1
-0
/
+8
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-16
/
+1
2019-02-26
Bluetooth: hci_ldisc: Postpone HCI_UART_PROTO_READY bit set in hci_uart_set_p...
Kefeng Wang
1
-2
/
+1
2019-02-18
Bluetooth: hci_ldisc: Initialize hci_dev before open()
Jeremy Cline
1
-7
/
+14
2018-10-24
Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+1
2018-10-13
change semantics of ldisc ->compat_ioctl()
Al Viro
1
-0
/
+1
2018-09-11
Bluetooth: hci_ldisc: Free rw_semaphore on close
Hermes Zhang
1
-0
/
+2
2018-05-30
Bluetooth: hci_serdev: Fix HCI_UART_INIT_PENDING not working
Hans de Goede
1
-1
/
+1
2018-05-30
Bluetooth: hci_uart: Restore hci_dev->flush callback on open()
Hans de Goede
1
-9
/
+11
2018-05-18
Bluetooth: hci_ldisc: Provide a 'default' switch case
Fabio Estevam
1
-0
/
+2
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
1
-1
/
+1
2017-10-30
Bluetooth: hci_ldisc: Fix another race when closing the tty.
Ronald Tschalär
1
-2
/
+2
2017-10-29
Bluetooth: hci_ldisc: Allow sleeping while proto locks are held.
Ronald Tschalär
1
-16
/
+22
2017-10-06
Bluetooth: hci_uart_set_flow_control: Fix NULL deref when using serdev
Hans de Goede
1
-0
/
+7
2017-07-22
Bluetooth: Style fix - align block comments
Derek Robson
1
-1
/
+2
2017-05-18
Bluetooth: hci_ldisc: Use rwlocking to avoid closing proto races
Dean Jenkins
1
-5
/
+35
2017-04-30
Bluetooth: hci_ldisc: Add protocol check to hci_uart_tx_wakeup()
Dean Jenkins
1
-0
/
+3
2017-04-30
Bluetooth: hci_ldisc: Add protocol check to hci_uart_dequeue()
Dean Jenkins
1
-3
/
+5
2017-04-30
Bluetooth: hci_ldisc: Add protocol check to hci_uart_send_frame()
Dean Jenkins
1
-0
/
+3
2017-04-22
Bluetooth: hci_ldisc: Add missing clear HCI_UART_PROTO_READY
Dean Jenkins
1
-0
/
+1
2017-04-22
Bluetooth: hci_ldisc: Ensure hu->hdev set to NULL before freeing hdev
Dean Jenkins
1
-1
/
+4
2017-04-22
Bluetooth: hci_ldisc: Add missing return in hci_uart_init_work()
Dean Jenkins
1
-0
/
+1
2017-04-13
bluetooth: hci_uart: remove unused hci_uart_init_tty
Rob Herring
1
-19
/
+0
2017-04-12
Bluetooth: hci_serdev: allow modular drivers
Sebastian Reichel
1
-0
/
+1
2017-04-12
Bluetooth: hci_uart: add support for word alignment
Sebastian Reichel
1
-0
/
+4
2016-09-24
Bluetooth: Use single return in hci_uart_tty_ioctl() call
Vignesh Raman
1
-13
/
+15
2016-09-19
Bluetooth: hci_uart: Add Marvell support
Loic Poulain
1
-0
/
+6
[next]