summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_qca.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: hci_qca: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2023-01-181-1/+1
* Bluetooth: hci_uart: check for missing tty operationsVladis Dronov2019-08-041-0/+3
* Bluetooth: hci_qca: Give enough time to ROME controller to bootup.Balakrishna Godavarthi2019-05-311-0/+2
* Bluetooth: hci_qca: Remove hdev dereference in qca_close().Balakrishna Godavarthi2018-11-131-6/+9
* treewide: Replace more open-coded allocation size multiplicationsKees Cook2018-10-051-1/+1
* Bluetooth: hci_qca: Add support for Qualcomm Bluetooth chip wcn3990Balakrishna Godavarthi2018-08-031-47/+360
* Bluetooth: hci_qca: Enable 3.2 Mbps operating speed.Balakrishna Godavarthi2018-08-031-1/+3
* Bluetooth: hci_qca: Add wrapper functions for setting UART speedBalakrishna Godavarthi2018-08-031-23/+70
* Bluetooth: btqca: Redefine qca_uart_setup() to generic function.Balakrishna Godavarthi2018-08-031-1/+9
* Bluetooth: btqca: Rename ROME specific functions to generic functionsBalakrishna Godavarthi2018-08-031-1/+1
* bluetooth: hci_qca: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai2018-07-231-2/+2
* Bluetooth: hci_qca: Fix "Sleep inside atomic section" warningThierry Escande2018-05-301-1/+1
* Bluetooth: hci_qca: Add serdev supportThierry Escande2018-05-181-2/+108
* Bluetooth: hci_qca: Avoid missing rampatch failure with userspace fw loaderAmit Pundir2018-05-181-0/+6
* Bluetooth: hci_qca: Avoid setup failure on missing rampatchLoic Poulain2017-12-131-0/+3
* Bluetooth: Use bt_dev_err and bt_dev_info when possibleMarcel Holtmann2017-10-301-6/+6
* Bluetooth: Convert timers to use timer_setup()Kees Cook2017-10-061-9/+8
* networking: add and use skb_put_u8()Johannes Berg2017-06-161-1/+1
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* Bluetooth: hci_qca: fix spelling mistake: "Spurrious" -> "Spurious"Colin Ian King2017-02-181-2/+2
* Bluetooth: hci_qca: Use setup_timer Kernel API instead of init_timerPrasanna Karthik2016-11-271-6/+3
* Bluetooth: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-09-191-1/+1
* Bluetooth: Use new hci_skb_pkt_* wrappers for driversMarcel Holtmann2015-11-191-2/+2
* Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-11-041-2/+2
|\
| * debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar2015-10-041-2/+2
* | Bluetooth: hci_uart: Provide initial manufacturer informationMarcel Holtmann2015-10-211-0/+1
* | Bluetooth: hci_qca: Changed unsigned long to boolPrasanna Karthik2015-09-281-2/+2
* | Bluetooth: hci_qca: Coding style clean upPrasanna Karthik2015-09-171-3/+3
* | Bluetooth: hci_qca: Fix a few tab vs spaces issuesMarcel Holtmann2015-09-171-3/+3
|/
* Bluetooth: hciuart: Fix to use boolean flag with u32 typeBen YoungTae Kim2015-08-141-4/+4
* Bluetooth: hciuart: Add support QCA chipset for UARTBen Young Tae Kim2015-08-101-0/+969