Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
80660f20252d6f76c9f203874ad7c7a4a8508cf8
/
drivers
/
bluetooth
/
hci_ldisc.c
afc9a42
the rest of drivers/*: annotate ->poll() instances
by Al Viro
· 7 years ago
0338b1b
Bluetooth: hci_ldisc: Fix another race when closing the tty.
by Ronald Tschalär
· 7 years ago
67d2f87
Bluetooth: hci_ldisc: Allow sleeping while proto locks are held.
by Ronald Tschalär
· 7 years ago
7841d55
Bluetooth: hci_uart_set_flow_control: Fix NULL deref when using serdev
by Hans de Goede
· 7 years ago
d98422c
Bluetooth: Style fix - align block comments
by Derek Robson
· 7 years ago
dec2c92
Bluetooth: hci_ldisc: Use rwlocking to avoid closing proto races
by Dean Jenkins
· 8 years ago
2d6f1da
Bluetooth: hci_ldisc: Add protocol check to hci_uart_tx_wakeup()
by Dean Jenkins
· 8 years ago
048e1bd
Bluetooth: hci_ldisc: Add protocol check to hci_uart_dequeue()
by Dean Jenkins
· 8 years ago
ab00f89
Bluetooth: hci_ldisc: Add protocol check to hci_uart_send_frame()
by Dean Jenkins
· 8 years ago
d160b74
Bluetooth: hci_ldisc: Add missing clear HCI_UART_PROTO_READY
by Dean Jenkins
· 8 years ago
a225b8c
Bluetooth: hci_ldisc: Ensure hu->hdev set to NULL before freeing hdev
by Dean Jenkins
· 8 years ago
cb92652
Bluetooth: hci_ldisc: Add missing return in hci_uart_init_work()
by Dean Jenkins
· 8 years ago
31927e5
bluetooth: hci_uart: remove unused hci_uart_init_tty
by Rob Herring
· 8 years ago
081f36a
Bluetooth: hci_serdev: allow modular drivers
by Sebastian Reichel
· 8 years ago
aeac301
Bluetooth: hci_uart: add support for word alignment
by Sebastian Reichel
· 8 years ago
0565069
Bluetooth: Use single return in hci_uart_tty_ioctl() call
by Vignesh Raman
· 8 years ago
162f812
Bluetooth: hci_uart: Add Marvell support
by Loic Poulain
· 8 years ago
ca8bee5
Bluetooth: Rename HCI_BREDR into HCI_PRIMARY
by Marcel Holtmann
· 8 years ago
84cb3df
Bluetooth: hci_ldisc: Fix null pointer derefence in case of early data
by Loic Poulain
· 9 years ago
395174b
Bluetooth: hci_uart: Add Intel/AG6xx support
by Loic Poulain
· 9 years ago
e6e981c
Bluetooth: hci_ldisc: Remove dead code
by Peter Hurley
· 9 years ago
618e8bc
Bluetooth: Use new hci_skb_pkt_* wrappers for drivers
by Marcel Holtmann
· 9 years ago
aee61f7
Bluetooth: hci_uart: Provide initial manufacturer information
by Marcel Holtmann
· 9 years ago
e9ca8bf
Bluetooth: Move handling of HCI_RUNNING flag into core
by Marcel Holtmann
· 9 years ago
73d0d3c
Bluetooth: Move HCI_RUNNING check into hci_send_frame
by Marcel Holtmann
· 9 years ago
7649faf
Bluetooth: Remove useless rx_lock spinlock
by Frederic Danis
· 9 years ago
0ff252c
Bluetooth: hciuart: Add support QCA chipset for UART
by Ben Young Tae Kim
· 9 years ago
acf50c5
Bluetooth: hci_ldisc: Cleaned up coding style warnings
by Prasanna Karthik
· 9 years ago
ca93cee
Bluetooth: hci_uart: Add basic support for Intel Lightning Peak devices
by Loic Poulain
· 9 years ago
960ef1d
Bluetooth: hci_uart: Fix speed selection
by Frederic Danis
· 9 years ago
2a973df
Bluetooth: hci_uart: Add new line discipline enhancements
by Ilya Faenson
· 9 years ago
7721383
Bluetooth: hci_uart: Support operational speed during setup
by Frederic Danis
· 9 years ago
18aeb44
Bluetooth: btbcm: Move request/release_firmware()
by Frederic Danis
· 9 years ago
bca03c9
Bluetooth: hci_uart: Use generic Intel support for address setting
by Marcel Holtmann
· 10 years ago
bdd8818
Bluetooth: hci_uart: Add protocol support for Broadcom UART devices
by Marcel Holtmann
· 10 years ago
3e0ac12
Bluetooth: hci_uart: Use generic functionality from Broadcom module
by Marcel Holtmann
· 10 years ago
788a675
Bluetooth: hci_uart: Update version number driver
by Marcel Holtmann
· 10 years ago
01009ee
Bluetooth: hci_uart: Remove the manual protocol init message
by Marcel Holtmann
· 10 years ago
4ee7ef1
Bluetooth: hci_uart: Make struct hci_uart_proto always const
by Marcel Holtmann
· 10 years ago
9d1c40e
Bluetooth: hci_uart: Use const data pointer for received data
by Marcel Holtmann
· 10 years ago
facf522
Bluetooth: hci_uart: Fix indentation issues for multi-line functions
by Marcel Holtmann
· 10 years ago
dfe19d2
Bluetooth: hci_uart: Remove unneeded cast of tty->disc_data
by Marcel Holtmann
· 10 years ago
e9a2dd2
Bluetooth: hci_uart: Add support Broadcom address configuration
by Marcel Holtmann
· 10 years ago
16e3887
Bluetooth: hci_uart: Add support Intel address configuration
by Marcel Holtmann
· 10 years ago
fb2ce8d
Bluetooth: hci_uart: Add support for vendor detection flag
by Marcel Holtmann
· 10 years ago
41533fe
Bluetooth: Remove unneeded extra ( ) in valid flags check
by Marcel Holtmann
· 10 years ago
eb17380
Bluetooth: hci_uart: Add setup callback
by Loic Poulain
· 10 years ago
c7e0c14
Bluetooth: Fix HCIUARTGETDEVICE ioctl when UART is not registered
by Marcel Holtmann
· 10 years ago
6afd04a
Bluetooth: Add support for external configuration with UART driver
by Marcel Holtmann
· 10 years ago
bb72bd6
Bluetooth: Check for valid HCI UART driver flags
by Marcel Holtmann
· 10 years ago
da64c27
bluetooth: hci_ldisc: fix deadlock condition
by Felipe Balbi
· 11 years ago
a08b15e
Bluetooth: Remove assignments in if-statements
by Valentin Ilie
· 11 years ago
52bc423
Bluetooth: Remove pointless parameter check in hci_uart_send_frame()
by Marcel Holtmann
· 11 years ago
7bd8f09
Bluetooth: Add hdev parameter to hdev->send driver callback
by Marcel Holtmann
· 11 years ago
1687dfc
Bluetooth: Remove trivial white space
by Chan-yeol Park
· 12 years ago
788f092
Bluetooth: Fix possible NULL dereference in hci_uart_tty_receive
by Chan-yeol Park
· 12 years ago
f327b34
TTY: hci_ldisc, remove invalid check in open
by Jiri Slaby
· 12 years ago
a20890d
Bluetooth: hci_ldisc.c: removes unnecessary semicolon
by Peter Senna Tschudin
· 12 years ago
9f2aee8
Bluetooth: Add delayed init sequence support for UART controllers
by Johan Hedberg
· 12 years ago
dac670b
Bluetooth: Simplify hci_uart_tty_close logic
by Johan Hedberg
· 12 years ago
7dec65c
Bluetooth: Initial skeleton for Three-wire UART (H5) support
by Johan Hedberg
· 12 years ago
a6c511c
Bluetooth: Rename HCI_QUIRK_NO_RESET to HCI_QUIRK_RESET_ON_CLOSE
by Szymon Janc
· 12 years ago
6935e0f
Bluetooth: Remove redundant hdev->parent field
by David Herrmann
· 13 years ago
33b69bf
Bluetooth: hci_ldisc: fix NULL-pointer dereference on tty_close
by Johan Hovold
· 13 years ago
8a7a3fd
Bluetooth: Add support for creating HCI UART based AMP controllers
by Marcel Holtmann
· 13 years ago
a55e1f3
Bluetooth: Allow HCI UART reset parameter via flags ioctl
by Marcel Holtmann
· 13 years ago
46479e6
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next.git
by Johan Hedberg
· 13 years ago
155961e
Bluetooth: Remove hci_dev->driver_data
by David Herrmann
· 13 years ago
e9b9cfa
Bluetooth: Remove HCI-owner field
by David Herrmann
· 13 years ago
797fe79
Bluetooth: uart-ldisc: Fix memory leak and remove destruct cb
by David Herrmann
· 13 years ago
90ab5ee
module_param: make bool parameters really bool (drivers & misc)
by Rusty Russell
· 13 years ago
55db4c6
Revert "tty: make receive_buf() return the amout of bytes received"
by Linus Torvalds
· 13 years ago
99dff58
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
by Linus Torvalds
· 13 years ago
b1c43f8
tty: make receive_buf() return the amout of bytes received
by Felipe Balbi
· 14 years ago
78b4a56
Bluetooth: hci_uart: check the return value of recv()
by Jiejing Zhang
· 14 years ago
7f4b2b0
Bluetooth: Make hci a child of the corresponding tty device.
by Andrei Warkentin
· 14 years ago
d931956
Bluetooth: add NULL pointer check in HCI
by Jun Nie
· 14 years ago
5f05647
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 14 years ago
c19483c
bluetooth: Fix missing NULL check
by Alan Cox
· 14 years ago
7f8f272
Bluetooth: hci_uart: Fix typo in stats for sco tx
by Karl Beldan
· 14 years ago
b3190df
Bluetooth: Support for Atheros AR300x serial chip
by Suraj Sumangala
· 14 years ago
63c7d09
Bluetooth: Add HCIUARTSETFLAGS and HCIUARTGETFLAGS ioctls
by Johan Hedberg
· 14 years ago
7452d24
Bluetooth: Fix warning: variable 'tty' set but not used
by Justin P. Mattock
· 14 years ago
c13854c
Bluetooth: Convert controller hdev->type to hdev->bus
by Marcel Holtmann
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
7f8d09e
tty: fix bluetooth scribbling on low latency flags
by Alan Cox
· 15 years ago
c65c9bc
tty: rewrite the ldisc locking
by Alan Cox
· 15 years ago
a418b89
Bluetooth: Enable per-module dynamic debug messages
by Marcel Holtmann
· 16 years ago
7a9d402
Bluetooth: Send HCI Reset command by default on device initialization
by Marcel Holtmann
· 16 years ago
47afa7a
tty: some ICANON magic is in the wrong places
by Alan Cox
· 16 years ago
63fbd24
[Bluetooth] Consolidate maintainers information
by Marcel Holtmann
· 16 years ago
a352def
tty: Ldisc revamp
by Alan Cox
· 16 years ago
39c2e60
tty: add throttle/unthrottle helpers
by Alan Cox
· 17 years ago
f34d7a5
tty: The big operations rework
by Alan Cox
· 17 years ago
3611f4d
hci_ldisc: fix null pointer deref
by David Newall
· 17 years ago
166d2f6
[Bluetooth] Add UART driver for Texas Instruments' BRF63xx chips
by Ohad Ben-Cohen
· 17 years ago
c33be3c
[Bluetooth] Fix unintentional fall-through in HCI line discipline
by Marcel Holtmann
· 18 years ago
22ad420
[Bluetooth] Fix NULL pointer dereference in HCI line discipline
by Marcel Holtmann
· 18 years ago
d215874
[Bluetooth] Add HCIUARTGETDEVICE support for HCI line discipline
by Marcel Holtmann
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
Next »