aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/bluetooth (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-13Bluetooth: serdev: Constify serdev_device_opsRikard Falkeborn1-3/+1
2020-05-13Bluetooth: btusb: Add support for Intel Bluetooth Device Typhoon Peak (8087:0032)Raghuram Hegde1-0/+2
2020-05-13Bluetooth: btusb: Implement hdev->prevent_wakeAbhishek Pandit-Subedi1-0/+8
2020-05-11Bluetooth: hci_h5: Add support for binding RTL8723BS with device treeVasily Khoruzhick1-0/+2
2020-04-28Bluetooth: hci_qca: allow max-speed to be set for QCA9377 devicesChristian Hewitt1-7/+9
2020-04-28Bluetooth: hci_qca: add compatible for QCA9377Christian Hewitt1-0/+1
2020-04-28Bluetooth: btusb: Adding support for LE scatternet to Jfp and ThPAlain Michaud1-2/+7
2020-04-28Bluetooth: Adding driver and quirk defs for multi-role LEAlain Michaud1-0/+1
2020-04-22Bluetooth: btbcm: Add 2 missing models to subver tablesHans de Goede1-0/+2
2020-04-22Bluetooth: btbcm: Try multiple Patch filenames when loading the Patch firmwareHans de Goede1-16/+43
2020-04-22Bluetooth: btbcm: Bail sooner from btbcm_initialize() when not loading fwHans de Goede1-7/+7
2020-04-22Bluetooth: btbcm: Make btbcm_setup_patchram use btbcm_finalizeHans de Goede3-22/+11
2020-04-22Bluetooth: btbcm: Make btbcm_initialize() print local-name on re-init tooHans de Goede1-9/+10
2020-04-22Bluetooth: btbcm: Fold Patch loading + applying into btbcm_initialize()Hans de Goede3-40/+35
2020-04-22Bluetooth: btbcm: Move setting of USE_BDADDR_PROPERTY quirk to hci_bcm.cHans de Goede2-6/+6
2020-04-22Bluetooth: btbcm: Drop upper nibble version check from btbcm_initialize()Hans de Goede1-4/+0
2020-04-11Bluetooth: btrtl: Add support for RTL8761BZiqian SUN (Zamir)1-1/+9
2020-04-08Bluetooth: btusb: check for NULL in btusb_find_altsetting()Sathish Narasimman1-0/+3
2020-04-05Bluetooth: btusb: Enable MSFT extension for Intel ThunderPeak devicesMiao-chen Chou1-0/+9
2020-04-05Bluetooth: btusb: Enable Intel events even if already in operational modeMarcel Holtmann1-8/+9
2020-04-05Bluetooth: btusb: handle mSBC audio over USB EndpointsSathish Narasimman1-37/+119
2020-04-03Bluetooth: hci_bcm: fix freeing not-requested IRQMichał Mirosław1-1/+4
2020-04-03Bluetooth: hci_bcm: respect IRQ polarity from DTMichał Mirosław1-1/+2
2020-04-02Bluetooth: hci_qca: Add support for Qualcomm Bluetooth SoC QCA6390Rocky Liao3-13/+48
2020-03-16Bluetooth: btusb: print Intel fw build version in power-on bootSukumar Ghorai1-1/+8
2020-03-11Bluetooth: hci_h5: Switch from BT_ERR to bt_dev_err where possibleMarcel Holtmann1-13/+13
2020-03-11Bluetooth: bfusb: Switch from BT_ERR to bt_dev_err where possibleMarcel Holtmann1-17/+16
2020-03-08Bluetooth: Enable erroneous data reporting if WBS is supportedAlain Michaud1-1/+1
2020-03-04Bluetooth: hci_qca: Replace devm_gpiod_get() with devm_gpiod_get_optional()Rocky Liao1-8/+8
2020-03-04Bluetooth: hci_qca: Make bt_en and susclk not mandatory for QCA RomeRocky Liao1-21/+26
2020-03-01Bluetooth: btqca: Fix the NVM baudrate tag offcet for wcn3991Rocky Liao1-3/+7
2020-02-28Bluetooth: hci_qca: Not send vendor pre-shutdown command for QCA RomeRocky Liao1-1/+3
2020-02-28Bluetooth: Support querying for WBS support through MGMTAlain Michaud1-0/+3
2020-02-28Bluetooth: btusb: Add flag to define wideband speech capabilityAlain Michaud1-6/+13
2020-02-28Bluetooth: hci_h4: Remove a redundant assignment in 'h4_flush()'Christophe JAILLET1-2/+0
2020-02-28Bluetooth: hci_h4: Fix a typo in a commentChristophe JAILLET1-1/+1
2020-02-28Bluetooth: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-5/+5
2020-02-18Bluetooth: hci_h5: Move variable into local scopeMarcel Holtmann1-1/+2
2020-02-18Bluetooth: hci_qca: Bug fixes while collecting controller memory dumpVenkata Lakshmi Narayana Gubba1-34/+67
2020-02-18Bluetooth: hci_h5: btrtl: Add support for RTL8822CMax Chou3-1/+33
2020-02-16Bluetooth: Fix a typo in KconfigChristophe JAILLET1-1/+1
2020-02-13Bluetooth: hci_uart: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-13Bluetooth: hci_intel: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-13Bluetooth: btintel: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-02-08Bluetooth: btusb: Add support for 13d3:3548 Realtek 8822CE deviceSergey Shatunov1-0/+1
2020-02-05Bluetooth: hci_qca: Optimized code while enabling clocks for BT SOCVenkata Lakshmi Narayana Gubba1-7/+3
2020-02-03Bluetooth: hci_qca: Enable clocks required for BT SOCVenkata Lakshmi Narayana Gubba1-0/+16
2020-01-24Bluetooth: btrtl: Use kvmalloc for FW allocationsMaxim Mikityanskiy1-9/+11
2020-01-16Bluetooth: hci_qca: Enable power off/on support during hci down/up for QCA RomeRocky Liao1-9/+11
2020-01-15Bluetooth: hci_qca: Retry btsoc initialize when it failsRocky Liao1-0/+19