summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: mark expected switch fall-throughsGustavo A. R. Silva2017-10-142-2/+2
* Revert "Bluetooth: btusb: Add workaround for Broadcom devices without product...Hans de Goede2017-10-141-18/+0Star
* Bluetooth: hci_bcm: Add support for BCM2E7EHans de Goede2017-10-141-0/+1
* Bluetooth: btbcm: Add entry for BCM4356A2 UART bluetoothHans de Goede2017-10-141-0/+2
* Bluetooth: BT_HCIUART now depends on SERIAL_DEV_BUSArnd Bergmann2017-10-111-1/+1
* Bluetooth: hci_bcm: fix build error without CONFIG_PMArnd Bergmann2017-10-111-0/+4
* Bluetooth: btbcm: Add support for MINIX Z83-4 based devicesIan W MORRISON2017-10-101-0/+1
* Bluetooth: hci_bcm: Add support for MINIX Z83-4 based devicesIan W MORRISON2017-10-101-0/+8
* Bluetooth: avoid silent hci_bcm ACPI PM regressionJohan Hovold2017-10-101-0/+1
* Bluetooth: hci_bcm: Correct context of IRQ polarity messageIan W MORRISON2017-10-091-1/+1
* Bluetooth: Convert timers to use timer_setup()Kees Cook2017-10-064-21/+23
* Bluetooth: hci_bcm: Add (runtime)pm support to the serdev driverHans de Goede2017-10-061-50/+68
* Bluetooth: hci_bcm: Make suspend/resume functions platform_dev independentHans de Goede2017-10-061-4/+4
* Bluetooth: hci_bcm: Make acpi_probe get irq from ACPI resourcesHans de Goede2017-10-061-2/+9
* Bluetooth: hci_bcm: Rename bcm_platform_probe to bcm_get_resourcesHans de Goede2017-10-061-2/+2
* Bluetooth: hci_bcm: Store device pointer instead of platform_device pointerHans de Goede2017-10-061-38/+35Star
* Bluetooth: hci_bcm: Move platform_get_irq call to bcm_probeHans de Goede2017-10-061-1/+1
* Bluetooth: hci_bcm: Move bcm_platform_probe call out of bcm_acpi_probeHans de Goede2017-10-061-7/+6Star
* Bluetooth: hci_bcm: Fix setting of irq trigger typeHans de Goede2017-10-061-13/+10Star
* Bluetooth: hci_uart_set_flow_control: Fix NULL deref when using serdevHans de Goede2017-10-061-0/+7
* Bluetooth: btmrvl: *_err() and *_info() strings should end with newlinesArvind Yadav2017-10-061-3/+3
* Bluetooth: btqcomsmd: retrieve BD address from DT propertyLoic Poulain2017-10-061-0/+11
* Bluetooth: btqcomsmd: Add support for BD address setupLoic Poulain2017-10-061-0/+34
* Bluetooth: hci_bcm: Handle empty packet after firmware loadingMarcel Holtmann2017-08-171-0/+11
* Bluetooth: hci_bcm: Add serdev supportLoic Poulain2017-08-172-2/+84
* Bluetooth: btbcm: Consolidate the controller information commandsMarcel Holtmann2017-08-171-30/+39
* Bluetooth: hci_bcm: Use operation speed of 4Mbps only for ACPI devicesMarcel Holtmann2017-08-161-2/+5
* Bluetooth: btusb: driver to enable the usb-wakeup featureSukumar Ghorai2017-08-161-0/+5
* Bluetooth: btusb: Add workaround for Broadcom devices without product idMarcel Holtmann2017-08-151-0/+18
* Bluetooth: Add support of 13d3:3494 RTL8723BE deviceDmitry Tunin2017-08-081-0/+1
* Bluetooth: bluecard: blink LED during continuous activityOndrej Zary2017-08-071-14/+19
* Bluetooth: bluecard: fix LED behaviorOndrej Zary2017-08-071-5/+8
* Bluetooth: bluecard: Always enable LEDs (fix for Anycom CF-300)Ondrej Zary2017-08-071-18/+6Star
* Bluetooth: btusb: add ID for LiteOn 04ca:3016Brian Norris2017-08-011-0/+1
* Bluetooth: hci_uart: Fix uninitialized alignment valueLoic Poulain2017-07-311-1/+1
* Bluetooth: btrtl: Fix a error code in rtl_load_config()Dan Carpenter2017-07-281-0/+2
* Bluetooth: hci_nokia: select BT_BCM for btbcm_set_bdaddr()Marcel Holtmann2017-07-241-0/+1
* Bluetooth: btusb: Fix memory leak in play_deferredJeffy Chen2017-07-241-2/+17
* Bluetooth: Style fix - align block commentsDerek Robson2017-07-229-20/+35
* Bluetooth: btwilink: remove unnecessary static in bt_ti_probe()Gustavo A. R. Silva2017-07-201-1/+1
* Bluetooth: hci_ll: Use new hci_uart_unregister_device() functionIan Molton2017-07-201-7/+1Star
* Bluetooth: hci_nokia: Use new hci_uart_unregister_device() functionIan Molton2017-07-201-9/+1Star
* Bluetooth: hci_serdev: Introduce hci_uart_unregister_device()Ian Molton2017-07-202-0/+14
* Bluetooth: btusb: fix QCA Rome suspend/resumeLeif Liddy2017-07-201-0/+6
* Bluetooth: hci_nokia: remove duplicate call to pm_runtime_disable()Ian Molton2017-07-201-2/+0Star
* Bluetooth: hci_nokia: prevent crash on module removalIan Molton2017-07-201-1/+3
* Bluetooth: btqca: Fixed a coding style errorJoan Jani2017-07-201-1/+1
* Bluetooth: btusb: Add support of all Foxconn (105b) Broadcom devicesDmitry Tunin2017-07-201-1/+2
* Bluetooth: hci_bcm: Make bcm_request_irq fail if no IRQ resourceLoic Poulain2017-07-201-14/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-0526-79/+193
|\