summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: NXP: Add protocol support for NXP Bluetooth chipsetsNeeraj Sanjay Kale2023-04-233-0/+1310
* Bluetooth: hci_ldisc: Fix tty_set_termios() return value assumptionsIlpo Järvinen2023-04-231-4/+4
* Bluetooth: Improve support for Actions Semi ATS2851 based devicesRaul Cheleguini2023-04-231-0/+2
* Bluetooth: btrtl: add support for the RTL8723CSVasily Khoruzhick2023-04-233-4/+125
* Bluetooth: btmtkuart: mark OF related data as maybe unusedKrzysztof Kozlowski2023-04-231-3/+3
* Bluetooth: hci_qca: mark OF related data as maybe unusedKrzysztof Kozlowski2023-04-231-5/+5
* Bluetooth: btmrvl_sdio: mark OF related data as maybe unusedKrzysztof Kozlowski2023-04-231-1/+1
* Bluetooth: hci_ll: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-04-231-1/+1
* Bluetooth: Add VID/PID 0489/e0e4 for MediaTek MT7922Meng Tang2023-04-231-0/+3
* Bluetooth: hci_h5: btrtl: Add support for RTL8821CSChris Morgan2023-04-231-0/+8
* Bluetooth: btusb: Add new PID/VID 04ca:3801 for MT7663Meng Tang2023-04-231-0/+3
* Bluetooth: btrtl: Add support for RTL8852BSVictor Hassan2023-04-231-0/+10
* Bluetooth: hci_mrvl: Add serdev support for 88W8997Stefan Eichenberger2023-04-231-7/+79
* Bluetooth: hci_mrvl: use maybe_unused macro for device tree idsStefan Eichenberger2023-04-231-3/+1
* Bluetooth: btusb: Do not require hardcoded interface numbersTomasz Moń2023-04-231-7/+3
* bluetooth: btbcm: Fix logic error in forming the board name.Sasha Finkelstein2023-04-101-1/+1
* Bluetooth: btsdio: fix use after free bug in btsdio_remove due to race conditionZheng Wang2023-04-101-0/+1
* Bluetooth: btsdio: fix use after free bug in btsdio_remove due to unfinished ...Zheng Wang2023-03-231-0/+1
* Bluetooth: btqcomsmd: Fix command timeout after setting BD addressStephan Gerhold2023-03-231-1/+16
* Bluetooth: btinel: Check ACPI handle for NULL before accessingKiran K2023-03-231-2/+9
* Bluetooth: btintel: Iterate only bluetooth device ACPI entriesKiran K2023-03-222-25/+26
* Bluetooth: btusb: Remove detection of ISO packets over bulkLuiz Augusto von Dentz2023-03-221-10/+0
* Bluetooth: btintel: Set Per Platform Antenna Gain(PPAG)Seema Sreemantha2023-02-092-0/+129
* Bluetooth: hci_qca: get wakeup status from serdev device handleZhengping Jiang2023-02-091-3/+4
* Bluetooth: qca: Fix sparse warningsLuiz Augusto von Dentz2023-02-091-2/+2
* Bluetooth: btusb: Add VID:PID 13d3:3529 for Realtek RTL8821CEMoises Cardona2023-02-091-0/+4
* Bluetooth: btusb: Add new PID/VID 0489:e0f2 for MT7921Mario Limonciello2023-02-091-0/+3
* Bluetooth: Fix issue with Actions Semi ATS2851 based devicesMarcel Holtmann2023-02-091-0/+9
* Bluetooth: hci_qca: Fix driver shutdown on closed serdevKrzysztof Kozlowski2023-01-171-0/+7
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-1/+1
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-1313-53/+2829
|\
| * Bluetooth: hci_bcsp: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
| * Bluetooth: hci_h5: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
| * Bluetooth: hci_ll: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
| * Bluetooth: hci_qca: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
| * Bluetooth: btusb: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-3/+3
| * Bluetooth: btintel: Fix missing free skb in btintel_setup_combined()Wang ShaoBo2022-12-121-2/+3
| * Bluetooth: btintel: Fix existing sparce warningsLuiz Augusto von Dentz2022-12-121-8/+8
| * Bluetooth: btusb: Fix existing sparce warningLuiz Augusto von Dentz2022-12-121-1/+1
| * Bluetooth: btusb: Fix new sparce warningsLuiz Augusto von Dentz2022-12-121-12/+13
| * Bluetooth: btusb: Add a new PID/VID 13d3/3549 for RTL8822CUGongwei Li2022-12-121-0/+4
| * Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0cb8:0xc559Artem Lukyanov2022-12-121-0/+4
| * Bluetooth: btusb: Add a new VID/PID 0489/e0f2 for MT7922Andy Chi2022-12-121-0/+3
| * Bluetooth: hci_bcm4377: Fix missing pci_disable_device() on error in bcm4377_...Yang Yingliang2022-12-121-1/+1
| * Bluetooth: btusb: Add Realtek 8761BUV support ID 0x2B89:0x8761Raman Varabets2022-12-121-0/+2
| * Bluetooth: hci_bcm4377: Add new driver for BCM4377 PCIe boardsSven Peter2022-12-123-0/+2527
| * Bluetooth: hci_bcm: Add CYW4373A0 supportMarek Vasut2022-12-121-1/+12
| * Bluetooth: btusb: Add more device IDs for WCN6855Shengyu Qu2022-12-121-0/+84
| * Bluetooth: btusb: Default CONFIG_BT_HCIBTUSB_POLL_SYNC=yLuiz Augusto von Dentz2022-12-121-0/+1
| * Bluetooth: btusb: Add CONFIG_BT_HCIBTUSB_POLL_SYNCLuiz Augusto von Dentz2022-12-122-0/+13