summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: hci_qca: fix a NULL-pointer derefence at shutdownBartosz Golaszewski2024-08-071-1/+1
* Bluetooth: hci_qca: fix QCA6390 support on non-DT platformsBartosz Golaszewski2024-08-071-5/+8
* Bluetooth: hci_qca: don't call pwrseq_power_off() twice for QCA6390Bartosz Golaszewski2024-08-071-4/+0
* Bluetooth: btmtk: remove #ifdef around declarationsArnd Bergmann2024-07-261-2/+0
* Bluetooth: btmtk: Fix btmtk.c undefined reference build error harderArnd Bergmann2024-07-261-0/+2
* Bluetooth: btmtk: Fix btmtk.c undefined reference build errorChris Lu2024-07-262-0/+4
* Bluetooth: btmtk: Fix kernel crash when entering btmtk_usb_suspendChris Lu2024-07-261-1/+2
* Bluetooth: btintel: Fail setup on errorKiran K2024-07-261-0/+3
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-07-191-9/+4
|\
| * virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko2024-07-171-2/+1
| * virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()Jiri Pirko2024-07-171-9/+5
* | Bluetooth: btmtk: Mark all stub functions as inlineNathan Chancellor2024-07-151-18/+21
* | 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: btnxpuart: Fix warnings for suspend and resume functionsNeeraj Sanjay Kale2024-07-151-0/+2
* | Bluetooth: btnxpuart: Add system suspend and resume handlersNeeraj Sanjay Kale2024-07-151-0/+23
* | Bluetooth: btnxpuart: Add support for IW615 chipsetNeeraj Sanjay Kale2024-07-151-0/+13
* | Bluetooth: btnxpuart: Add support for AW693 A1 chipsetNeeraj Sanjay Kale2024-07-151-2/+13
* | Bluetooth: btintel: Add support for Whale Peak2Kiran K2024-07-151-0/+1
* | Bluetooth: btintel: Add support for BlazarU coreKiran K2024-07-151-0/+3
* | Bluetooth: btusb: mediatek: add ISO data transmission functionsChris Lu2024-07-153-0/+415
* | Bluetooth: btmtk: move btusb_recv_acl_mtk to btmtk.cChris Lu2024-07-153-33/+41
* | Bluetooth: btmtk: move btusb_mtk_[setup, shutdown] to btmtk.cChris Lu2024-07-153-445/+484
* | Bluetooth: btmtk: move btusb_mtk_hci_wmt_sync to btmtk.cChris Lu2024-07-155-283/+305
* | Bluetooth: btusb: add callback function in btusb suspend/resumeChris Lu2024-07-151-0/+9
* | Bluetooth: btmtk: rename btmediatek_dataChris Lu2024-07-153-11/+10
* | Bluetooth: btusb: mediatek: return error for failed reg accessChris Lu2024-07-151-30/+84
* | Bluetooth: btusb: mediatek: remove the unnecessary goto tagChris Lu2024-07-151-4/+1
* | Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x13d3:0x3591WangYuli2024-07-151-0/+2
* | Bluetooth: btintel: Fix the sfi name for BlazarUKiran K2024-07-151-2/+2
* | Bluetooth: qca: don't disable power management for QCA6390Bartosz Golaszewski2024-07-151-1/+7
* | Bluetooth: hci: fix build when POWER_SEQUENCING=mKrzysztof Kozlowski2024-07-151-0/+1
* | Bluetooth: btintel: Fix spelling of *intermediate* in commentPaul Menzel2024-07-151-1/+1
* | Bluetooth: qca: use the power sequencer for QCA6390Bartosz Golaszewski2024-07-151-15/+59
* | Bluetooth: btintel: Add firmware ID to firmware nameKiran K2024-07-152-21/+73
* | Bluetooth: btusb: Add RTL8852BE device 0489:e125 to device tablesHilda Wu2024-07-151-0/+2
* | Bluetooth: btnxpuart: Add handling for boot-signature timeout errorsNeeraj Sanjay Kale2024-07-151-4/+48
* | Bluetooth: btnxpuart: Update firmware namesNeeraj Sanjay Kale2024-07-151-17/+50
* | Bluetooth: hci_bcm4377: Add BCM4388 supportHector Martin2024-07-152-17/+50
* | Bluetooth: Add vendor-specific packet classification for ISO dataYing Hsu2024-07-151-2/+23
* | Bluetooth: btintel_pcie: Remove unnecessary memset(0) callsThorsten Blum2024-07-151-2/+0
* | Bluetooth: Use sizeof(*pointer) instead of sizeof(type)Erick Archer2024-07-154-6/+5
* | Bluetooth/nokia: Remove unused struct 'hci_nokia_radio_hdr'Dr. David Alan Gilbert2024-07-151-5/+0
* | Bluetooth: btintel_pcie: Fix irq leakKiran K2024-07-151-0/+6
* | Bluetooth: btintel_pcie: Print Firmware Sequencer informationKiran K2024-07-153-1/+9
* | Bluetooth: btusb: mediatek: add MT7922 subsystem resetHao Qin2024-07-151-1/+13
* | Bluetooth: btusb: mediatek: reset the controller before downloading the fwHao Qin2024-07-151-0/+10