aboutsummaryrefslogtreecommitdiff
path: root/drivers/bluetooth/hci_qca.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-26Bluetooth: hci_qca: Add support for QTI Bluetooth chip wcn6750Gravatar Venkata Lakshmi Narayana Gubba 1-21/+93
2021-06-26Bluetooth: hci_qca: fix potential GPFGravatar Pavel Skripkin 1-2/+2
2021-03-22Bluetooth: hci_qca: Mundane typo fixGravatar Bhaskar Chowdhury 1-1/+1
2021-03-11Bluetooth: hci_qca: Add device_may_wakeup supportGravatar Venkata Lakshmi Narayana Gubba 1-0/+15
2021-02-08Bluetooth: hci_qca: Fixed issue during suspendGravatar Venkata Lakshmi Narayana Gubba 1-1/+11
2021-02-02Bluetooth: hci_qca: check for SSR triggered flag while suspendGravatar Venkata Lakshmi Narayana Gubba 1-1/+2
2021-01-06Bluetooth: hci_qca: Wait for SSR completion during suspendGravatar Venkata Lakshmi Narayana Gubba 1-7/+9
2021-01-06Bluetooth: hci_qca: Fix memleak in qca_controller_memdumpGravatar Dinghao Liu 1-0/+2
2020-12-07Bluetooth: btqca: Use NVM files based on SoC ID for WCN3991Gravatar Venkata Lakshmi Narayana Gubba 1-5/+4
2020-11-11Bluetooth: hci_qca: Wait for timeout during suspendGravatar Venkata Lakshmi Narayana Gubba 1-9/+39
2020-11-11Bluetooth: hci_qca: resolve various warningsGravatar Nigel Christian 1-4/+4
2020-11-11Bluetooth: hci_qca: Enhance retry logic in qca_setupGravatar Balakrishna Godavarthi 1-16/+18
2020-11-09Bluetooth: btqca: Add valid le states quirkGravatar Abhishek Pandit-Subedi 1-6/+13
2020-09-11Bluetooth: hci_qca: Remove duplicate power off in proto closeGravatar Venkata Lakshmi Narayana Gubba 1-3/+2
2020-09-11Bluetooth: hci_qca: remove redundant null checkGravatar Xu Wang 1-2/+1
2020-07-28Bluetooth: hci_qca: Stop collecting memdump again for command timeout during SSRGravatar Venkata Lakshmi Narayana Gubba 1-4/+5
2020-07-13Bluetooth: hci_qca: Bug fixes for SSRGravatar Venkata Lakshmi Narayana Gubba 1-4/+36
2020-07-10Bluetooth: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-7/+1
2020-06-12Bluetooth: hci_qca: Request Tx clock vote off only when Tx is pendingGravatar Balakrishna Godavarthi 1-1/+1
2020-06-12Bluetooth: hci_qca: Increase SoC idle timeout to 200msGravatar Balakrishna Godavarthi 1-1/+1
2020-06-10Bluetooth: hci_qca: Bug fix during SSR timeoutGravatar Venkata Lakshmi Narayana Gubba 1-12/+17
2020-06-08Bluetooth: hci_qca: Refactor error handling in qca_suspend()Gravatar Matthias Kaehlcke 1-7/+5
2020-06-08Bluetooth: hci_qca: Skip serdev wait when no transfer is pendingGravatar Matthias Kaehlcke 1-2/+6
2020-06-08Bluetooth: hci_qca: Only remove TX clock vote after TX is completedGravatar Matthias Kaehlcke 1-3/+3
2020-06-08Bluetooth: hci_qca: Simplify determination of serial clock on/off state from ...Gravatar Matthias Kaehlcke 1-4/+2
2020-06-03Bluetooth: hci_qca: Fix an error pointer dereferenceGravatar Dan Carpenter 1-9/+9
2020-06-01Bluetooth: hci_qca: Fix QCA6390 memdump failureGravatar Zijun Hu 1-9/+45
2020-05-29Bluetooth: hci_qca: Fix qca6390 enable failure after warm rebootGravatar Zijun Hu 1-0/+33
2020-05-29Bluetooth: hci_qca: Fix suspend/resume functionality failureGravatar Zijun Hu 1-4/+6
2020-05-20Bluetooth: hci_qca: Fix uninitialized access to hdevGravatar Abhishek Pandit-Subedi 1-1/+2
2020-05-18Bluetooth: hci_qca: Enable WBS support for wcn3991Gravatar Abhishek Pandit-Subedi 1-6/+17
2020-04-28Bluetooth: hci_qca: allow max-speed to be set for QCA9377 devicesGravatar Christian Hewitt 1-7/+9
2020-04-28Bluetooth: hci_qca: add compatible for QCA9377Gravatar Christian Hewitt 1-0/+1
2020-04-02Bluetooth: hci_qca: Add support for Qualcomm Bluetooth SoC QCA6390Gravatar Rocky Liao 1-7/+33
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