summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: btusb: Don't fail external suspend requestsLuiz Augusto von Dentz2024-10-041-2/+18
* Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-10-031-2/+1
|\
| * Bluetooth: btmrvl: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan2024-09-271-2/+1
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-0218-18/+18
* | [tree-wide] finally take no_llseek outAl Viro2024-09-271-1/+0
|/
* Bluetooth: btintel_pcie: Allocate memory for driver private dataKiran K2024-09-121-1/+1
* Bluetooth: btusb: Fix not handling ZPL/short-transferLuiz Augusto von Dentz2024-09-121-1/+4
* Bluetooth: btusb: Add 2 USB HW IDs for MT7925 (0xe118/e)Michael Burch2024-09-121-0/+4
* Bluetooth: btsdio: Do not bind to non-removable CYW4373Scott Ehlert2024-09-121-0/+1
* Bluetooth: btrtl: Set msft ext address filter quirk for RTL8852BHilda Wu2024-09-101-0/+1
* Bluetooth: btrtl: Use kvmemdup to simplify the codeLi Zetao2024-09-101-4/+2
* Bluetooth: btusb: Add Mediatek MT7925 support ID 0x13d3:0x3608Pavel Nikulin2024-09-101-0/+2
* Bluetooth: btrtl: Add the support for RTL8922AMax Chou2024-09-102-0/+27
* Bluetooth: hci_ldisc: Use speed set by btattach as oper_speedFrédéric Danis2024-09-101-0/+3
* Bluetooth: btnxpuart: Add support for ISO packetsNeeraj Sanjay Kale2024-09-101-0/+1
* Bluetooth: hci_h4: Add support for ISO packets in h4_recv.hNeeraj Sanjay Kale2024-09-101-0/+7
* Bluetooth: btusb: Add Realtek RTL8852C support ID 0x0489:0xe122Hilda Wu2024-09-101-0/+2
* Bluetooth: btusb: Invert LE State flag to set invalid rather then validLuiz Augusto von Dentz2024-09-101-150/+76
* Bluetooth: hci_uart: Add support for Amlogic HCI UARTYang Li2024-09-105-3/+781
* Bluetooth: btusb: Add MediaTek MT7925-B22M support ID 0x13d3:0x3604Alexander Hall2024-09-101-0/+3
* Bluetooth: btintel_pcie: Add support for ISO dataKiran2024-09-101-0/+16
* Bluetooth: qca: If memdump doesn't work, re-enable IBSDouglas Anderson2024-08-301-0/+1
* Bluetooth: btnxpuart: Fix random crash seen while removing driverNeeraj Sanjay Kale2024-08-231-2/+18
* Bluetooth: btintel: Allow configuring drive strength of BRIKiran K2024-08-231-0/+124
* Bluetooth: HCI: Invert LE State quirk to be opt-out rather then opt-inLuiz Augusto von Dentz2024-08-157-23/+4
* 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