index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
bluetooth
/
hci_qca.c
Age
Commit message (
Expand
)
Author
2018-10-18
Bluetooth: hci_qca: Add support for controller debug logs.
Balakrishna Godavarthi
2018-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-05
treewide: Replace more open-coded allocation size multiplications
Kees Cook
2018-09-27
Bluetooth: hci_qca: Add poweroff support during hci down for wcn3990
Balakrishna Godavarthi
2018-09-27
Bluetooth: hci_qca: Remove hdev dereference in qca_close().
Balakrishna Godavarthi
2018-09-27
Bluetooth: hci_qca: Remove serdev_device_open/close function calls
Balakrishna Godavarthi
2018-08-03
Bluetooth: hci_qca: Add support for Qualcomm Bluetooth chip wcn3990
Balakrishna Godavarthi
2018-08-03
Bluetooth: hci_qca: Enable 3.2 Mbps operating speed.
Balakrishna Godavarthi
2018-08-03
Bluetooth: hci_qca: Add wrapper functions for setting UART speed
Balakrishna Godavarthi
2018-08-03
Bluetooth: btqca: Redefine qca_uart_setup() to generic function.
Balakrishna Godavarthi
2018-08-03
Bluetooth: btqca: Rename ROME specific functions to generic functions
Balakrishna Godavarthi
2018-07-23
bluetooth: hci_qca: Replace GFP_ATOMIC with GFP_KERNEL
Jia-Ju Bai
2018-05-30
Bluetooth: hci_qca: Fix "Sleep inside atomic section" warning
Thierry Escande
2018-05-18
Bluetooth: hci_qca: Add serdev support
Thierry Escande
2018-05-18
Bluetooth: hci_qca: Avoid missing rampatch failure with userspace fw loader
Amit Pundir
2017-12-13
Bluetooth: hci_qca: Avoid setup failure on missing rampatch
Loic Poulain
2017-10-30
Bluetooth: Use bt_dev_err and bt_dev_info when possible
Marcel Holtmann
2017-10-06
Bluetooth: Convert timers to use timer_setup()
Kees Cook
2017-06-16
networking: add and use skb_put_u8()
Johannes Berg
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
2017-02-18
Bluetooth: hci_qca: fix spelling mistake: "Spurrious" -> "Spurious"
Colin Ian King
2016-11-27
Bluetooth: hci_qca: Use setup_timer Kernel API instead of init_timer
Prasanna Karthik
2016-09-19
Bluetooth: Remove deprecated create_singlethread_workqueue
Bhaktipriya Shridhar
2015-11-19
Bluetooth: Use new hci_skb_pkt_* wrappers for drivers
Marcel Holtmann
2015-11-04
Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2015-10-21
Bluetooth: hci_uart: Provide initial manufacturer information
Marcel Holtmann
2015-10-04
debugfs: Pass bool pointer to debugfs_create_bool()
Viresh Kumar
2015-09-28
Bluetooth: hci_qca: Changed unsigned long to bool
Prasanna Karthik
2015-09-17
Bluetooth: hci_qca: Coding style clean up
Prasanna Karthik
2015-09-17
Bluetooth: hci_qca: Fix a few tab vs spaces issues
Marcel Holtmann
2015-08-14
Bluetooth: hciuart: Fix to use boolean flag with u32 type
Ben YoungTae Kim
2015-08-10
Bluetooth: hciuart: Add support QCA chipset for UART
Ben Young Tae Kim