summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: mediatek: Fix memory leakGustavo A. R. Silva2018-08-211-3/+5
* Bluetooth: Make BT_HCIUART_RTL configuration option depend on ACPIHans de Goede2018-08-211-0/+1
* Bluetooth: mediatek: pass correct size to h4_recv_buf()Dan Carpenter2018-08-131-1/+1
* Bluetooth: Introduce BT_HCIUART_RTL configuration optionMarcel Holtmann2018-08-092-0/+17
* Bluetooth: mediatek: Add protocol support for MediaTek serial devicesSean Wang2018-08-073-0/+641
* Bluetooth: btqca: Introduce HCI_EV_VENDOR and use itMarcel Holtmann2018-08-061-3/+3
* Bluetooth: h5: Fix missing dependency on BT_HCIUART_SERDEVJohan Hedberg2018-08-041-0/+1
* Bluetooth: hci_qca: Add support for Qualcomm Bluetooth chip wcn3990Balakrishna Godavarthi2018-08-032-47/+363
* Bluetooth: btqca: Add wcn3990 firmware download support.Balakrishna Godavarthi2018-08-031-4/+21
* Bluetooth: hci_qca: Enable 3.2 Mbps operating speed.Balakrishna Godavarthi2018-08-031-1/+3
* Bluetooth: hci_qca: Add wrapper functions for setting UART speedBalakrishna Godavarthi2018-08-031-23/+70
* Bluetooth: btqca: Redefine qca_uart_setup() to generic function.Balakrishna Godavarthi2018-08-033-16/+28
* Bluetooth: btqca: Rename ROME specific functions to generic functionsBalakrishna Godavarthi2018-08-033-46/+51
* Bluetooth: hci_h5: Add support for enable and device-wake GPIOsHans de Goede2018-08-031-0/+41
* Bluetooth: hci_h5: Add support for the RTL8723BSJeremy Cline2018-08-031-0/+69
* Bluetooth: hci_h5: Add vendor setup, open, and close callbacksJeremy Cline2018-08-031-1/+39
* Bluetooth: hci_h5: Add support for serdev enumerated devicesHans de Goede2018-08-031-4/+48
* Bluetooth: btrtl: Add support for a config filename postfixHans de Goede2018-08-032-14/+24
* Bluetooth: btrtl: add support for the RTL8723BS and RTL8723DS chipsMartin Blumenstingl2018-08-031-4/+47
* Bluetooth: btrtl: add support for retrieving the UART settingsMartin Blumenstingl2018-08-032-0/+134
* Bluetooth: btrtl: Use rtl_dev_err and rtl_dev_infoHans de Goede2018-08-031-31/+27
* Bluetooth: btrtl: split the device initialization into smaller partsMartin Blumenstingl2018-08-032-106/+199
* Bluetooth: btrtl: add MODULE_FIRMWARE declarationsMartin Blumenstingl2018-08-031-0/+9
* Bluetooth: btusb: Use bt_dev_err for Intel firmware loading errorsMarcel Holtmann2018-08-031-40/+37
* Bluetooth: btusb: Release RF resource on BT shutdownAmit K Bag2018-08-031-0/+16
* bluetooth: hci_qca: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai2018-07-231-2/+2
* bluetooth: hci_intel: Replace GFP_ATOMIC with GFP_KERNEL in inject_cmd_comple...Jia-Ju Bai2018-07-231-1/+1
* bluetooth: btusb: Replace GFP_ATOMIC with GFP_KERNEL in inject_cmd_complete()Jia-Ju Bai2018-07-231-1/+1
* bluetooth: btmrvl_sdio: Replace GFP_ATOMIC with GFP_KERNEL in btmrvl_sdio_car...Jia-Ju Bai2018-07-231-1/+1
* bluetooth: bpa10x: Replace GFP_ATOMIC with GFP_KERNEL in bpa10x_send_frame()Jia-Ju Bai2018-07-231-3/+3
* bluetooth: bluecard_cs: Replace GFP_ATOMIC with GFP_KERNEL in bluecard_hci_se...Jia-Ju Bai2018-07-231-1/+1
* bluetooth: bfusb: Replace GFP_ATOMIC with GFP_KERNEL in bfusb_send_frame()Jia-Ju Bai2018-07-231-1/+1
* Bluetooth: btusb: use irqsave() in URB's complete callbackSebastian Andrzej Siewior2018-07-061-8/+12
* Bluetooth: Add a new Realtek 8723DE ID 0bda:b009Jian-Hong Pan2018-07-061-0/+1
* bluetooth: hci_nokia: Don't include linux/unaligned/le_struct.h directly.David S. Miller2018-06-171-1/+1
* Bluetooth: btusb: Add additional device ID for RTL8822BEArtiom Vaskov2018-05-301-0/+1
* Bluetooth: hci_serdev: Fix HCI_UART_INIT_PENDING not workingHans de Goede2018-05-303-1/+3
* Bluetooth: hci_serdev: Move serdev_device_close/open into common hci_serdev codeHans de Goede2018-05-304-16/+9
* Bluetooth: hci_uart: Restore hci_dev->flush callback on open()Hans de Goede2018-05-302-17/+22
* Bluetooth: btmrvl: Re-use kstrtol_from_user()Andy Shevchenko2018-05-301-21/+3
* Bluetooth: hci_qca: Fix "Sleep inside atomic section" warningThierry Escande2018-05-301-1/+1
* Bluetooth: btusb: Add Dell Inspiron 5565 to btusb_needs_reset_resume_tableHans de Goede2018-05-291-0/+7
* Bluetooth: hci_serdev: Removed unnecessary curly bracesVaibhav Murkute2018-05-291-2/+1
* Bluetooth: btmrvl: support sysfs initiated firmware coredumpArend van Spriel2018-05-294-42/+8
* Bluetooth: btusb: Apply QCA Rome patches for some ATH3012 modelsTakashi Iwai2018-05-291-7/+25
* Bluetooth: btusb: Add a new Realtek 8723DE ID 2ff8:b011Jian-Hong Pan2018-05-291-0/+3
* Bluetooth: Add a new 13d3:3496 QCA_ROME deviceJoão Paulo Rechi Vita2018-05-181-0/+1
* Bluetooth: btqca: Add AR3002 rampatch supportLoic Poulain2018-05-182-56/+59
* Bluetooth: hci_ldisc: Provide a 'default' switch caseFabio Estevam2018-05-181-0/+2
* Bluetooth: btusb: add ID for LiteOn 04ca:301aVic Wei2018-05-181-0/+1