aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-18Bluetooth: btbcm: Add entry for BCM4343A0 UART bluetoothJörg Krause1-0/+1
2018-01-10Bluetooth: btbcm: Fix sleep mode struct orderingLukas Wunner2-2/+2
2018-01-10Bluetooth: hci_bcm: Sleep instead of spinningLukas Wunner1-2/+2
2018-01-10Bluetooth: hci_bcm: Silence IRQ printkLukas Wunner1-1/+1
2018-01-10Bluetooth: hci_bcm: Support Apple GPIO handlingLukas Wunner1-0/+55
2018-01-10Bluetooth: hci_bcm: Handle errors properlyLukas Wunner1-16/+75
2018-01-10Bluetooth: hci_bcm: Add callbacks to toggle GPIOsLukas Wunner1-4/+23
2018-01-10Bluetooth: hci_bcm: Document struct bcm_deviceLukas Wunner1-2/+25
2018-01-10Bluetooth: hci_bcm: Invalidate IRQ on request failureLukas Wunner1-1/+3
2018-01-10Bluetooth: hci_bcm: Fix unbalanced pm_runtime_disable()Lukas Wunner1-1/+1
2018-01-10Bluetooth: hci_bcm: Fix race on closeLukas Wunner1-4/+4
2018-01-10Bluetooth: hci_bcm: Clean up unnecessary #ifdefLukas Wunner1-3/+1
2018-01-10Bluetooth: hci_bcm: Validate IRQ before using itRonald Tschalär1-3/+3
2018-01-10Bluetooth: hci_bcm: Mandate presence of shutdown and device wake GPIOLukas Wunner1-15/+9
2018-01-08Bluetooth: btusb: Restore QCA Rome suspend/resume fix with a "rewritten" versionHans de Goede1-12/+10
2018-01-08Bluetooth: btintel: make array 'param' static, shrinks object sizeColin Ian King1-1/+1
2018-01-08Bluetooth: bpa10x: make array 'req' static, shrinks object sizeColin Ian King1-1/+1
2018-01-08Bluetooth: Depend on rather than select GPIOLIBLukas Wunner1-3/+3
2018-01-08Bluetooth: hciuart: add nvmem dependencyArnd Bergmann1-0/+1
2018-01-08Bluetooth: btusb: Add support for 0cf3:e010AceLan Kao1-0/+1
2017-12-26Revert "Bluetooth: btusb: fix QCA Rome suspend/resume"Kai-Heng Feng1-6/+0
2017-12-26Bluetooth: hci_bcm: Streamline runtime PM codeLukas Wunner1-8/+3
2017-12-26Bluetooth: Avoid WARN splat due to missing GPIOLIBLukas Wunner1-0/+3
2017-12-26Bluetooth: Add a new 04ca:3015 QCA_ROME deviceIoan Moldovan1-0/+1
2017-12-13Bluetooth: Fix a possible sleep-in-atomic bug in bluecard_write_wakeupJia-Ju Bai1-6/+2
2017-12-13Bluetooth: hci_ll: add "ti,cc2560" compatible stringDavid Lechner1-0/+1
2017-12-13Bluetooth: hci_ll: Add optional nvmem BD address sourceDavid Lechner1-0/+61
2017-12-13Bluetooth: hci_ll: add support for setting public addressDavid Lechner1-0/+21
2017-12-13Bluetooth: hci_ll: Add endianness conversion when setting baudrateDavid Lechner1-1/+3
2017-12-13Bluetooth: hci_ll: add constant for vendor-specific commandDavid Lechner1-2/+8
2017-12-13Bluetooth: serdev: hci_ll: Wait for CTS instead of using msleepDavid Lechner1-2/+6
2017-12-13Bluetooth: hci_ll: remove \n from kernel messagesDavid Lechner1-2/+2
2017-12-13Bluetooth: btsdio: Do not bind to non-removable BCM43341Hans de Goede1-0/+9
2017-12-13Bluetooth: hci_bcm: Add support for BCM2E72Hans de Goede1-0/+1
2017-12-13Bluetooth: btqcomsmd: Fix skb double free corruptionLoic Poulain1-1/+2
2017-12-13Bluetooth: hci_serdev: Init hci_uart proto_lock to avoid oopsLukas Wunner1-0/+1
2017-12-13Bluetooth: btusb: Fix BT_HCIBTUSB_AUTOSUSPEND Kconfig option nameHans de Goede1-1/+1
2017-12-13Bluetooth: btusb: Add a Kconfig option to enable USB autosuspend by defaultHans de Goede2-0/+17
2017-12-13Bluetooth: hci_qca: Avoid setup failure on missing rampatchLoic Poulain1-0/+3
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro2-2/+2
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-30Bluetooth: hci_ldisc: Fix another race when closing the tty.Ronald Tschalär1-2/+2
2017-10-30Bluetooth: btusb: Fix isochronous interface assignmentsMarcel Holtmann1-1/+3
2017-10-30Bluetooth: btusb: Update firmware filename for Intel 9x60 and laterJaya P G1-7/+47
2017-10-30Bluetooth: Use bt_dev_err and bt_dev_info when possibleMarcel Holtmann11-190/+179
2017-10-29Bluetooth: hci_ath: Add ath_vendor_cmd helperLoic Poulain1-17/+32
2017-10-29Bluetooth: btusb: Add new NFA344A entry.Bartosz Chronowski1-0/+1
2017-10-29Bluetooth: hci_ldisc: Allow sleeping while proto locks are held.Ronald Tschalär2-17/+23
2017-10-14Bluetooth: mark expected switch fall-throughsGustavo A. R. Silva2-2/+2