summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_bcm.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: hci_serdev: Move serdev_device_close/open into common hci_serdev codeHans de Goede2018-05-301-9/+1Star
* Bluetooth: btbcm: Allow using btbcm_initialize() for reinitHans de Goede2018-05-181-1/+1
* Bluetooth: hci_bcm: Remove irq-active-low DMI quirk for the Thinkpad 8Hans de Goede2018-05-181-20/+0Star
* Bluetooth: hci_bcm: Add broken-irq dmi blacklist and add Meegopad T08 to itHans de Goede2018-05-181-0/+23
* Bluetooth: hci_bcm: Remove DMI quirk for the MINIX Z83-4Ian W MORRISON2018-04-011-7/+0Star
* Bluetooth: hci_bcm: Add ACPI HIDs found in Windows .inf files and DSTDsHans de Goede2018-04-011-0/+141
* Bluetooth: hci_bcm: Do not tie GPIO pin order to a specific ACPI HIDHans de Goede2018-04-011-36/+55
* Bluetooth: hci_bcm: Remove duplication in gpio-mappings declarationHans de Goede2018-04-011-13/+9Star
* Bluetooth: hci_bcm: Add 6 new ACPI HIDsHans de Goede2018-04-011-0/+6
* Bluetooth: hci_bcm: Treat Interrupt ACPI resources as always being active-lowHans de Goede2018-04-011-17/+3Star
* Bluetooth: hci_bcm: Add irq_polarity module optionHans de Goede2018-04-011-5/+15
* Bluetooth: hci_bcm: Use default baud rate if missing shutdown GPIOMarcel Holtmann2018-04-011-0/+6
* Bluetooth: hci_bcm: use gpiod cansleep versionLoic Poulain2018-04-011-2/+2
* Bluetooth: hci_bcm: Set pulsed_host_wake flag in sleep parametersHans de Goede2018-03-151-1/+1
* Revert "Bluetooth: hci_bcm: Streamline runtime PM code"Hans de Goede2018-03-151-3/+8
* Bluetooth: hci_bcm: Make shutdown and device wake GPIO optionalStefan Wahren2018-02-251-3/+4
* Bluetooth: hci_bcm: For serdev case close serdev on failure to set powerHans de Goede2018-01-221-1/+4
* Bluetooth: btbcm: Fix sleep mode struct orderingLukas Wunner2018-01-101-1/+1
* Bluetooth: hci_bcm: Sleep instead of spinningLukas Wunner2018-01-101-2/+2
* Bluetooth: hci_bcm: Silence IRQ printkLukas Wunner2018-01-101-1/+1
* Bluetooth: hci_bcm: Support Apple GPIO handlingLukas Wunner2018-01-101-0/+55
* Bluetooth: hci_bcm: Handle errors properlyLukas Wunner2018-01-101-16/+75
* Bluetooth: hci_bcm: Add callbacks to toggle GPIOsLukas Wunner2018-01-101-4/+23
* Bluetooth: hci_bcm: Document struct bcm_deviceLukas Wunner2018-01-101-2/+25
* Bluetooth: hci_bcm: Invalidate IRQ on request failureLukas Wunner2018-01-101-1/+3
* Bluetooth: hci_bcm: Fix unbalanced pm_runtime_disable()Lukas Wunner2018-01-101-1/+1
* Bluetooth: hci_bcm: Fix race on closeLukas Wunner2018-01-101-4/+4
* Bluetooth: hci_bcm: Clean up unnecessary #ifdefLukas Wunner2018-01-101-3/+1Star
* Bluetooth: hci_bcm: Validate IRQ before using itRonald Tschalär2018-01-101-3/+3
* Bluetooth: hci_bcm: Mandate presence of shutdown and device wake GPIOLukas Wunner2018-01-101-15/+9Star
* Bluetooth: hci_bcm: Streamline runtime PM codeLukas Wunner2017-12-261-8/+3Star
* Bluetooth: hci_bcm: Add support for BCM2E72Hans de Goede2017-12-131-0/+1
* Bluetooth: hci_bcm: Add support for BCM2E7EHans de Goede2017-10-141-0/+1
* Bluetooth: hci_bcm: fix build error without CONFIG_PMArnd Bergmann2017-10-111-0/+4
* Bluetooth: hci_bcm: Add support for MINIX Z83-4 based devicesIan W MORRISON2017-10-101-0/+8
* Bluetooth: hci_bcm: Correct context of IRQ polarity messageIan W MORRISON2017-10-091-1/+1
* 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_bcm: Handle empty packet after firmware loadingMarcel Holtmann2017-08-171-0/+11
* Bluetooth: hci_bcm: Add serdev supportLoic Poulain2017-08-171-2/+83
* Bluetooth: hci_bcm: Use operation speed of 4Mbps only for ACPI devicesMarcel Holtmann2017-08-161-2/+5
* Bluetooth: hci_bcm: Make bcm_request_irq fail if no IRQ resourceLoic Poulain2017-07-201-14/+16
* Bluetooth: hci_bcm: Add active_low irq polarity quirk for Asus T100CHIHans de Goede2017-06-291-0/+9
* Bluetooth: hci_bcm: Fix unwanted error reporting if no bcm devLoic Poulain2017-06-271-2/+1Star