aboutsummaryrefslogtreecommitdiff
path: root/drivers/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2022-03-18Bluetooth: ath3k: remove superfluous header filesGravatar Mianhan Liu 1-1/+0
2022-03-18Bluetooth: bcm203x: remove superfluous header filesGravatar Mianhan Liu 1-1/+0
2022-03-18Bluetooth: hci_bcm: Add the Asus TF103C to the bcm_broken_irq_dmi_tableGravatar Hans de Goede 1-8/+36
2022-03-18Bluetooth: mt7921s: Add WBS supportGravatar Yake Yang 1-0/+3
2022-03-18Bluetooth: mt7921s: Add .btmtk_get_codec_config_dataGravatar Yake Yang 1-0/+50
2022-03-18Bluetooth: mt7921s: Add .get_data_path_idGravatar Yake Yang 1-1/+14
2022-03-18Bluetooth: mt7921s: Set HCI_QUIRK_VALID_LE_STATESGravatar Yake Yang 1-0/+3
2022-03-18Bluetooth: btmtksdio: Fix kernel oops in btmtksdio_interruptGravatar Yake Yang 1-2/+2
2022-03-18Bluetooth: btmtkuart: fix error handling in mtk_hci_wmt_sync()Gravatar Dan Carpenter 1-5/+7
2022-03-18Bluetooth: btrtl: Add support for RTL8852BGravatar Max Chou 1-0/+13
2022-03-18Bluetooth: hci_uart: add missing NULL check in h5_enqueueGravatar Pavel Skripkin 1-3/+5
2022-03-18Bluetooth: btusb: Use quirk to skip HCI_FLT_CLEAR_ALL on fake CSR controllersGravatar Ismael Ferreras Morezuelas 1-2/+4
2022-03-18Bluetooth: btmtkuart: fix the conflict between mtk and msft vendor eventGravatar Sean Wang 1-8/+1
2022-03-18Bluetooth: btmtkuart: add .set_bdaddr supportGravatar Sean Wang 1-0/+1
2022-03-18Bluetooth: btmtkuart: rely on BT_MTK moduleGravatar Sean Wang 4-158/+29
2022-03-18Bluetooth: btusb: Add missing Chicony device for Realtek RTL8723BEGravatar Takashi Iwai 1-0/+1
2022-03-04Bluetooth: btusb: Add another Realtek 8761BUGravatar Helmut Grohne 1-0/+2
2022-03-04Bluetooth: hci_bcm: add BCM43430A0 & BCM43430A1Gravatar Luca Weiss 1-0/+2
2022-03-04Bluetooth: btmtksdio: Fix kernel oops when sdio suspend.Gravatar Yake Yang 1-2/+2
2022-03-04Bluetooth: btusb: Add a new PID/VID 13d3/3567 for MT7921Gravatar Yake Yang 1-0/+3
2022-03-04Bluetooth: btusb: Make use of of BIT macro to declare flagsGravatar Luiz Augusto von Dentz 1-27/+27
2022-03-04Bluetooth: mediatek: fix the conflict between mtk and msft vendor eventGravatar Sean Wang 3-16/+2
2022-03-04Bluetooth: mt7921s: support bluetooth reset mechanismGravatar Chih-Ying Chiang 2-1/+118
2022-03-04Bluetooth: btusb: Improve stability for QCA devicesGravatar Zijun Hu 1-0/+8
2022-03-04Bluetooth: btusb: add support for LG LGSBWAC02 (MT7663BUN)Gravatar Piotr Dymacz 1-0/+5
2022-03-04Bluetooth: btusb: Add support for Intel Madison Peak (MsP2) deviceGravatar Kiran K 1-0/+1
2022-01-28Merge tag 'for-net-next-2022-01-28' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Jakub Kicinski 11-66/+293
2022-01-26Bluetooth: hci_h5: Add power reset via gpio in h5_btrtl_openGravatar Vyacheslav Bocharov 1-0/+5
2022-01-26Bluetooth: btrtl: Add support for RTL8822C hci_ver 0x08Gravatar Vyacheslav Bocharov 1-0/+8
2022-01-21Bluetooth: btmtksdio: mask out interrupt statusGravatar Sean Wang 1-0/+2
2022-01-21Bluetooth: btmtksdio: run sleep mode by defaultGravatar Sean Wang 1-2/+2
2022-01-21Bluetooth: btmtksdio: lower log level in btmtksdio_runtime_[resume|suspend]()Gravatar Sean Wang 1-2/+2
2022-01-21Bluetooth: mt7921s: fix btmtksdio_[drv|fw]_pmctrl()Gravatar Mark Chen 1-0/+38
2022-01-21Bluetooth: mt7921s: fix bus hang with wrong privilegeGravatar Mark Chen 1-0/+8
2022-01-21Bluetooth: btmtksdio: refactor btmtksdio_runtime_[suspend|resume]()Gravatar Mark Chen 1-41/+53
2022-01-21Bluetooth: mt7921s: fix firmware coredump retrieveGravatar Mark Chen 1-0/+10
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