summaryrefslogtreecommitdiff
path: root/drivers/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2024-07-26Bluetooth: btmtk: remove #ifdef around declarationsArnd Bergmann1-2/+0
2024-07-26Bluetooth: btmtk: Fix btmtk.c undefined reference build error harderArnd Bergmann1-0/+2
2024-07-26Bluetooth: btmtk: Fix btmtk.c undefined reference build errorChris Lu2-0/+4
2024-07-26Bluetooth: btmtk: Fix kernel crash when entering btmtk_usb_suspendChris Lu1-1/+2
2024-07-26Bluetooth: btintel: Fail setup on errorKiran K1-0/+3
2024-07-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-9/+4
2024-07-17virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko1-2/+1
2024-07-17virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()Jiri Pirko1-9/+5
2024-07-15Bluetooth: btmtk: Mark all stub functions as inlineNathan Chancellor1-18/+21
2024-07-15Bluetooth: hci_qca: Fix build errorLuiz Augusto von Dentz1-0/+1
2024-07-15Bluetooth: hci_qca: use the power sequencer for wcn7850 and wcn6855Bartosz Golaszewski1-2/+17
2024-07-15Bluetooth: hci_qca: make pwrseq calls the default if availableBartosz Golaszewski1-11/+13
2024-07-15Bluetooth: hci_qca: unduplicate calls to hci_uart_register_device()Bartosz Golaszewski1-17/+6
2024-07-15Bluetooth: hci_qca: schedule a devm action for disabling the clockBartosz Golaszewski1-8/+15
2024-07-15Bluetooth: btnxpuart: Fix warnings for suspend and resume functionsNeeraj Sanjay Kale1-0/+2
2024-07-15Bluetooth: btnxpuart: Add system suspend and resume handlersNeeraj Sanjay Kale1-0/+23
2024-07-15Bluetooth: btnxpuart: Add support for IW615 chipsetNeeraj Sanjay Kale1-0/+13
2024-07-15Bluetooth: btnxpuart: Add support for AW693 A1 chipsetNeeraj Sanjay Kale1-2/+13
2024-07-15Bluetooth: btintel: Add support for Whale Peak2Kiran K1-0/+1
2024-07-15Bluetooth: btintel: Add support for BlazarU coreKiran K1-0/+3
2024-07-15Bluetooth: btusb: mediatek: add ISO data transmission functionsChris Lu3-0/+415
2024-07-15Bluetooth: btmtk: move btusb_recv_acl_mtk to btmtk.cChris Lu3-33/+41
2024-07-15Bluetooth: btmtk: move btusb_mtk_[setup, shutdown] to btmtk.cChris Lu3-445/+484
2024-07-15Bluetooth: btmtk: move btusb_mtk_hci_wmt_sync to btmtk.cChris Lu5-283/+305
2024-07-15Bluetooth: btusb: add callback function in btusb suspend/resumeChris Lu1-0/+9
2024-07-15Bluetooth: btmtk: rename btmediatek_dataChris Lu3-11/+10
2024-07-15Bluetooth: btusb: mediatek: return error for failed reg accessChris Lu1-30/+84
2024-07-15Bluetooth: btusb: mediatek: remove the unnecessary goto tagChris Lu1-4/+1
2024-07-15Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x13d3:0x3591WangYuli1-0/+2
2024-07-15Bluetooth: btintel: Fix the sfi name for BlazarUKiran K1-2/+2
2024-07-15Bluetooth: qca: don't disable power management for QCA6390Bartosz Golaszewski1-1/+7
2024-07-15Bluetooth: hci: fix build when POWER_SEQUENCING=mKrzysztof Kozlowski1-0/+1
2024-07-15Bluetooth: btintel: Fix spelling of *intermediate* in commentPaul Menzel1-1/+1
2024-07-15Bluetooth: qca: use the power sequencer for QCA6390Bartosz Golaszewski1-15/+59
2024-07-15Bluetooth: btintel: Add firmware ID to firmware nameKiran K2-21/+73
2024-07-15Bluetooth: btusb: Add RTL8852BE device 0489:e125 to device tablesHilda Wu1-0/+2
2024-07-15Bluetooth: btnxpuart: Add handling for boot-signature timeout errorsNeeraj Sanjay Kale1-4/+48
2024-07-15Bluetooth: btnxpuart: Update firmware namesNeeraj Sanjay Kale1-17/+50
2024-07-15Bluetooth: hci_bcm4377: Add BCM4388 supportHector Martin2-17/+50
2024-07-15Bluetooth: Add vendor-specific packet classification for ISO dataYing Hsu1-2/+23
2024-07-15Bluetooth: btintel_pcie: Remove unnecessary memset(0) callsThorsten Blum1-2/+0
2024-07-15Bluetooth: Use sizeof(*pointer) instead of sizeof(type)Erick Archer4-6/+5
2024-07-15Bluetooth/nokia: Remove unused struct 'hci_nokia_radio_hdr'Dr. David Alan Gilbert1-5/+0
2024-07-15Bluetooth: btintel_pcie: Fix irq leakKiran K1-0/+6
2024-07-15Bluetooth: btintel_pcie: Print Firmware Sequencer informationKiran K3-1/+9
2024-07-15Bluetooth: btusb: mediatek: add MT7922 subsystem resetHao Qin1-1/+13
2024-07-15Bluetooth: btusb: mediatek: reset the controller before downloading the fwHao Qin1-0/+10
2024-07-15Bluetooth: btusb: mediatek: refactor the function btusb_mtk_resetHao Qin1-18/+27
2024-07-15Bluetooth: btmtk: apply the common btmtk_fw_get_filenameSean Wang2-12/+5
2024-07-15Bluetooth: btmtk: add the function to get the fw nameSean Wang2-0/+26