aboutsummaryrefslogtreecommitdiff
path: root/drivers/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 2-0/+2
2017-08-17Bluetooth: hci_bcm: Handle empty packet after firmware loadingGravatar Marcel Holtmann 1-0/+11
2017-08-17Bluetooth: hci_bcm: Add serdev supportGravatar Loic Poulain 2-2/+84
2017-08-17Bluetooth: btbcm: Consolidate the controller information commandsGravatar Marcel Holtmann 1-30/+39
2017-08-16Bluetooth: hci_bcm: Use operation speed of 4Mbps only for ACPI devicesGravatar Marcel Holtmann 1-2/+5
2017-08-16Bluetooth: btusb: driver to enable the usb-wakeup featureGravatar Sukumar Ghorai 1-0/+5
2017-08-15Bluetooth: btusb: Add workaround for Broadcom devices without product idGravatar Marcel Holtmann 1-0/+18
2017-08-08Bluetooth: Add support of 13d3:3494 RTL8723BE deviceGravatar Dmitry Tunin 1-0/+1
2017-08-07Bluetooth: bluecard: blink LED during continuous activityGravatar Ondrej Zary 1-14/+19
2017-08-07Bluetooth: bluecard: fix LED behaviorGravatar Ondrej Zary 1-5/+8
2017-08-07Bluetooth: bluecard: Always enable LEDs (fix for Anycom CF-300)Gravatar Ondrej Zary 1-18/+6
2017-08-01Bluetooth: btusb: add ID for LiteOn 04ca:3016Gravatar Brian Norris 1-0/+1
2017-07-31Bluetooth: hci_uart: Fix uninitialized alignment valueGravatar Loic Poulain 1-1/+1
2017-07-28Bluetooth: btrtl: Fix a error code in rtl_load_config()Gravatar Dan Carpenter 1-0/+2
2017-07-24Bluetooth: hci_nokia: select BT_BCM for btbcm_set_bdaddr()Gravatar Marcel Holtmann 1-0/+1
2017-07-24Bluetooth: btusb: Fix memory leak in play_deferredGravatar Jeffy Chen 1-2/+17
2017-07-22Bluetooth: Style fix - align block commentsGravatar Derek Robson 9-20/+35
2017-07-20Bluetooth: btwilink: remove unnecessary static in bt_ti_probe()Gravatar Gustavo A. R. Silva 1-1/+1
2017-07-20Bluetooth: hci_ll: Use new hci_uart_unregister_device() functionGravatar Ian Molton 1-7/+1
2017-07-20Bluetooth: hci_nokia: Use new hci_uart_unregister_device() functionGravatar Ian Molton 1-9/+1
2017-07-20Bluetooth: hci_serdev: Introduce hci_uart_unregister_device()Gravatar Ian Molton 2-0/+14
2017-07-20Bluetooth: btusb: fix QCA Rome suspend/resumeGravatar Leif Liddy 1-0/+6
2017-07-20Bluetooth: hci_nokia: remove duplicate call to pm_runtime_disable()Gravatar Ian Molton 1-2/+0
2017-07-20Bluetooth: hci_nokia: prevent crash on module removalGravatar Ian Molton 1-1/+3
2017-07-20Bluetooth: btqca: Fixed a coding style errorGravatar Joan Jani 1-1/+1
2017-07-20Bluetooth: btusb: Add support of all Foxconn (105b) Broadcom devicesGravatar Dmitry Tunin 1-1/+2
2017-07-20Bluetooth: hci_bcm: Make bcm_request_irq fail if no IRQ resourceGravatar Loic Poulain 1-14/+16
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 26-79/+193
2017-06-29Bluetooth: btbcm: Add entry for BCM43430 UART bluetoothGravatar Ian Molton 1-0/+1
2017-06-29Bluetooth: hci_bcm: Add active_low irq polarity quirk for Asus T100CHIGravatar Hans de Goede 1-0/+9
2017-06-27Bluetooth: hci_bcm: Fix unwanted error reporting if no bcm devGravatar Loic Poulain 1-2/+1
2017-06-23Bluetooth: hci_serdev: make hci_serdev_client_ops staticGravatar Colin Ian King 1-2/+2
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tGravatar Ingo Molnar 1-1/+1
2017-06-16networking: add and use skb_put_u8()Gravatar Johannes Berg 10-16/+16
2017-06-16networking: make skb_push & __skb_push return void pointersGravatar Johannes Berg 1-1/+1
2017-06-16networking: make skb_pull & friends return void pointersGravatar Johannes Berg 1-2/+2
2017-06-16networking: make skb_put & friends return void pointersGravatar Johannes Berg 12-26/+26
2017-06-16networking: introduce and use skb_put_data()Gravatar Johannes Berg 12-34/+33
2017-06-14Bluetooth: btusb: Add support for 0489:e0a2 QCA_ROME deviceGravatar Shih-Yuan Lee (FourDollars) 1-0/+1
2017-06-12Bluetooth: btbcm: Read controller features during configurationGravatar Marcel Holtmann 1-0/+36
2017-06-09Bluetooth: hci_intel: Add GPIO ACPI mapping tableGravatar Andy Shevchenko 1-0/+14
2017-06-09Bluetooth: hci_bcm: Switch to devm_acpi_dev_add_driver_gpios()Gravatar Andy Shevchenko 1-4/+1
2017-06-09Bluetooth: hci_ll: Add support for the external clockGravatar Ulf Hansson 1-1/+13
2017-06-09Bluetooth: hci_ll: Add compatible values for more WL chipsGravatar Sebastian Reichel 1-0/+8
2017-05-23Bluetooth: btintel: Add MODULE_FIRMWARE entries for iBT 3.5 controllersGravatar Jürg Billeter 1-0/+2
2017-05-23Bluetooth: btwilink: Fix unexpected skb freeGravatar Loic Poulain 1-1/+0
2017-05-23Bluetooth: hci_ll: Fix download_firmware() return when __hci_cmd_sync failsGravatar Guodong Xu 1-0/+1
2017-05-18Bluetooth: hci_nokia: select BT_HCIUART_H4Gravatar Tobias Regnery 1-0/+1
2017-05-18Bluetooth: hci_ldisc: Use rwlocking to avoid closing proto racesGravatar Dean Jenkins 2-5/+36
2017-05-18Bluetooth: hci_uart: fix kconfig dependencyGravatar Tobias Regnery 1-1/+1