summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: btqca: Don't modify firmware contents in-placeConnor Abbott2021-07-141-7/+20
* Bluetooth: hci_qca: fix potential GPFPavel Skripkin2021-07-141-2/+2
* Bluetooth: Add a new USB ID for RTL8822CELarry Finger2021-06-181-0/+2
* Bluetooth: btusb: Enable quirk boolean flag for Mediatek Chip.mark-yw.chen2021-05-191-1/+3
* Bluetooth: btqca: Add valid le states quirkAbhishek Pandit-Subedi2021-03-111-6/+13
* Bluetooth: hci_h5: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for btrtlClaire Chang2021-03-071-0/+5
* tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds2021-03-041-17/+17
* Bluetooth: btusb: Fix memory leak in btusb_mtk_wmt_recvJupeng Zhong2021-03-041-10/+10
* Bluetooth: hci_qca: Fix memleak in qca_controller_memdumpDinghao Liu2021-03-041-0/+2
* Bluetooth: hci_uart: Fix a race for write_work schedulingClaire Chang2021-03-042-6/+5
* Bluetooth: btqcomsmd: Fix a resource leak in error handling paths in the prob...Christophe JAILLET2021-03-041-8/+19
* Bluetooth: btusb: Some Qualcomm Bluetooth adapters stop workingHui Wang2021-02-261-0/+7
* Bluetooth: btusb: Always fallback to alt 1 for WBSTrent Piepho2021-02-231-14/+6
* Bluetooth: revert: hci_h5: close serdev device and free hu in h5_closeHans de Goede2021-01-121-6/+2
* Bluetooth: hci_h5: close serdev device and free hu in h5_closeAnant Thazhemadam2021-01-061-2/+6
* Bluetooth: btusb: Fix detection of some fake CSR controllers with a bcdDevice...Hans de Goede2020-12-301-0/+8
* Bluetooth: btmtksdio: Add the missed release_firmware() in mtk_setup_firmware()Jing Xiangfeng2020-12-301-1/+1
* Bluetooth: btusb: Add the missed release_firmware() in btusb_mtk_setup_firmwa...Jing Xiangfeng2020-12-301-1/+1
* Bluetooth: hci_h5: fix memory leak in h5_closeAnant Thazhemadam2020-12-301-0/+3
* Bluetooth: btintel: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-10-301-1/+1
* Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-1510-137/+533
|\
| * Bluetooth: btusb: Add Qualcomm Bluetooth SoC WCN6855 supportRocky Liao2020-09-271-13/+53
| * Bluetooth: btusb: Enable wide band speech support for BTUSB_QCA_ROMERocky Liao2020-09-201-18/+36
| * Bluetooth: btintel: Functions to send firmware header / payloadKiran K2020-09-142-2/+129
| * Bluetooth: btintel: Add infrastructure to read controller informationKiran K2020-09-142-0/+217
| * Bluetooth: btintel: Refactor firmware download functionKiran K2020-09-131-5/+31
| * Bluetooth: hci_qca: Remove duplicate power off in proto closeVenkata Lakshmi Narayana Gubba2020-09-111-3/+2
| * Bluetooth: hci_serdev: Close UART port if NON_PERSISTENT_SETUP is setVenkata Lakshmi Narayana Gubba2020-09-111-3/+33
| * Bluetooth: hci_intel: enable on new platformAndy Shevchenko2020-09-111-4/+5
| * Bluetooth: btmtksdio: use NULL instead of zeroYueHaibing2020-09-111-2/+2
| * Bluetooth: hci_intel: switch to list_for_each_entry()Andy Shevchenko2020-09-111-21/+10
| * Bluetooth: hci_intel: drop strange le16_to_cpu() against u8 valuesAndy Shevchenko2020-09-111-10/+4
| * Bluetooth: hci_qca: remove redundant null checkXu Wang2020-09-111-2/+1
| * Bluetooth: btusb: Fix memleak in btusb_mtk_submit_wmt_recv_urbDinghao Liu2020-08-311-0/+1
| * Bluetooth: btusb: Update boot parameter specific to SKUKiran K2020-08-311-4/+4
| * Bluetooth: hci_uart: Cancel init work before unregisteringSamuel Holland2020-08-022-0/+3
| * Bluetooth: hci_h5: Remove ignored flag HCI_UART_RESET_ON_INITSamuel Holland2020-08-021-2/+0
| * Bluetooth: btmrvl: eliminate duplicates introducing btmrvl_reg_89xxTamás Szűcs2020-08-021-50/+4
* | Bluetooth: ath3k: use usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman2020-09-251-64/+29
* | Revert "Bluetooth: ath3k: use usb_control_msg_send() and usb_control_msg_recv()"Oliver Neukum2020-09-251-26/+64
* | Bluetooth: ath3k: use usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman2020-09-161-64/+26
|/
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2020-07-3114-157/+448
|\
| * Revert "Bluetooth: btusb: Disable runtime suspend on Realtek devices"Abhishek Pandit-Subedi2020-07-301-4/+0
| * Bluetooth: hci_qca: Stop collecting memdump again for command timeout during SSRVenkata Lakshmi Narayana Gubba2020-07-281-4/+5
| * Bluetooth: hci_serdev: Only unregister device if it was registeredNicolas Boichat2020-07-281-1/+2
| * Bluetooth: hci_h5: Set HCI_UART_RESET_ON_INIT to correct flagsNicolas Boichat2020-07-281-1/+1
| * Bluetooth: btusb: Fix and detect most of the Chinese Bluetooth controllersIsmael Ferreras Morezuelas2020-07-281-10/+64
| * Bluetooth: hci_qca: Bug fixes for SSRVenkata Lakshmi Narayana Gubba2020-07-131-4/+36
| * Bluetooth: btusb: add Realtek 8822CE to usb_device_id tableJoseph Hwang2020-07-131-0/+4
| * Bluetooth: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-104-11/+3