index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
bluetooth
/
hci_ll.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-24
Bluetooth: hci_ll: drop of_match_ptr for ID table
Krzysztof Kozlowski
1
-1
/
+1
2022-12-13
Bluetooth: hci_ll: don't call kfree_skb() under spin_lock_irqsave()
Yang Yingliang
1
-1
/
+1
2022-01-21
Bluetooth: Remove kernel-doc style comment block
Tedd Ho-Jeong An
1
-1
/
+1
2020-11-11
Bluetooth: hci_ll: add a small delay for wl1271 enable bt_en
Xiaolei Wang
1
-0
/
+1
2020-07-10
Bluetooth: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2019-10-16
Revert "Bluetooth: hci_ll: set operational frequency earlier"
Adam Ford
1
-21
/
+18
2019-07-06
Bluetooth: Cleanup formatting and coding style
Fabian Schindlatz
1
-7
/
+18
2019-07-06
Bluetooth: hci_ll: Refactor download_firmware
Fabian Schindlatz
1
-17
/
+28
2019-07-06
Bluetooth: hci_ll: set operational frequency earlier
Philipp Puschmann
1
-18
/
+21
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333
Thomas Gleixner
1
-14
/
+1
2018-05-30
Bluetooth: hci_serdev: Move serdev_device_close/open into common hci_serdev code
Hans de Goede
1
-3
/
+0
2018-04-01
Bluetooth: hci_ll: Convert to use h4_recv_buf helper
Marcel Holtmann
1
-145
/
+69
2018-04-01
Bluetooth: hci_ll: Use skb_put_u8 instead of struct hcill_cmd
Marcel Holtmann
1
-7
/
+1
2018-02-07
Bluetooth: hci_ll: Replace mdelay with msleep in download_firmware
Jia-Ju Bai
1
-1
/
+1
2017-12-13
Bluetooth: hci_ll: add "ti,cc2560" compatible string
David Lechner
1
-0
/
+1
2017-12-13
Bluetooth: hci_ll: Add optional nvmem BD address source
David Lechner
1
-0
/
+61
2017-12-13
Bluetooth: hci_ll: add support for setting public address
David Lechner
1
-0
/
+21
2017-12-13
Bluetooth: hci_ll: Add endianness conversion when setting baudrate
David Lechner
1
-1
/
+3
2017-12-13
Bluetooth: hci_ll: add constant for vendor-specific command
David Lechner
1
-2
/
+8
2017-12-13
Bluetooth: serdev: hci_ll: Wait for CTS instead of using msleep
David Lechner
1
-2
/
+6
2017-12-13
Bluetooth: hci_ll: remove \n from kernel messages
David Lechner
1
-2
/
+2
2017-10-14
Bluetooth: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-1
/
+1
2017-07-22
Bluetooth: Style fix - align block comments
Derek Robson
1
-1
/
+2
2017-07-20
Bluetooth: hci_ll: Use new hci_uart_unregister_device() function
Ian Molton
1
-7
/
+1
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
1
-1
/
+1
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
1
-1
/
+1
2017-06-09
Bluetooth: hci_ll: Add support for the external clock
Ulf Hansson
1
-1
/
+13
2017-06-09
Bluetooth: hci_ll: Add compatible values for more WL chips
Sebastian Reichel
1
-0
/
+8
2017-05-23
Bluetooth: hci_ll: Fix download_firmware() return when __hci_cmd_sync fails
Guodong Xu
1
-0
/
+1
2017-04-22
Bluetooth: hci_ll: Fix NULL pointer deref on FW upload failure
Sebastian Reichel
1
-2
/
+1
2017-04-13
bluetooth: hci_uart: add LL protocol serdev driver support
Rob Herring
1
-1
/
+261
2015-11-19
Bluetooth: Use new hci_skb_pkt_* wrappers for drivers
Marcel Holtmann
1
-2
/
+2
2015-04-07
Bluetooth: hci_uart: Remove the manual protocol init message
Marcel Holtmann
1
-8
/
+1
2015-04-07
Bluetooth: hci_uart: Add name information to hci_uart_proto struct
Marcel Holtmann
1
-0
/
+1
2015-04-07
Bluetooth: hci_uart: Make struct hci_uart_proto always const
Marcel Holtmann
1
-1
/
+1
2015-04-07
Bluetooth: hci_uart: Use const data pointer for received data
Marcel Holtmann
1
-2
/
+2
2013-10-11
Bluetooth: Add hdev parameter to hdev->send driver callback
Marcel Holtmann
1
-1
/
+0
2013-10-11
Bluetooth: Provide hdev parameter to hci_recv_frame() driver callback
Marcel Holtmann
1
-7
/
+6
2012-09-19
Bluetooth: hci_ll.c: removes unnecessary semicolon
Peter Senna Tschudin
1
-1
/
+1
2012-06-05
Bluetooth: Remove 'register' usage from the subsystem
Gustavo Padovan
1
-3
/
+3
2012-02-13
Bluetooth: hci-uart-ll: Use GFP_ATOMIC in open()
David Herrmann
1
-1
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2010-07-27
Bluetooth: Add __init and __exit marks to UART drivers
Gustavo F. Padovan
1
-2
/
+2
2010-07-21
Bluetooth: Use __packed annotation for drivers
Gustavo F. Padovan
1
-1
/
+1
2010-05-10
Bluetooth: Use the proper function cast to get hdr data
Gustavo F. Padovan
1
-3
/
+3
2010-05-10
Bluetooth: Fix return value when bt_skb_alloc fails
Gustavo F. Padovan
1
-1
/
+1
2009-02-27
Bluetooth: Remove some pointless conditionals before kfree_skb()
Wei Yongjun
1
-2
/
+1
2008-01-11
[BLUETOOTH]: Always send explicit hci_ll wake-up acks.
Ohad Ben-Cohen
1
-9
/
+14
2007-10-22
[Bluetooth] Add UART driver for Texas Instruments' BRF63xx chips
Ohad Ben-Cohen
1
-0
/
+531