index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
bluetooth
/
hci_qca.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-23
Bluetooth: qca: add support for QCA2066
Tim Jiang
1
-0
/
+11
2023-08-24
Bluetooth: qca: add support for WCN7850
Neil Armstrong
1
-1
/
+30
2023-08-24
Bluetooth: qca: use switch case for soc type behavior
Neil Armstrong
1
-54
/
+179
2023-08-11
Bluetooth: btqca: Add WCN3988 support
Luca Weiss
1
-0
/
+12
2023-08-11
bluetooth: Explicitly include correct DT includes
Rob Herring
1
-1
/
+1
2023-08-11
Bluetooth: hci_qca: Add qcom devcoredump support
Sai Teja Aluvala
1
-50
/
+85
2023-08-11
Bluetooth: hci_qca: Add qcom devcoredump sysfs support
Sai Teja Aluvala
1
-0
/
+15
2023-06-06
Bluetooth: hci_qca: fix debugfs registration
Johan Hovold
1
-1
/
+5
2023-04-24
Bluetooth: hci_qca: mark OF related data as maybe unused
Steev Klimaszewski
1
-1
/
+1
2023-04-24
Bluetooth: hci_qca: Add support for QTI Bluetooth chip wcn6855
Steev Klimaszewski
1
-14
/
+43
2023-04-24
Bluetooth: hci_qca: mark OF related data as maybe unused
Krzysztof Kozlowski
1
-5
/
+5
2023-02-10
Bluetooth: hci_qca: get wakeup status from serdev device handle
Zhengping Jiang
1
-3
/
+4
2023-02-10
Bluetooth: qca: Fix sparse warnings
Luiz Augusto von Dentz
1
-2
/
+2
2023-01-18
Bluetooth: hci_qca: Fix driver shutdown on closed serdev
Krzysztof Kozlowski
1
-0
/
+7
2022-12-14
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-2
/
+3
2022-12-13
Bluetooth: hci_qca: don't call kfree_skb() under spin_lock_irqsave()
Yang Yingliang
1
-1
/
+1
2022-12-13
Bluetooth: hci_qca: only assign wakeup with serial port support
Zhengping Jiang
1
-1
/
+2
2022-11-24
Bluetooth: hci_qca: Fix the teardown problem for real
Thomas Gleixner
1
-2
/
+8
2022-07-22
Bluetooth: hci_qca: Return wakeup for qca_wakeup
Sai Teja Aluvala
1
-1
/
+1
2022-05-13
Bluetooth: hci_qca: Use del_timer_sync() before freeing
Steven Rostedt
1
-2
/
+2
2022-01-06
Bluetooth: hci_qca: Fix NULL vs IS_ERR_OR_NULL check in qca_serdev_probe
Miaoqian Lin
1
-3
/
+3
2021-12-23
Bluetooth: hci_qca: Stop IBS timer during BT OFF
Panicker Harish
1
-0
/
+3
2021-10-02
Bluetooth: Rename driver .prevent_wake to .wakeup
Luiz Augusto von Dentz
1
-2
/
+2
2021-09-28
Bluetooth: hci_qca: enable Qualcomm WCN399x for AOSP extension
Joseph Hwang
1
-0
/
+1
2021-06-26
Bluetooth: hci_qca: Add support for QTI Bluetooth chip wcn6750
Venkata Lakshmi Narayana Gubba
1
-21
/
+93
2021-06-26
Bluetooth: hci_qca: fix potential GPF
Pavel Skripkin
1
-2
/
+2
2021-03-22
Bluetooth: hci_qca: Mundane typo fix
Bhaskar Chowdhury
1
-1
/
+1
2021-03-11
Bluetooth: hci_qca: Add device_may_wakeup support
Venkata Lakshmi Narayana Gubba
1
-0
/
+15
2021-02-08
Bluetooth: hci_qca: Fixed issue during suspend
Venkata Lakshmi Narayana Gubba
1
-1
/
+11
2021-02-02
Bluetooth: hci_qca: check for SSR triggered flag while suspend
Venkata Lakshmi Narayana Gubba
1
-1
/
+2
2021-01-06
Bluetooth: hci_qca: Wait for SSR completion during suspend
Venkata Lakshmi Narayana Gubba
1
-7
/
+9
2021-01-06
Bluetooth: hci_qca: Fix memleak in qca_controller_memdump
Dinghao Liu
1
-0
/
+2
2020-12-07
Bluetooth: btqca: Use NVM files based on SoC ID for WCN3991
Venkata Lakshmi Narayana Gubba
1
-5
/
+4
2020-11-11
Bluetooth: hci_qca: Wait for timeout during suspend
Venkata Lakshmi Narayana Gubba
1
-9
/
+39
2020-11-11
Bluetooth: hci_qca: resolve various warnings
Nigel Christian
1
-4
/
+4
2020-11-11
Bluetooth: hci_qca: Enhance retry logic in qca_setup
Balakrishna Godavarthi
1
-16
/
+18
2020-11-09
Bluetooth: btqca: Add valid le states quirk
Abhishek Pandit-Subedi
1
-6
/
+13
2020-09-11
Bluetooth: hci_qca: Remove duplicate power off in proto close
Venkata Lakshmi Narayana Gubba
1
-3
/
+2
2020-09-11
Bluetooth: hci_qca: remove redundant null check
Xu Wang
1
-2
/
+1
2020-07-28
Bluetooth: hci_qca: Stop collecting memdump again for command timeout during SSR
Venkata Lakshmi Narayana Gubba
1
-4
/
+5
2020-07-13
Bluetooth: hci_qca: Bug fixes for SSR
Venkata Lakshmi Narayana Gubba
1
-4
/
+36
2020-07-10
Bluetooth: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-7
/
+1
2020-06-12
Bluetooth: hci_qca: Request Tx clock vote off only when Tx is pending
Balakrishna Godavarthi
1
-1
/
+1
2020-06-12
Bluetooth: hci_qca: Increase SoC idle timeout to 200ms
Balakrishna Godavarthi
1
-1
/
+1
2020-06-10
Bluetooth: hci_qca: Bug fix during SSR timeout
Venkata Lakshmi Narayana Gubba
1
-12
/
+17
2020-06-08
Bluetooth: hci_qca: Refactor error handling in qca_suspend()
Matthias Kaehlcke
1
-7
/
+5
2020-06-08
Bluetooth: hci_qca: Skip serdev wait when no transfer is pending
Matthias Kaehlcke
1
-2
/
+6
2020-06-08
Bluetooth: hci_qca: Only remove TX clock vote after TX is completed
Matthias Kaehlcke
1
-3
/
+3
2020-06-08
Bluetooth: hci_qca: Simplify determination of serial clock on/off state from ...
Matthias Kaehlcke
1
-4
/
+2
2020-06-03
Bluetooth: hci_qca: Fix an error pointer dereference
Dan Carpenter
1
-9
/
+9
[next]