summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-0311-189/+449
|\
| * Bluetooth: hci_qca: Fix QCA6390 memdump failureZijun Hu2020-06-011-9/+45
| * Bluetooth: btmtkuart: Use serdev_device_write_buf() instead of serdev_device_...Zijun Hu2020-06-011-2/+1
| * Bluetooth: hci_qca: Improve controller ID info log levelZijun Hu2020-06-011-5/+9
| * Bluetooth: hci_qca: Fix qca6390 enable failure after warm rebootZijun Hu2020-05-291-0/+33
| * Bluetooth: btmtkuart: Improve exception handling in btmtuart_probe()Chuhong Yuan2020-05-291-6/+8
| * Bluetooth: hci_qca: Fix suspend/resume functionality failureZijun Hu2020-05-291-4/+6
| * Bluetooth: btbcm: Added 003.006.007, changed 001.003.015Azamat H. Hackimov2020-05-281-1/+2
| * Bluetooth: hci_qca: Fix uninitialized access to hdevAbhishek Pandit-Subedi2020-05-201-1/+2
| * Bluetooth: hci_qca: Enable WBS support for wcn3991Abhishek Pandit-Subedi2020-05-181-6/+17
| * Bluetooth: serdev: Constify serdev_device_opsRikard Falkeborn2020-05-131-3/+1
| * Bluetooth: btusb: Add support for Intel Bluetooth Device Typhoon Peak (8087:0...Raghuram Hegde2020-05-131-0/+2
| * Bluetooth: btusb: Implement hdev->prevent_wakeAbhishek Pandit-Subedi2020-05-131-0/+8
| * Bluetooth: hci_h5: Add support for binding RTL8723BS with device treeVasily Khoruzhick2020-05-111-0/+2
| * Bluetooth: hci_qca: allow max-speed to be set for QCA9377 devicesChristian Hewitt2020-04-281-7/+9
| * Bluetooth: hci_qca: add compatible for QCA9377Christian Hewitt2020-04-281-0/+1
| * Bluetooth: btusb: Adding support for LE scatternet to Jfp and ThPAlain Michaud2020-04-281-2/+7
| * Bluetooth: Adding driver and quirk defs for multi-role LEAlain Michaud2020-04-281-0/+1
| * Bluetooth: btbcm: Add 2 missing models to subver tablesHans de Goede2020-04-221-0/+2
| * Bluetooth: btbcm: Try multiple Patch filenames when loading the Patch firmwareHans de Goede2020-04-221-16/+43
| * Bluetooth: btbcm: Bail sooner from btbcm_initialize() when not loading fwHans de Goede2020-04-221-7/+7
| * Bluetooth: btbcm: Make btbcm_setup_patchram use btbcm_finalizeHans de Goede2020-04-223-22/+11
| * Bluetooth: btbcm: Make btbcm_initialize() print local-name on re-init tooHans de Goede2020-04-221-9/+10
| * Bluetooth: btbcm: Fold Patch loading + applying into btbcm_initialize()Hans de Goede2020-04-223-40/+35
| * Bluetooth: btbcm: Move setting of USE_BDADDR_PROPERTY quirk to hci_bcm.cHans de Goede2020-04-222-6/+6
| * Bluetooth: btbcm: Drop upper nibble version check from btbcm_initialize()Hans de Goede2020-04-221-4/+0
| * Bluetooth: btrtl: Add support for RTL8761BZiqian SUN (Zamir)2020-04-111-1/+9
| * Bluetooth: btusb: check for NULL in btusb_find_altsetting()Sathish Narasimman2020-04-081-0/+3
| * Bluetooth: btusb: Enable MSFT extension for Intel ThunderPeak devicesMiao-chen Chou2020-04-051-0/+9
| * Bluetooth: btusb: Enable Intel events even if already in operational modeMarcel Holtmann2020-04-051-8/+9
| * Bluetooth: btusb: handle mSBC audio over USB EndpointsSathish Narasimman2020-04-051-37/+119
| * Bluetooth: hci_bcm: fix freeing not-requested IRQMichał Mirosław2020-04-031-1/+4
| * Bluetooth: hci_bcm: respect IRQ polarity from DTMichał Mirosław2020-04-031-1/+2
| * Bluetooth: hci_qca: Add support for Qualcomm Bluetooth SoC QCA6390Rocky Liao2020-04-023-13/+48
* | mmc: sdio: Move SDIO IDs from btmtksdio driver to common include filePali Rohár2020-05-291-2/+2
* | mmc: sdio: Move SDIO IDs from btmrvl driver to common include filePali Rohár2020-05-291-9/+9
|/
* Bluetooth: btusb: print Intel fw build version in power-on bootSukumar Ghorai2020-03-161-1/+8
* Bluetooth: hci_h5: Switch from BT_ERR to bt_dev_err where possibleMarcel Holtmann2020-03-111-13/+13
* Bluetooth: bfusb: Switch from BT_ERR to bt_dev_err where possibleMarcel Holtmann2020-03-111-17/+16
* Bluetooth: Enable erroneous data reporting if WBS is supportedAlain Michaud2020-03-081-1/+1
* Bluetooth: hci_qca: Replace devm_gpiod_get() with devm_gpiod_get_optional()Rocky Liao2020-03-041-8/+8
* Bluetooth: hci_qca: Make bt_en and susclk not mandatory for QCA RomeRocky Liao2020-03-041-21/+26
* Bluetooth: btqca: Fix the NVM baudrate tag offcet for wcn3991Rocky Liao2020-03-011-3/+7
* Bluetooth: hci_qca: Not send vendor pre-shutdown command for QCA RomeRocky Liao2020-02-281-1/+3
* Bluetooth: Support querying for WBS support through MGMTAlain Michaud2020-02-281-0/+3
* Bluetooth: btusb: Add flag to define wideband speech capabilityAlain Michaud2020-02-281-6/+13
* Bluetooth: hci_h4: Remove a redundant assignment in 'h4_flush()'Christophe JAILLET2020-02-281-2/+0
* Bluetooth: hci_h4: Fix a typo in a commentChristophe JAILLET2020-02-281-1/+1
* Bluetooth: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-282-5/+5
* Bluetooth: hci_h5: Move variable into local scopeMarcel Holtmann2020-02-181-1/+2