aboutsummaryrefslogtreecommitdiff
path: root/drivers/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2022-05-13Bluetooth: btmtksdio: fix the reset takes too longGravatar Sean Wang 1-0/+5
2022-05-13Bluetooth: btmtksdio: fix possible FW initialization failureGravatar Sean Wang 1-8/+8
2022-05-13Bluetooth: btmtksdio: fix use-after-free at btmtksdio_recv_eventGravatar Sean Wang 1-1/+2
2022-05-13Bluetooth: btbcm: Add entry for BCM4373A0 UART BluetoothGravatar Tim Harvey 1-0/+1
2022-05-13Bluetooth: btusb: Add a new PID/VID 0489/e0c8 for MT7921Gravatar Sean Wang 1-0/+3
2022-05-13Bluetooth: btusb: Add 0x0bda:0x8771 Realtek 8761BUV devicesGravatar Ismael Luceno 1-0/+4
2022-05-13Bluetooth: btusb: Set HCI_QUIRK_BROKEN_ERR_DATA_REPORTING for QCAGravatar Zijun Hu 1-0/+1
2022-05-13Bluetooth: btusb: add support for Qualcomm WCN785xGravatar Zijun Hu 1-2/+8
2022-05-13Bluetooth: btrtl: Add support for RTL8852CGravatar Max Chou 1-0/+13
2022-05-13Bluetooth: btusb: Set HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN for QCAGravatar Luiz Augusto von Dentz 1-0/+5
2022-05-13Bluetooth: hci_qca: Use del_timer_sync() before freeingGravatar Steven Rostedt 1-2/+2
2022-05-13Bluetooth: btintel: Constify static struct regmap_busGravatar Rikard Falkeborn 1-1/+1
2022-05-13Bluetooth: mt7921s: Fix the incorrect pointer checkGravatar Sean Wang 1-1/+1
2022-05-13Bluetooth: btbcm: Support per-board firmware variantsGravatar Linus Walleij 1-1/+51
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