summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: btusb: Add workaround for remote-wakeup issues with Barrot 8041a02...Hans de Goede2020-12-071-0/+38
* Bluetooth: btusb: Fix detection of some fake CSR controllers with a bcdDevice...Hans de Goede2020-12-071-0/+8
* Bluetooth: btusb: support download nvm with different board id for wcn6855Tim Jiang2020-12-071-3/+16
* Bluetooth: btusb: Map Typhoon peak controller to BTUSB_INTEL_NEWGENKiran K2020-12-071-1/+1
* Bluetooth: btusb: Helper function to download firmware to Intel adaptersKiran K2020-12-071-0/+165
* Bluetooth: btusb: Define a function to construct firmware filenameKiran K2020-12-072-0/+23
* Bluetooth: btusb: Add *setup* function for new generation Intel controllersKiran K2020-12-071-0/+141
* Bluetooth: btintel: Fix endianness issue for TLV version informationKiran K2020-12-071-7/+14
* Bluetooth: btmtksdio: Add the missed release_firmware() in mtk_setup_firmware()Jing Xiangfeng2020-12-071-1/+1
* Bluetooth: btusb: Add the missed release_firmware() in btusb_mtk_setup_firmwa...Jing Xiangfeng2020-12-071-1/+1
* Bluetooth: btusb: Support 0bda:c123 Realtek 8822CE deviceCadel Watson2020-12-071-0/+2
* Bluetooth: btqca: Use NVM files based on SoC ID for WCN3991Venkata Lakshmi Narayana Gubba2020-12-073-25/+42
* Bluetooth: hci_h5: Add OBDA0623 ACPI HIDHans de Goede2020-11-231-0/+1
* Bluetooth: revert: hci_h5: close serdev device and free hu in h5_closeHans de Goede2020-11-231-6/+2
* Bluetooth: hci_qca: Wait for timeout during suspendVenkata Lakshmi Narayana Gubba2020-11-111-9/+39
* Bluetooth: btrtl: fix incorrect skb allocation failure checkColin Ian King2020-11-111-1/+1
* Bluetooth: hci_ll: add a small delay for wl1271 enable bt_enXiaolei Wang2020-11-111-0/+1
* Bluetooth: btusb: Add support for 1358:c123 Realtek 8822CE deviceJulian Pidancet2020-11-111-0/+2
* Bluetooth: hci_qca: resolve various warningsNigel Christian2020-11-111-4/+4
* Bluetooth: hci_qca: Enhance retry logic in qca_setupBalakrishna Godavarthi2020-11-111-16/+18
* Bluetooth: btusb: btrtl: Add support for RTL8852AMax Chou2020-11-102-0/+16
* Bluetooth: btusb: Add support for 13d3:3560 MediaTek MT7615E deviceChris Chiu2020-11-101-0/+3
* Bluetooth: hci_h5: fix memory leak in h5_closeAnant Thazhemadam2020-11-091-0/+3
* Bluetooth: btrtl: Ask 8821C to drop old firmwareKai-Heng Feng2020-11-091-0/+46
* Bluetooth: btrtl: Refine the ic_id_table for clearer and more regularMax Chou2020-11-091-46/+19
* Bluetooth: btusb: Add the more support IDs for Realtek RTL8822CEMax Chou2020-11-091-2/+16
* Bluetooth: hci_h5: close serdev device and free hu in h5_closeAnant Thazhemadam2020-11-091-2/+6
* Bluetooth: btqca: Add valid le states quirkAbhishek Pandit-Subedi2020-11-091-6/+13
* 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
|/