summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_qca.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: qca: set power_ctrl_enabled on NULL returned by gpiod_get_optional()Bartosz Golaszewski2024-04-241-5/+13
* Bluetooth: qca: fix NULL-deref on non-serdev setupJohan Hovold2024-04-241-2/+4
* Bluetooth: qca: fix NULL-deref on non-serdev suspendJohan Hovold2024-04-241-0/+3
* Bluetooth: qca: fix invalid device address checkJohan Hovold2024-04-241-2/+0
* Bluetooth: qca: fix device-address endiannessJohan Hovold2024-03-291-0/+10
* Revert "Bluetooth: hci_qca: Set BDA quirk bit if fwnode exists in DT"Johan Hovold2024-03-291-12/+1
* Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with gpiod_get_optional()Bartosz Golaszewski2024-03-061-3/+3
* Bluetooth: qca: Fix triggering coredump implementationZijun Hu2024-02-281-5/+4
* Bluetooth: hci_qca: Set BDA quirk bit if fwnode exists in DTJanaki Ramaiah Thota2024-02-281-1/+12
* Bluetooth: qca: Support HFP offload for QCA2066Zijun Hu2023-12-221-0/+22
* Bluetooth: qca: Set both WIDEBAND_SPEECH and LE_STATES quirks for QCA2066Zijun Hu2023-12-221-0/+1
* Bluetooth: qca: add support for QCA2066Tim Jiang2023-10-231-0/+11
* Bluetooth: qca: add support for WCN7850Neil Armstrong2023-08-241-1/+30
* Bluetooth: qca: use switch case for soc type behaviorNeil Armstrong2023-08-241-54/+179
* Bluetooth: btqca: Add WCN3988 supportLuca Weiss2023-08-111-0/+12
* bluetooth: Explicitly include correct DT includesRob Herring2023-08-111-1/+1
* Bluetooth: hci_qca: Add qcom devcoredump supportSai Teja Aluvala2023-08-111-50/+85
* Bluetooth: hci_qca: Add qcom devcoredump sysfs supportSai Teja Aluvala2023-08-111-0/+15
* Bluetooth: hci_qca: fix debugfs registrationJohan Hovold2023-06-051-1/+5
* Bluetooth: hci_qca: mark OF related data as maybe unusedSteev Klimaszewski2023-04-231-1/+1
* Bluetooth: hci_qca: Add support for QTI Bluetooth chip wcn6855Steev Klimaszewski2023-04-231-14/+43
* Bluetooth: hci_qca: mark OF related data as maybe unusedKrzysztof Kozlowski2023-04-231-5/+5
* Bluetooth: hci_qca: get wakeup status from serdev device handleZhengping Jiang2023-02-091-3/+4
* Bluetooth: qca: Fix sparse warningsLuiz Augusto von Dentz2023-02-091-2/+2
* Bluetooth: hci_qca: Fix driver shutdown on closed serdevKrzysztof Kozlowski2023-01-171-0/+7
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-131-2/+3
|\
| * Bluetooth: hci_qca: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
| * Bluetooth: hci_qca: only assign wakeup with serial port supportZhengping Jiang2022-12-121-1/+2
* | Bluetooth: hci_qca: Fix the teardown problem for realThomas Gleixner2022-11-241-2/+8
|/
* Bluetooth: hci_qca: Return wakeup for qca_wakeupSai Teja Aluvala2022-07-211-1/+1
* Bluetooth: hci_qca: Use del_timer_sync() before freeingSteven Rostedt2022-05-131-2/+2
* Bluetooth: hci_qca: Fix NULL vs IS_ERR_OR_NULL check in qca_serdev_probeMiaoqian Lin2022-01-061-3/+3
* Bluetooth: hci_qca: Stop IBS timer during BT OFFPanicker Harish2021-12-221-0/+3
* Bluetooth: Rename driver .prevent_wake to .wakeupLuiz Augusto von Dentz2021-10-011-2/+2
* Bluetooth: hci_qca: enable Qualcomm WCN399x for AOSP extensionJoseph Hwang2021-09-281-0/+1
* Bluetooth: hci_qca: Add support for QTI Bluetooth chip wcn6750Venkata Lakshmi Narayana Gubba2021-06-261-21/+93
* Bluetooth: hci_qca: fix potential GPFPavel Skripkin2021-06-261-2/+2
* Bluetooth: hci_qca: Mundane typo fixBhaskar Chowdhury2021-03-221-1/+1
* Bluetooth: hci_qca: Add device_may_wakeup supportVenkata Lakshmi Narayana Gubba2021-03-111-0/+15
* Bluetooth: hci_qca: Fixed issue during suspendVenkata Lakshmi Narayana Gubba2021-02-081-1/+11
* Bluetooth: hci_qca: check for SSR triggered flag while suspendVenkata Lakshmi Narayana Gubba2021-02-021-1/+2
* Bluetooth: hci_qca: Wait for SSR completion during suspendVenkata Lakshmi Narayana Gubba2021-01-061-7/+9
* Bluetooth: hci_qca: Fix memleak in qca_controller_memdumpDinghao Liu2021-01-061-0/+2
* Bluetooth: btqca: Use NVM files based on SoC ID for WCN3991Venkata Lakshmi Narayana Gubba2020-12-071-5/+4
* Bluetooth: hci_qca: Wait for timeout during suspendVenkata Lakshmi Narayana Gubba2020-11-111-9/+39
* Bluetooth: hci_qca: resolve various warningsNigel Christian2020-11-111-4/+4
* Bluetooth: hci_qca: Enhance retry logic in qca_setupBalakrishna Godavarthi2020-11-111-16/+18
* Bluetooth: btqca: Add valid le states quirkAbhishek Pandit-Subedi2020-11-091-6/+13
* Bluetooth: hci_qca: Remove duplicate power off in proto closeVenkata Lakshmi Narayana Gubba2020-09-111-3/+2
* Bluetooth: hci_qca: remove redundant null checkXu Wang2020-09-111-2/+1