aboutsummaryrefslogtreecommitdiff
path: root/drivers/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2022-01-21Bluetooth: hci_serdev: call init_rwsem() before p->open()Gravatar Pavel Skripkin 1-1/+2
2022-01-21Bluetooth: Remove kernel-doc style comment blockGravatar Tedd Ho-Jeong An 3-3/+3
2022-01-21Bluetooth: btusb: Whitespace fixes for btusb_setup_csr()Gravatar Ismael Ferreras Morezuelas 1-3/+3
2022-01-21Bluetooth: btusb: Add one more Bluetooth part for the Realtek RTL8852AEGravatar Larry Finger 1-0/+2
2022-01-21Bluetooth: btintel: Fix WBS setting for Intel legacy ROM productsGravatar Tedd Ho-Jeong An 3-3/+15
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-1/+1
2022-01-14virtio: wrap config->reset callsGravatar Michael S. Tsirkin 1-1/+1
2022-01-12Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-3/+2
2022-01-10Bluetooth: btmtksdio: clean up inconsistent error message in btmtksdio_mtk_re...Gravatar Sean Wang 1-1/+1
2022-01-10Bluetooth: btmtksdio: move struct reg_read_cmd to common fileGravatar Sean Wang 2-6/+8
2022-01-10Bluetooth: mt7921s: Enable SCO over I2SGravatar Mark Chen 2-0/+88
2022-01-10Bluetooth: mt7921s: Support wake on bluetoothGravatar Mark Chen 2-1/+40
2022-01-10Bluetooth: btmtksdio: rename btsdio_mtk_reg_readGravatar Sean Wang 1-3/+3
2022-01-07Bluetooth: btqca: sequential validationGravatar Sai Teja Aluvala 2-0/+49
2022-01-07Bluetooth: btusb: Add support for Foxconn QCA 0xe0d0Gravatar Aaron Ma 1-0/+3
2022-01-07Bluetooth: btintel: Fix broken LED quirk for legacy ROM devicesGravatar Tedd Ho-Jeong An 3-13/+22
2022-01-06Bluetooth: btbcm: disable read tx power for MacBook Air 8,1 and 8,2Gravatar Aditya Garg 1-0/+12
2022-01-06Bluetooth: hci_qca: Fix NULL vs IS_ERR_OR_NULL check in qca_serdev_probeGravatar Miaoqian Lin 1-3/+3
2022-01-06Bluetooth: hci_bcm: Check for error irqGravatar Jiasheng Jiang 1-1/+6
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-0/+1
2021-12-29net: Don't include filter.h from net/sock.hGravatar Jakub Kicinski 1-0/+1
2021-12-22Bluetooth: vhci: Set HCI_QUIRK_VALID_LE_STATESGravatar Luiz Augusto von Dentz 1-0/+2
2021-12-22Bluetooth: hci_qca: Stop IBS timer during BT OFFGravatar Panicker Harish 1-0/+3
2021-12-22Bluetooth: btusb: Add support for Foxconn MT7922AGravatar Aaron Ma 1-0/+8
2021-12-22Bluetooth: btintel: Add missing quirks and msft ext for legacy bootloaderGravatar Tedd Ho-Jeong An 1-4/+22
2021-12-21Bluetooth: btusb: Add two more Bluetooth parts for WCN6855Gravatar Zijun Hu 1-0/+6
2021-12-07Bluetooth: btusb: Return error code when getting patch status failedGravatar Mark Chen 1-0/+1
2021-12-07Bluetooth: btusb: Handle download_firmware failure casesGravatar Mark Chen 1-0/+4
2021-12-07Bluetooth: btusb: Add support for queuing during polling intervalGravatar Luiz Augusto von Dentz 1-5/+124
2021-12-07Bluetooth: btbcm: disable read tx power for some Macs with the T2 Security chipGravatar Aditya Garg 1-0/+39
2021-12-07Bluetooth: btmtksdio: enable AOSP extension for MT7921Gravatar Sean Wang 1-0/+1
2021-12-07Bluetooth: btmtksdio: enable msft opcodeGravatar Łukasz Bartosik 1-0/+2
2021-12-07Bluetooth: btusb: Add one more Bluetooth part for WCN6855Gravatar Zijun Hu 1-0/+3
2021-12-03Bluetooth: btmtksdio: fix resume failureGravatar Sean Wang 1-0/+2
2021-12-03Bluetooth: btmtksdio: handle runtime pm only when sdio_func is availableGravatar Sean Wang 1-0/+10
2021-12-03Bluetooth: btusb: Cancel sync commands for certain URB errorsGravatar Benjamin Berg 1-2/+9
2021-11-25tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlGravatar Jiri Slaby 1-3/+2
2021-11-24Bluetooth: btusb: Add the new support IDs for WCN6855Gravatar tjiang@codeaurora.org 1-1/+7
2021-11-24Bluetooth: btusb: re-definition for board_id in struct qca_versionGravatar tjiang@codeaurora.org 1-2/+13
2021-11-24Bluetooth: btusb: Add one more Bluetooth part for the Realtek RTL8852AEGravatar Larry Finger 1-0/+2
2021-11-24Bluetooth: btmtksdio: drop the unnecessary variable createdGravatar Sean Wang 1-5/+6
2021-11-24Bluetooth: btmtksdio: add support of processing firmware coredump and logGravatar Sean Wang 1-1/+22
2021-11-17Merge tag 'for-net-next-2021-11-16' of git://git.kernel.org/pub/scm/linux/ker...Gravatar David S. Miller 14-611/+839
2021-11-16Bluetooth: btusb: enable Mediatek to support AOSP extensionGravatar mark-yw.chen 1-0/+1
2021-11-16Bluetooth: btmrvl_main: repair a non-kernel-doc commentGravatar Randy Dunlap 1-1/+1
2021-11-16Bluetooth: hci_h4: Fix padding calculation error within h4_recv_buf()Gravatar Zijun Hu 1-2/+2
2021-11-04Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-1/+1
2021-10-29Bluetooth: btusb: Add support using different nvm for variant WCN6855 controllerGravatar Tim Jiang 1-14/+39
2021-10-25Bluetooth: btmtksdio: add MT7921s Bluetooth supportGravatar Sean Wang 2-8/+144
2021-10-25Bluetooth: btmtksdio: transmit packet according to status TX_EMPTYGravatar Mark-yw Chen 1-10/+15