summaryrefslogtreecommitdiff
path: root/drivers/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2021-07-14Bluetooth: btqca: Don't modify firmware contents in-placeConnor Abbott1-7/+20
2021-07-14Bluetooth: hci_qca: fix potential GPFPavel Skripkin1-2/+2
2021-06-18Bluetooth: Add a new USB ID for RTL8822CELarry Finger1-0/+2
2021-05-19Bluetooth: btusb: Enable quirk boolean flag for Mediatek Chip.mark-yw.chen1-1/+3
2021-03-11Bluetooth: btqca: Add valid le states quirkAbhishek Pandit-Subedi1-6/+13
2021-03-07Bluetooth: hci_h5: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for btrtlClaire Chang1-0/+5
2021-03-04tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds1-17/+17
2021-03-04Bluetooth: btusb: Fix memory leak in btusb_mtk_wmt_recvJupeng Zhong1-10/+10
2021-03-04Bluetooth: hci_qca: Fix memleak in qca_controller_memdumpDinghao Liu1-0/+2
2021-03-04Bluetooth: hci_uart: Fix a race for write_work schedulingClaire Chang2-6/+5
2021-03-04Bluetooth: btqcomsmd: Fix a resource leak in error handling paths in the prob...Christophe JAILLET1-8/+19
2021-02-26Bluetooth: btusb: Some Qualcomm Bluetooth adapters stop workingHui Wang1-0/+7
2021-02-23Bluetooth: btusb: Always fallback to alt 1 for WBSTrent Piepho1-14/+6
2021-01-12Bluetooth: revert: hci_h5: close serdev device and free hu in h5_closeHans de Goede1-6/+2
2021-01-06Bluetooth: hci_h5: close serdev device and free hu in h5_closeAnant Thazhemadam1-2/+6
2020-12-30Bluetooth: btusb: Fix detection of some fake CSR controllers with a bcdDevice...Hans de Goede1-0/+8
2020-12-30Bluetooth: btmtksdio: Add the missed release_firmware() in mtk_setup_firmware()Jing Xiangfeng1-1/+1
2020-12-30Bluetooth: btusb: Add the missed release_firmware() in btusb_mtk_setup_firmwa...Jing Xiangfeng1-1/+1
2020-12-30Bluetooth: hci_h5: fix memory leak in h5_closeAnant Thazhemadam1-0/+3
2020-10-31Bluetooth: btintel: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-10-16Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds10-137/+533
2020-09-28Bluetooth: btusb: Add Qualcomm Bluetooth SoC WCN6855 supportRocky Liao1-13/+53
2020-09-25Bluetooth: ath3k: use usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman1-64/+29
2020-09-25Revert "Bluetooth: ath3k: use usb_control_msg_send() and usb_control_msg_recv()"Oliver Neukum1-26/+64
2020-09-20Bluetooth: btusb: Enable wide band speech support for BTUSB_QCA_ROMERocky Liao1-18/+36
2020-09-16Bluetooth: ath3k: use usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman1-64/+26
2020-09-14Bluetooth: btintel: Functions to send firmware header / payloadKiran K2-2/+129
2020-09-14Bluetooth: btintel: Add infrastructure to read controller informationKiran K2-0/+217
2020-09-13Bluetooth: btintel: Refactor firmware download functionKiran K1-5/+31
2020-09-11Bluetooth: hci_qca: Remove duplicate power off in proto closeVenkata Lakshmi Narayana Gubba1-3/+2
2020-09-11Bluetooth: hci_serdev: Close UART port if NON_PERSISTENT_SETUP is setVenkata Lakshmi Narayana Gubba1-3/+33
2020-09-11Bluetooth: hci_intel: enable on new platformAndy Shevchenko1-4/+5
2020-09-11Bluetooth: btmtksdio: use NULL instead of zeroYueHaibing1-2/+2
2020-09-11Bluetooth: hci_intel: switch to list_for_each_entry()Andy Shevchenko1-21/+10
2020-09-11Bluetooth: hci_intel: drop strange le16_to_cpu() against u8 valuesAndy Shevchenko1-10/+4
2020-09-11Bluetooth: hci_qca: remove redundant null checkXu Wang1-2/+1
2020-08-31Bluetooth: btusb: Fix memleak in btusb_mtk_submit_wmt_recv_urbDinghao Liu1-0/+1
2020-08-31Bluetooth: btusb: Update boot parameter specific to SKUKiran K1-4/+4
2020-08-02Bluetooth: hci_uart: Cancel init work before unregisteringSamuel Holland2-0/+3
2020-08-02Bluetooth: hci_h5: Remove ignored flag HCI_UART_RESET_ON_INITSamuel Holland1-2/+0
2020-08-02Bluetooth: btmrvl: eliminate duplicates introducing btmrvl_reg_89xxTamás Szűcs1-50/+4
2020-08-01Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller14-157/+448
2020-07-30Revert "Bluetooth: btusb: Disable runtime suspend on Realtek devices"Abhishek Pandit-Subedi1-4/+0
2020-07-28Bluetooth: hci_qca: Stop collecting memdump again for command timeout during SSRVenkata Lakshmi Narayana Gubba1-4/+5
2020-07-28Bluetooth: hci_serdev: Only unregister device if it was registeredNicolas Boichat1-1/+2
2020-07-28Bluetooth: hci_h5: Set HCI_UART_RESET_ON_INIT to correct flagsNicolas Boichat1-1/+1
2020-07-28Bluetooth: btusb: Fix and detect most of the Chinese Bluetooth controllersIsmael Ferreras Morezuelas1-10/+64
2020-07-13Bluetooth: hci_qca: Bug fixes for SSRVenkata Lakshmi Narayana Gubba1-4/+36
2020-07-13Bluetooth: btusb: add Realtek 8822CE to usb_device_id tableJoseph Hwang1-0/+4
2020-07-10Bluetooth: Use fallthrough pseudo-keywordGustavo A. R. Silva4-11/+3