summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_qca.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: hci_qca: Skip 1 error print in device_want_to_sleep()Rocky Liao2019-08-141-2/+2
* Bluetooth: hci_qca: Send VS pre shutdown command.Harish Bandi2019-08-121-0/+3
* Bluetooth: hci_qca: Use kfree_skb() instead of kfree()Wei Yongjun2019-08-121-1/+1
* Bluetooth: hci_uart: check for missing tty operationsVladis Dronov2019-07-311-0/+3
* Bluetooth: hci_qca: Load customized NVM based on the device propertyRocky Liao2019-07-061-1/+17
* Bluetooth: hci_qca: wcn3990: Drop baudrate change vendor eventMatthias Kaehlcke2019-07-061-1/+54
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-051-14/+1Star
* Bluetooth: hci_qca: Rename STATE_<flags> to QCA_<flags>Matthias Kaehlcke2019-05-051-7/+8
* Bluetooth: hci_qca: Added support for WCN3998Harish Bandi2019-05-031-14/+26
* Bluetooth: hci_qca: Fix crash with non-serdev devicesMatthias Kaehlcke2019-04-231-1/+2
* Bluetooth: hci_qca: Give enough time to ROME controller to bootup.Balakrishna Godavarthi2019-04-231-0/+2
* Bluetooth: hci_qca: Add helper function to get the chip familyMatthias Kaehlcke2019-04-231-19/+26
* Bluetooth: hci_qca: Reduce delay after sending baudrate request for WCN3990Matthias Kaehlcke2019-03-021-8/+18
* Bluetooth: hci_qca: Use msleep() instead of open coding itMatthias Kaehlcke2019-02-271-3/+1Star
* Bluetooth: hci_qca: Add delay after power-off pulseMatthias Kaehlcke2019-02-271-3/+3
* Bluetooth: hci_qca: Move boot delay to qca_send_power_pulse()Matthias Kaehlcke2019-02-271-3/+3
* Bluetooth: hci_qca: Pass boolean 'on/off' to qca_send_power_pulse()Matthias Kaehlcke2019-02-271-4/+5
* Bluetooth: hci_qca: Set HCI_QUIRK_USE_BDADDR_PROPERTY for wcn3990Matthias Kaehlcke2019-02-261-0/+1
* Bluetooth: hci_qca: Disable IBS state machine and flush Tx bufferBalakrishna Godavarthi2019-02-181-2/+15
* Bluetooth: hci_qca: Deassert RTS while baudrate change commandBalakrishna Godavarthi2019-02-181-14/+15
* Bluetooth: hci_qca: use wait_until_sent() for power pulsesBalakrishna Godavarthi2019-02-181-23/+15Star
* Bluetooth: hci_qca: Add helper to set device addressBalakrishna Godavarthi2019-01-221-1/+4
* Bluetooth: hci_qca: Add support for controller debug logs.Balakrishna Godavarthi2018-10-181-1/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-131-1/+1
|\
| * treewide: Replace more open-coded allocation size multiplicationsKees Cook2018-10-061-1/+1
* | Bluetooth: hci_qca: Add poweroff support during hci down for wcn3990Balakrishna Godavarthi2018-09-271-0/+33
* | Bluetooth: hci_qca: Remove hdev dereference in qca_close().Balakrishna Godavarthi2018-09-271-6/+9
* | Bluetooth: hci_qca: Remove serdev_device_open/close function callsBalakrishna Godavarthi2018-09-271-2/+0Star
|/
* 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/+8Star
* 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/+3Star
* 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-051-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