summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
AgeCommit message (Expand)Author
2019-03-27Bluetooth: hci_ldisc: Postpone HCI_UART_PROTO_READY bit set in hci_uart_set_p...Kefeng Wang
2019-03-27Bluetooth: hci_ldisc: Initialize hci_dev before open()Jeremy Cline
2019-03-27Bluetooth: hci_uart: Check if socket buffer is ERR_PTR in h4_recv_buf()Myungho Jung
2019-03-10Bluetooth: btrtl: Restore old logic to assume firmware is already loadedKai-Heng Feng
2019-02-12Bluetooth: hci_bcm: Handle deferred probing for the clock supplyChen-Yu Tsai
2019-01-26Bluetooth: btusb: Add support for Intel bluetooth device 8087:0029Raghuram Hegde
2018-11-13Bluetooth: hci_qca: Remove hdev dereference in qca_close().Balakrishna Godavarthi
2018-11-13Bluetooth: btbcm: Add entry for BCM4335C0 UART bluetoothChristian Hewitt
2018-10-11Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman
2018-10-05treewide: Replace more open-coded allocation size multiplicationsKees Cook
2018-09-11Bluetooth: hci_ldisc: Free rw_semaphore on closeHermes Zhang
2018-08-21Bluetooth: mediatek: Fix memory leakGustavo A. R. Silva
2018-08-21Bluetooth: Make BT_HCIUART_RTL configuration option depend on ACPIHans de Goede
2018-08-13Bluetooth: mediatek: pass correct size to h4_recv_buf()Dan Carpenter
2018-08-09Bluetooth: Introduce BT_HCIUART_RTL configuration optionMarcel Holtmann
2018-08-07Bluetooth: mediatek: Add protocol support for MediaTek serial devicesSean Wang
2018-08-06Bluetooth: btqca: Introduce HCI_EV_VENDOR and use itMarcel Holtmann
2018-08-04Bluetooth: h5: Fix missing dependency on BT_HCIUART_SERDEVJohan Hedberg
2018-08-03Bluetooth: hci_qca: Add support for Qualcomm Bluetooth chip wcn3990Balakrishna Godavarthi
2018-08-03Bluetooth: btqca: Add wcn3990 firmware download support.Balakrishna Godavarthi
2018-08-03Bluetooth: hci_qca: Enable 3.2 Mbps operating speed.Balakrishna Godavarthi
2018-08-03Bluetooth: hci_qca: Add wrapper functions for setting UART speedBalakrishna Godavarthi
2018-08-03Bluetooth: btqca: Redefine qca_uart_setup() to generic function.Balakrishna Godavarthi
2018-08-03Bluetooth: btqca: Rename ROME specific functions to generic functionsBalakrishna Godavarthi
2018-08-03Bluetooth: hci_h5: Add support for enable and device-wake GPIOsHans de Goede
2018-08-03Bluetooth: hci_h5: Add support for the RTL8723BSJeremy Cline
2018-08-03Bluetooth: hci_h5: Add vendor setup, open, and close callbacksJeremy Cline
2018-08-03Bluetooth: hci_h5: Add support for serdev enumerated devicesHans de Goede
2018-08-03Bluetooth: btrtl: Add support for a config filename postfixHans de Goede
2018-08-03Bluetooth: btrtl: add support for the RTL8723BS and RTL8723DS chipsMartin Blumenstingl
2018-08-03Bluetooth: btrtl: add support for retrieving the UART settingsMartin Blumenstingl
2018-08-03Bluetooth: btrtl: Use rtl_dev_err and rtl_dev_infoHans de Goede
2018-08-03Bluetooth: btrtl: split the device initialization into smaller partsMartin Blumenstingl
2018-08-03Bluetooth: btrtl: add MODULE_FIRMWARE declarationsMartin Blumenstingl
2018-08-03Bluetooth: btusb: Use bt_dev_err for Intel firmware loading errorsMarcel Holtmann
2018-08-03Bluetooth: btusb: Release RF resource on BT shutdownAmit K Bag
2018-07-23bluetooth: hci_qca: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai
2018-07-23bluetooth: hci_intel: Replace GFP_ATOMIC with GFP_KERNEL in inject_cmd_comple...Jia-Ju Bai
2018-07-23bluetooth: btusb: Replace GFP_ATOMIC with GFP_KERNEL in inject_cmd_complete()Jia-Ju Bai
2018-07-23bluetooth: btmrvl_sdio: Replace GFP_ATOMIC with GFP_KERNEL in btmrvl_sdio_car...Jia-Ju Bai
2018-07-23bluetooth: bpa10x: Replace GFP_ATOMIC with GFP_KERNEL in bpa10x_send_frame()Jia-Ju Bai
2018-07-23bluetooth: bluecard_cs: Replace GFP_ATOMIC with GFP_KERNEL in bluecard_hci_se...Jia-Ju Bai
2018-07-23bluetooth: bfusb: Replace GFP_ATOMIC with GFP_KERNEL in bfusb_send_frame()Jia-Ju Bai
2018-07-06Bluetooth: btusb: use irqsave() in URB's complete callbackSebastian Andrzej Siewior
2018-07-06Bluetooth: Add a new Realtek 8723DE ID 0bda:b009Jian-Hong Pan
2018-06-17bluetooth: hci_nokia: Don't include linux/unaligned/le_struct.h directly.David S. Miller
2018-05-30Bluetooth: btusb: Add additional device ID for RTL8822BEArtiom Vaskov
2018-05-30Bluetooth: hci_serdev: Fix HCI_UART_INIT_PENDING not workingHans de Goede
2018-05-30Bluetooth: hci_serdev: Move serdev_device_close/open into common hci_serdev codeHans de Goede
2018-05-30Bluetooth: hci_uart: Restore hci_dev->flush callback on open()Hans de Goede