index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
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
2024-11-14
Bluetooth: hci_qca: use devm_clk_get_optional_enabled_with_rate()
Bartosz Golaszewski
1
-22
/
+2
2024-11-14
bluetooth: Fix typos in the comments
Yan Zhen
1
-4
/
+4
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-08-30
Bluetooth: qca: If memdump doesn't work, re-enable IBS
Douglas Anderson
1
-0
/
+1
2024-08-15
Bluetooth: HCI: Invert LE State quirk to be opt-out rather then opt-in
Luiz Augusto von Dentz
1
-2
/
+2
2024-08-07
Bluetooth: hci_qca: fix a NULL-pointer derefence at shutdown
Bartosz Golaszewski
1
-1
/
+1
2024-08-07
Bluetooth: hci_qca: fix QCA6390 support on non-DT platforms
Bartosz Golaszewski
1
-5
/
+8
2024-08-07
Bluetooth: hci_qca: don't call pwrseq_power_off() twice for QCA6390
Bartosz Golaszewski
1
-4
/
+0
2024-07-15
Bluetooth: hci_qca: Fix build error
Luiz Augusto von Dentz
1
-0
/
+1
2024-07-15
Bluetooth: hci_qca: use the power sequencer for wcn7850 and wcn6855
Bartosz Golaszewski
1
-2
/
+17
2024-07-15
Bluetooth: hci_qca: make pwrseq calls the default if available
Bartosz Golaszewski
1
-11
/
+13
2024-07-15
Bluetooth: hci_qca: unduplicate calls to hci_uart_register_device()
Bartosz Golaszewski
1
-17
/
+6
2024-07-15
Bluetooth: hci_qca: schedule a devm action for disabling the clock
Bartosz Golaszewski
1
-8
/
+15
2024-07-15
Bluetooth: qca: don't disable power management for QCA6390
Bartosz Golaszewski
1
-1
/
+7
2024-07-15
Bluetooth: qca: use the power sequencer for QCA6390
Bartosz Golaszewski
1
-15
/
+59
2024-07-14
Bluetooth: Use sizeof(*pointer) instead of sizeof(type)
Erick Archer
1
-3
/
+2
2024-06-28
Bluetooth: qca: Fix BT enable failure again for QCA6390 after warm reboot
Zijun Hu
1
-3
/
+15
2024-04-24
Bluetooth: qca: set power_ctrl_enabled on NULL returned by gpiod_get_optional()
Bartosz Golaszewski
1
-5
/
+13
2024-04-24
Bluetooth: qca: fix NULL-deref on non-serdev setup
Johan Hovold
1
-2
/
+4
2024-04-24
Bluetooth: qca: fix NULL-deref on non-serdev suspend
Johan Hovold
1
-0
/
+3
2024-04-24
Bluetooth: qca: fix invalid device address check
Johan Hovold
1
-2
/
+0
2024-03-29
Bluetooth: qca: fix device-address endianness
Johan Hovold
1
-0
/
+10
2024-03-29
Revert "Bluetooth: hci_qca: Set BDA quirk bit if fwnode exists in DT"
Johan Hovold
1
-12
/
+1
2024-03-06
Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with gpiod_get_optional()
Bartosz Golaszewski
1
-3
/
+3
2024-02-28
Bluetooth: qca: Fix triggering coredump implementation
Zijun Hu
1
-5
/
+4
2024-02-28
Bluetooth: hci_qca: Set BDA quirk bit if fwnode exists in DT
Janaki Ramaiah Thota
1
-1
/
+12
2023-12-22
Bluetooth: qca: Support HFP offload for QCA2066
Zijun Hu
1
-0
/
+22
2023-12-22
Bluetooth: qca: Set both WIDEBAND_SPEECH and LE_STATES quirks for QCA2066
Zijun Hu
1
-0
/
+1
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-05
Bluetooth: hci_qca: fix debugfs registration
Johan Hovold
1
-1
/
+5
2023-04-23
Bluetooth: hci_qca: mark OF related data as maybe unused
Steev Klimaszewski
1
-1
/
+1
2023-04-23
Bluetooth: hci_qca: Add support for QTI Bluetooth chip wcn6855
Steev Klimaszewski
1
-14
/
+43
2023-04-23
Bluetooth: hci_qca: mark OF related data as maybe unused
Krzysztof Kozlowski
1
-5
/
+5
2023-02-09
Bluetooth: hci_qca: get wakeup status from serdev device handle
Zhengping Jiang
1
-3
/
+4
2023-02-09
Bluetooth: qca: Fix sparse warnings
Luiz Augusto von Dentz
1
-2
/
+2
2023-01-17
Bluetooth: hci_qca: Fix driver shutdown on closed serdev
Krzysztof Kozlowski
1
-0
/
+7
2022-12-13
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-2
/
+3
2022-12-12
Bluetooth: hci_qca: don't call kfree_skb() under spin_lock_irqsave()
Yang Yingliang
1
-1
/
+1
2022-12-12
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-21
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-22
Bluetooth: hci_qca: Stop IBS timer during BT OFF
Panicker Harish
1
-0
/
+3
[next]