summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: hci_uart: check for missing tty operationsVladis Dronov2019-08-047-0/+29
* Bluetooth: Add new 13d3:3501 QCA_ROME deviceJoão Paulo Rechi Vita2019-07-261-0/+1
* Bluetooth: Add new 13d3:3491 QCA_ROME deviceJoão Paulo Rechi Vita2019-07-261-0/+1
* Bluetooth: hci_bcsp: Fix memory leak in rx_skbTomas Bortoli2019-07-261-0/+5
* Bluetooth: hci_qca: Give enough time to ROME controller to bootup.Balakrishna Godavarthi2019-05-311-0/+2
* Bluetooth: mediatek: fix up an error path to restore bdev->tx_stateSean Wang2019-05-081-0/+2
* Bluetooth: btusb: request wake pin with NOAUTOENBrian Norris2019-05-081-1/+1
* Bluetooth: hci_ldisc: Postpone HCI_UART_PROTO_READY bit set in hci_uart_set_p...Kefeng Wang2019-03-271-2/+1Star
* Bluetooth: hci_ldisc: Initialize hci_dev before open()Jeremy Cline2019-03-271-7/+14
* Bluetooth: hci_uart: Check if socket buffer is ERR_PTR in h4_recv_buf()Myungho Jung2019-03-272-0/+8
* Bluetooth: btrtl: Restore old logic to assume firmware is already loadedKai-Heng Feng2019-03-101-3/+7
* Bluetooth: hci_bcm: Handle deferred probing for the clock supplyChen-Yu Tsai2019-02-121-0/+4
* Bluetooth: btusb: Add support for Intel bluetooth device 8087:0029Raghuram Hegde2019-01-261-35/+37
* Bluetooth: hci_qca: Remove hdev dereference in qca_close().Balakrishna Godavarthi2018-11-131-6/+9
* Bluetooth: btbcm: Add entry for BCM4335C0 UART bluetoothChristian Hewitt2018-11-131-0/+1
* Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2018-10-111-1/+1
|\
| * treewide: Replace more open-coded allocation size multiplicationsKees Cook2018-10-061-1/+1
* | Bluetooth: hci_ldisc: Free rw_semaphore on closeHermes Zhang2018-09-111-0/+2
|/
* 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/+27Star
* 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/+37Star
* 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