aboutsummaryrefslogtreecommitdiff
path: root/drivers/bluetooth/hci_qca.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-04Bluetooth: hci_qca: Replace devm_gpiod_get() with devm_gpiod_get_optional()Gravatar Rocky Liao 1-8/+8
2020-03-04Bluetooth: hci_qca: Make bt_en and susclk not mandatory for QCA RomeGravatar Rocky Liao 1-21/+26
2020-02-28Bluetooth: hci_qca: Not send vendor pre-shutdown command for QCA RomeGravatar Rocky Liao 1-1/+3
2020-02-18Bluetooth: hci_qca: Bug fixes while collecting controller memory dumpGravatar Venkata Lakshmi Narayana Gubba 1-34/+67
2020-02-05Bluetooth: hci_qca: Optimized code while enabling clocks for BT SOCGravatar Venkata Lakshmi Narayana Gubba 1-7/+3
2020-02-03Bluetooth: hci_qca: Enable clocks required for BT SOCGravatar Venkata Lakshmi Narayana Gubba 1-0/+16
2020-01-16Bluetooth: hci_qca: Enable power off/on support during hci down/up for QCA RomeGravatar Rocky Liao 1-9/+11
2020-01-15Bluetooth: hci_qca: Retry btsoc initialize when it failsGravatar Rocky Liao 1-0/+19
2020-01-15Bluetooth: hci_qca: Add QCA Rome power off support to the qca_power_shutdown()Gravatar Rocky Liao 1-12/+16
2020-01-14Bluetooth: hci_qca: Add qca_power_on() API to support both wcn399x and Rome p...Gravatar Rocky Liao 1-21/+33
2020-01-08Bluetooth: hci_qca: Remove set but not used variable 'opcode'Gravatar YueHaibing 1-2/+1
2020-01-08Bluetooth: hci_qca: Use vfree() instead of kfree()Gravatar Wei Yongjun 1-2/+2
2020-01-04Bluetooth: hci_qca: Collect controller memory dump during SSRGravatar Balakrishna Godavarthi 1-5/+291
2020-01-04Bluetooth: hci_qca: Replace of_device_get_match_data with device_get_match_dataGravatar Rocky Liao 1-1/+1
2019-11-09Bluetooth: hci_qca: Add support for Qualcomm Bluetooth SoC WCN3991Gravatar Balakrishna Godavarthi 1-2/+14
2019-11-04Bluetooth: hci_qca: add PM supportGravatar Claire Chang 1-3/+124
2019-10-21Revert "Bluetooth: hci_qca: Add delay for wcn3990 stability"Gravatar Jeffrey Hugo 1-3/+1
2019-10-17Bluetooth: hci_qca: Split qca_power_setup()Gravatar Bjorn Andersson 1-25/+36
2019-10-17Bluetooth: hci_qca: Use regulator bulk enable/disableGravatar Bjorn Andersson 1-42/+13
2019-10-17Bluetooth: hci_qca: Don't vote for specific voltageGravatar Bjorn Andersson 1-18/+8
2019-10-17Bluetooth: hci_qca: Update regulator_set_load() usageGravatar Bjorn Andersson 1-15/+18
2019-10-17Bluetooth: hci_qca: Add delay for wcn3990 stabilityGravatar Jeffrey Hugo 1-1/+3
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-4/+6
2019-09-05Bluetooth: hci_qca: wait for Pre shutdown complete event before sending the P...Gravatar Harish Bandi 1-0/+2
2019-09-05Bluetooth: hci_qca: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for QCA UART RadioGravatar Rocky Liao 1-0/+5
2019-09-05Bluetooth: hci_qca: Make structure qca_proto constantGravatar Nishka Dasgupta 1-1/+1
2019-09-05Bluetooth: hci_qca: Remove redundant initializations to zeroGravatar Matthias Kaehlcke 1-19/+0
2019-09-04Bluetooth: hci_qca: disable irqs when spinlock is acquiredGravatar Harish Bandi 1-4/+6
2019-08-14Bluetooth: hci_qca: Skip 1 error print in device_want_to_sleep()Gravatar Rocky Liao 1-2/+2
2019-08-12Bluetooth: hci_qca: Send VS pre shutdown command.Gravatar Harish Bandi 1-0/+3
2019-08-12Bluetooth: hci_qca: Use kfree_skb() instead of kfree()Gravatar Wei Yongjun 1-1/+1
2019-07-31Bluetooth: hci_uart: check for missing tty operationsGravatar Vladis Dronov 1-0/+3
2019-07-06Bluetooth: hci_qca: Load customized NVM based on the device propertyGravatar Rocky Liao 1-1/+17
2019-07-06Bluetooth: hci_qca: wcn3990: Drop baudrate change vendor eventGravatar Matthias Kaehlcke 1-1/+54
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Gravatar Thomas Gleixner 1-14/+1
2019-05-05Bluetooth: hci_qca: Rename STATE_<flags> to QCA_<flags>Gravatar Matthias Kaehlcke 1-7/+8
2019-05-03Bluetooth: hci_qca: Added support for WCN3998Gravatar Harish Bandi 1-14/+26
2019-04-23Bluetooth: hci_qca: Fix crash with non-serdev devicesGravatar Matthias Kaehlcke 1-1/+2
2019-04-23Bluetooth: hci_qca: Give enough time to ROME controller to bootup.Gravatar Balakrishna Godavarthi 1-0/+2
2019-04-23Bluetooth: hci_qca: Add helper function to get the chip familyGravatar Matthias Kaehlcke 1-19/+26
2019-03-02Bluetooth: hci_qca: Reduce delay after sending baudrate request for WCN3990Gravatar Matthias Kaehlcke 1-8/+18
2019-02-27Bluetooth: hci_qca: Use msleep() instead of open coding itGravatar Matthias Kaehlcke 1-3/+1
2019-02-27Bluetooth: hci_qca: Add delay after power-off pulseGravatar Matthias Kaehlcke 1-3/+3
2019-02-27Bluetooth: hci_qca: Move boot delay to qca_send_power_pulse()Gravatar Matthias Kaehlcke 1-3/+3
2019-02-27Bluetooth: hci_qca: Pass boolean 'on/off' to qca_send_power_pulse()Gravatar Matthias Kaehlcke 1-4/+5
2019-02-26Bluetooth: hci_qca: Set HCI_QUIRK_USE_BDADDR_PROPERTY for wcn3990Gravatar Matthias Kaehlcke 1-0/+1
2019-02-18Bluetooth: hci_qca: Disable IBS state machine and flush Tx bufferGravatar Balakrishna Godavarthi 1-2/+15
2019-02-18Bluetooth: hci_qca: Deassert RTS while baudrate change commandGravatar Balakrishna Godavarthi 1-14/+15
2019-02-18Bluetooth: hci_qca: use wait_until_sent() for power pulsesGravatar Balakrishna Godavarthi 1-23/+15
2019-01-22Bluetooth: hci_qca: Add helper to set device addressGravatar Balakrishna Godavarthi 1-1/+4