summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_qca.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: hci_qca: Fix build errorLuiz Augusto von Dentz2024-07-151-0/+1
* Bluetooth: hci_qca: use the power sequencer for wcn7850 and wcn6855Bartosz Golaszewski2024-07-151-2/+17
* Bluetooth: hci_qca: make pwrseq calls the default if availableBartosz Golaszewski2024-07-151-11/+13
* Bluetooth: hci_qca: unduplicate calls to hci_uart_register_device()Bartosz Golaszewski2024-07-151-17/+6
* Bluetooth: hci_qca: schedule a devm action for disabling the clockBartosz Golaszewski2024-07-151-8/+15
* Bluetooth: qca: don't disable power management for QCA6390Bartosz Golaszewski2024-07-151-1/+7
* Bluetooth: qca: use the power sequencer for QCA6390Bartosz Golaszewski2024-07-151-15/+59
* Bluetooth: Use sizeof(*pointer) instead of sizeof(type)Erick Archer2024-07-141-3/+2
* Bluetooth: qca: Fix BT enable failure again for QCA6390 after warm rebootZijun Hu2024-06-281-3/+15
* 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