summaryrefslogtreecommitdiff
path: root/drivers/bluetooth/hci_qca.c
AgeCommit message (Expand)Author
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-02-23Bluetooth: hci_qca: Cleanup on all setup failuresJinwang Li
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-17Merge tag 'tty-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2026-01-29Bluetooth: hci_qca: Enable HFP hardware offload for WCN6855 and WCN7850Mengshi Wu
2026-01-29Bluetooth: hci_qca: Refactor HFP hardware offload capability handlingMengshi Wu
2026-01-29Bluetooth: hci_qca: Fix SSR (SubSystem Restart) fail when BT_EN is pulled up ...Shuai Zhang
2025-12-17Bluetooth: hci_qca: Migrate to serdev specific shutdown functionUwe Kleine-König
2025-10-24Bluetooth: fix corruption in h4_recv_buf() after cleanupCalvin Owens
2025-07-23Bluetooth: hci_qca: Enable ISO data packet RXZijun Hu
2025-07-16Bluetooth: hci_dev: replace 'quirks' integer by 'quirk_flags' bitmapChristian Eggers
2025-06-20driver: bluetooth: hci_qca:fix unable to load the BT driverShuai Zhang
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-30Bluetooth: hci_qca: move the SoC type check to the right placeBartosz Golaszewski
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-25Bluetooth: qca: add WCN3950 supportDmitry Baryshkov
2025-03-25Bluetooth: hci_qca: use the power sequencer for wcn6750Janaki Ramaiah Thota
2025-01-15Bluetooth: Get rid of cmd_timeout and use the reset callbackHsin-chen Chuang
2025-01-15Bluetooth: Use str_enable_disable-like helpersKrzysztof Kozlowski
2025-01-15Bluetooth: qca: Expand firmware-name to load specific rampatchCheng Jiang
2024-11-14Bluetooth: hci_qca: use devm_clk_get_optional_enabled_with_rate()Bartosz Golaszewski
2024-11-14bluetooth: Fix typos in the commentsYan Zhen
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-08-30Bluetooth: qca: If memdump doesn't work, re-enable IBSDouglas Anderson
2024-08-15Bluetooth: HCI: Invert LE State quirk to be opt-out rather then opt-inLuiz Augusto von Dentz
2024-08-07Bluetooth: hci_qca: fix a NULL-pointer derefence at shutdownBartosz Golaszewski
2024-08-07Bluetooth: hci_qca: fix QCA6390 support on non-DT platformsBartosz Golaszewski
2024-08-07Bluetooth: hci_qca: don't call pwrseq_power_off() twice for QCA6390Bartosz Golaszewski
2024-07-15Bluetooth: hci_qca: Fix build errorLuiz Augusto von Dentz
2024-07-15Bluetooth: hci_qca: use the power sequencer for wcn7850 and wcn6855Bartosz Golaszewski
2024-07-15Bluetooth: hci_qca: make pwrseq calls the default if availableBartosz Golaszewski
2024-07-15Bluetooth: hci_qca: unduplicate calls to hci_uart_register_device()Bartosz Golaszewski
2024-07-15Bluetooth: hci_qca: schedule a devm action for disabling the clockBartosz Golaszewski
2024-07-15Bluetooth: qca: don't disable power management for QCA6390Bartosz Golaszewski
2024-07-15Bluetooth: qca: use the power sequencer for QCA6390Bartosz Golaszewski
2024-07-14Bluetooth: Use sizeof(*pointer) instead of sizeof(type)Erick Archer
2024-06-28Bluetooth: qca: Fix BT enable failure again for QCA6390 after warm rebootZijun Hu
2024-04-24Bluetooth: qca: set power_ctrl_enabled on NULL returned by gpiod_get_optional()Bartosz Golaszewski
2024-04-24Bluetooth: qca: fix NULL-deref on non-serdev setupJohan Hovold
2024-04-24Bluetooth: qca: fix NULL-deref on non-serdev suspendJohan Hovold
2024-04-24Bluetooth: qca: fix invalid device address checkJohan Hovold
2024-03-29Bluetooth: qca: fix device-address endiannessJohan Hovold
2024-03-29Revert "Bluetooth: hci_qca: Set BDA quirk bit if fwnode exists in DT"Johan Hovold
2024-03-06Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with gpiod_get_optional()Bartosz Golaszewski
2024-02-28Bluetooth: qca: Fix triggering coredump implementationZijun Hu
2024-02-28Bluetooth: hci_qca: Set BDA quirk bit if fwnode exists in DTJanaki Ramaiah Thota
2023-12-22Bluetooth: qca: Support HFP offload for QCA2066Zijun Hu
2023-12-22Bluetooth: qca: Set both WIDEBAND_SPEECH and LE_STATES quirks for QCA2066Zijun Hu
2023-10-23Bluetooth: qca: add support for QCA2066Tim Jiang