summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
AgeCommit message (Expand)AuthorLines
2022-01-21Bluetooth: btusb: Add one more Bluetooth part for the Realtek RTL8852AELarry Finger-0/+2
2022-01-21Bluetooth: btintel: Fix WBS setting for Intel legacy ROM productsTedd Ho-Jeong An-3/+15
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-1/+1
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin-1/+1
2022-01-12Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-3/+2
2022-01-10Bluetooth: btmtksdio: clean up inconsistent error message in btmtksdio_mtk_re...Sean Wang-1/+1
2022-01-10Bluetooth: btmtksdio: move struct reg_read_cmd to common fileSean Wang-6/+8
2022-01-10Bluetooth: mt7921s: Enable SCO over I2SMark Chen-0/+88
2022-01-10Bluetooth: mt7921s: Support wake on bluetoothMark Chen-1/+40
2022-01-10Bluetooth: btmtksdio: rename btsdio_mtk_reg_readSean Wang-3/+3
2022-01-07Bluetooth: btqca: sequential validationSai Teja Aluvala-0/+49
2022-01-07Bluetooth: btusb: Add support for Foxconn QCA 0xe0d0Aaron Ma-0/+3
2022-01-07Bluetooth: btintel: Fix broken LED quirk for legacy ROM devicesTedd Ho-Jeong An-13/+22
2022-01-06Bluetooth: btbcm: disable read tx power for MacBook Air 8,1 and 8,2Aditya Garg-0/+12
2022-01-06Bluetooth: hci_qca: Fix NULL vs IS_ERR_OR_NULL check in qca_serdev_probeMiaoqian Lin-3/+3
2022-01-06Bluetooth: hci_bcm: Check for error irqJiasheng Jiang-1/+6
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-0/+1
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski-0/+1
2021-12-22Bluetooth: vhci: Set HCI_QUIRK_VALID_LE_STATESLuiz Augusto von Dentz-0/+2
2021-12-22Bluetooth: hci_qca: Stop IBS timer during BT OFFPanicker Harish-0/+3
2021-12-22Bluetooth: btusb: Add support for Foxconn MT7922AAaron Ma-0/+8
2021-12-22Bluetooth: btintel: Add missing quirks and msft ext for legacy bootloaderTedd Ho-Jeong An-4/+22
2021-12-21Bluetooth: btusb: Add two more Bluetooth parts for WCN6855Zijun Hu-0/+6
2021-12-07Bluetooth: btusb: Return error code when getting patch status failedMark Chen-0/+1
2021-12-07Bluetooth: btusb: Handle download_firmware failure casesMark Chen-0/+4
2021-12-07Bluetooth: btusb: Add support for queuing during polling intervalLuiz Augusto von Dentz-5/+124
2021-12-07Bluetooth: btbcm: disable read tx power for some Macs with the T2 Security chipAditya Garg-0/+39
2021-12-07Bluetooth: btmtksdio: enable AOSP extension for MT7921Sean Wang-0/+1
2021-12-07Bluetooth: btmtksdio: enable msft opcodeƁukasz Bartosik-0/+2
2021-12-07Bluetooth: btusb: Add one more Bluetooth part for WCN6855Zijun Hu-0/+3
2021-12-03Bluetooth: btmtksdio: fix resume failureSean Wang-0/+2
2021-12-03Bluetooth: btmtksdio: handle runtime pm only when sdio_func is availableSean Wang-0/+10
2021-12-03Bluetooth: btusb: Cancel sync commands for certain URB errorsBenjamin Berg-2/+9
2021-11-25tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby-3/+2
2021-11-24Bluetooth: btusb: Add the new support IDs for WCN6855tjiang@codeaurora.org-1/+7
2021-11-24Bluetooth: btusb: re-definition for board_id in struct qca_versiontjiang@codeaurora.org-2/+13
2021-11-24Bluetooth: btusb: Add one more Bluetooth part for the Realtek RTL8852AELarry Finger-0/+2
2021-11-24Bluetooth: btmtksdio: drop the unnecessary variable createdSean Wang-5/+6
2021-11-24Bluetooth: btmtksdio: add support of processing firmware coredump and logSean Wang-1/+22
2021-11-17Merge tag 'for-net-next-2021-11-16' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller-611/+839
2021-11-16Bluetooth: btusb: enable Mediatek to support AOSP extensionmark-yw.chen-0/+1
2021-11-16Bluetooth: btmrvl_main: repair a non-kernel-doc commentRandy Dunlap-1/+1
2021-11-16Bluetooth: hci_h4: Fix padding calculation error within h4_recv_buf()Zijun Hu-2/+2
2021-11-04Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-1/+1
2021-10-29Bluetooth: btusb: Add support using different nvm for variant WCN6855 controllerTim Jiang-14/+39
2021-10-25Bluetooth: btmtksdio: add MT7921s Bluetooth supportSean Wang-8/+144
2021-10-25Bluetooth: btmtksdio: transmit packet according to status TX_EMPTYMark-yw Chen-10/+15
2021-10-25Bluetooth: btmtksdio: use register CRPLR to read packet lengthSean Wang-4/+5
2021-10-25Bluetooth: btmtksdio: update register CSDIOCSR operationSean Wang-2/+6
2021-10-25Bluetooth: btmtksdio: move interrupt service to workSean Wang-69/+63