summaryrefslogtreecommitdiff
path: root/drivers/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2024-08-14Bluetooth: btnxpuart: Shutdown timer and prevent rearming when driver unloadingLuke Wang1-1/+1
2024-08-11Bluetooth: btintel: Fail setup on errorKiran K1-0/+3
2024-08-03Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x13d3:0x3591WangYuli1-0/+2
2024-08-03Bluetooth: btusb: Add RTL8852BE device 0489:e125 to device tablesHilda Wu1-0/+2
2024-08-03Bluetooth: btnxpuart: Add handling for boot-signature timeout errorsNeeraj Sanjay Kale1-4/+48
2024-08-03Bluetooth: btintel_pcie: Fix irq leakKiran K1-0/+6
2024-08-03Bluetooth: btintel: Refactor btintel_set_ppag()Kiran K1-85/+34
2024-08-03Bluetooth: hci_bcm4377: Use correct unit for timeoutsSven Peter1-1/+1
2024-06-28Bluetooth: btnxpuart: Enable Power Save feature on startupNeeraj Sanjay Kale1-1/+1
2024-06-28Bluetooth: qca: Fix BT enable failure again for QCA6390 after warm rebootZijun Hu1-3/+15
2024-06-28Bluetooth: btintel_pcie: Fix REVERSE_INULL issue reported by coverityVijay Satija1-1/+1
2024-06-28Bluetooth: hci_bcm4377: Fix msgid releaseHector Martin1-1/+1
2024-06-28Bluetooth: Add quirk to ignore reserved PHY bits in LE Extended Adv ReportSven Peter1-0/+8
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+0
2024-05-22bluetooth: virtio: drop owner assignmentKrzysztof Kozlowski1-1/+0
2024-05-16Merge tag 'mmc-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2-2/+0
2024-05-14Bluetooth: btintel_pcie: Refactor and code cleanupKiran K2-5/+4
2024-05-14Bluetooth: btintel_pcie: Fix warning reported by sparseKiran K1-1/+1
2024-05-14Bluetooth: btintel: Fix compiler warning for multi_v7_defconfig configKiran K1-1/+1
2024-05-14Bluetooth: btintel_pcie: Fix compiler warningsKiran K1-7/+3
2024-05-14Bluetooth: btintel_pcie: Add *setup* function to download firmwareKiran K2-5/+315
2024-05-14Bluetooth: btintel_pcie: Add support for PCIe transportTedd Ho-Jeong An5-1/+1495
2024-05-14Bluetooth: btintel: Export few static functionsKiran K2-10/+59
2024-05-14Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz10-47/+1
2024-05-14Bluetooth: qca: Fix error code in qca_read_fw_build_info()Dan Carpenter1-1/+3
2024-05-14Bluetooth: btintel: Add support for Filmore Peak2 (BE201)Kiran K1-0/+1
2024-05-14Bluetooth: btintel: Add support for BlazarIKiran K1-0/+3
2024-05-14Bluetooth: qca: clean up definesJohan Hovold1-30/+30
2024-05-14Bluetooth: qca: drop bogus module versionJohan Hovold1-4/+1
2024-05-14Bluetooth: qca: drop bogus edl header checksJohan Hovold1-20/+0
2024-05-14Bluetooth: btusb: Sort usb_device_id table by the IDJiande Lu1-18/+15
2024-05-14Bluetooth: btusb: Add USB HW IDs for MT7921/MT7922/MT7925Jiande Lu1-0/+24
2024-05-14Bluetooth: qca: Support downloading board id specific NVM for WCN7850Zijun Hu1-3/+15
2024-05-14Bluetooth: Populate hci_set_hw_info for Intel and RealtekArchie Pusaka2-0/+16
2024-05-14Bluetooth: btusb: Correct timeout macro argument used to receive control messageZijun Hu1-3/+3
2024-05-14Bluetooth: btusb: Fix the patch for MT7920 the affected to MT7921Peter Tsao1-0/+1
2024-05-14Bluetooth: ath3k: Fix multiple issues reported by checkpatch.plUri Arev1-14/+11
2024-05-14Bluetooth: hci_bcm: Limit bcm43455 baudrate to 2000000Hans de Goede1-1/+1
2024-05-14Bluetooth: hci_intel: Fix multiple issues reported by checkpatch.plUri Arev1-9/+10
2024-05-14Bluetooth: hci_intel: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-05-14Bluetooth: hci_bcm: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-05-14Bluetooth: btqcomsmd: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-05-14Bluetooth: Add support for MediaTek MT7922 deviceIan W MORRISON1-0/+5
2024-05-14Bluetooth: btintel: Add support to download intermediate loaderKiran K2-1/+40
2024-05-14Bluetooth: btintel: Define macros for image typesKiran K2-6/+9
2024-05-03Bluetooth: qca: fix firmware check error pathJohan Hovold1-1/+1
2024-05-03Bluetooth: qca: fix info leak when fetching board idJohan Hovold1-0/+5
2024-05-03Bluetooth: qca: fix info leak when fetching fw build idJohan Hovold2-5/+21
2024-05-03Bluetooth: qca: generalise device address checkJohan Hovold2-9/+14
2024-05-03Bluetooth: qca: fix NVM configuration parsingJohan Hovold1-2/+22