aboutsummaryrefslogtreecommitdiff
path: root/drivers/bluetooth/hci_bcm.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-22Bluetooth: btbcm: Make btbcm_setup_patchram use btbcm_finalizeGravatar Hans de Goede 1-1/+1
2020-04-22Bluetooth: btbcm: Fold Patch loading + applying into btbcm_initialize()Gravatar Hans de Goede 1-16/+3
2020-04-22Bluetooth: btbcm: Move setting of USE_BDADDR_PROPERTY quirk to hci_bcm.cGravatar Hans de Goede 1-0/+6
2020-04-03Bluetooth: hci_bcm: fix freeing not-requested IRQGravatar Michał Mirosław 1-1/+4
2020-04-03Bluetooth: hci_bcm: respect IRQ polarity from DTGravatar Michał Mirosław 1-1/+2
2020-01-15Bluetooth: hci_bcm: enable IRQ capability from devicetreeGravatar Guillaume La Roque 1-0/+3
2020-01-04Bluetooth: hci_bcm: Drive RTS only for BCM43438Gravatar Stefan Wahren 1-4/+17
2020-01-04Bluetooth: hci_bcm: Add device-tree compatible for BCM4329Gravatar Dmitry Osipenko 1-0/+1
2019-11-27Bluetooth: hci_bcm: Support pcm params in dtsGravatar Abhishek Pandit-Subedi 1-0/+19
2019-11-27Bluetooth: hci_bcm: Disallow set_baudrate for BCM4354Gravatar Abhishek Pandit-Subedi 1-2/+29
2019-11-21Bluetooth: btbcm: Add entry for BCM4335A0 UART bluetoothGravatar Mohammad Rasim 1-0/+1
2019-10-26Bluetooth: hci_bcm: Add compatible string for BCM43540Gravatar Abhishek Pandit-Subedi 1-0/+1
2019-10-21Bluetooth: hci_bcm: Fix RTS handling during startupGravatar Stefan Wahren 1-0/+2
2019-09-05bluetooth: hci_bcm: Give more time to come out of resetGravatar Ondrej Jirman 1-1/+1
2019-09-05bluetooth: bcm: Add support for loading firmware for BCM4345C5Gravatar Ondrej Jirman 1-0/+1
2019-09-05Bluetooth: hci_bcm: Fix -Wunused-const-variable warningsGravatar YueHaibing 1-15/+15
2019-07-31Bluetooth: hci_uart: check for missing tty operationsGravatar Vladis Dronov 1-0/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-16/+1
2019-04-23Bluetooth: hci_bcm: Fix empty regulator supplies for Intel MacsGravatar Chen-Yu Tsai 1-4/+16
2018-12-19Bluetooth: hci_bcm: Handle specific unknown packets after firmware loadingGravatar Jonathan Bakker 1-0/+22
2018-12-19Bluetooth: hci_bcm: Add compatible string for BCM4330Gravatar Chen-Yu Tsai 1-0/+1
2018-12-19Bluetooth: hci_bcm: Add BCM20702A1 variantGravatar Maxime Ripard 1-0/+1
2018-12-19Bluetooth: hci_bcm: Wait for device to come out of reset after power onGravatar Chen-Yu Tsai 1-0/+3
2018-12-19Bluetooth: hci_bcm: Add support for regulator suppliesGravatar Chen-Yu Tsai 1-9/+30
2018-12-19Bluetooth: hci_bcm: Add support for LPO clockGravatar Chen-Yu Tsai 1-5/+36
2018-12-19Bluetooth: hci_bcm: Use "txco" and "extclk" to get clock referenceGravatar Chen-Yu Tsai 1-11/+30
2018-12-19Bluetooth: hci_bcm: Simplify clk_get error handlingGravatar Chen-Yu Tsai 1-3/+7
2018-12-19Bluetooth: hci_bcm: Handle deferred probing for the clock supplyGravatar Chen-Yu Tsai 1-0/+4
2018-05-30Bluetooth: hci_serdev: Move serdev_device_close/open into common hci_serdev codeGravatar Hans de Goede 1-9/+1
2018-05-18Bluetooth: btbcm: Allow using btbcm_initialize() for reinitGravatar Hans de Goede 1-1/+1
2018-05-18Bluetooth: hci_bcm: Remove irq-active-low DMI quirk for the Thinkpad 8Gravatar Hans de Goede 1-20/+0
2018-05-18Bluetooth: hci_bcm: Add broken-irq dmi blacklist and add Meegopad T08 to itGravatar Hans de Goede 1-0/+23
2018-04-01Bluetooth: hci_bcm: Remove DMI quirk for the MINIX Z83-4Gravatar Ian W MORRISON 1-7/+0
2018-04-01Bluetooth: hci_bcm: Add ACPI HIDs found in Windows .inf files and DSTDsGravatar Hans de Goede 1-0/+141
2018-04-01Bluetooth: hci_bcm: Do not tie GPIO pin order to a specific ACPI HIDGravatar Hans de Goede 1-36/+55
2018-04-01Bluetooth: hci_bcm: Remove duplication in gpio-mappings declarationGravatar Hans de Goede 1-13/+9
2018-04-01Bluetooth: hci_bcm: Add 6 new ACPI HIDsGravatar Hans de Goede 1-0/+6
2018-04-01Bluetooth: hci_bcm: Treat Interrupt ACPI resources as always being active-lowGravatar Hans de Goede 1-17/+3
2018-04-01Bluetooth: hci_bcm: Add irq_polarity module optionGravatar Hans de Goede 1-5/+15
2018-04-01Bluetooth: hci_bcm: Use default baud rate if missing shutdown GPIOGravatar Marcel Holtmann 1-0/+6
2018-04-01Bluetooth: hci_bcm: use gpiod cansleep versionGravatar Loic Poulain 1-2/+2
2018-03-15Bluetooth: hci_bcm: Set pulsed_host_wake flag in sleep parametersGravatar Hans de Goede 1-1/+1
2018-03-15Revert "Bluetooth: hci_bcm: Streamline runtime PM code"Gravatar Hans de Goede 1-3/+8
2018-02-25Bluetooth: hci_bcm: Make shutdown and device wake GPIO optionalGravatar Stefan Wahren 1-3/+4
2018-01-22Bluetooth: hci_bcm: For serdev case close serdev on failure to set powerGravatar Hans de Goede 1-1/+4
2018-01-10Bluetooth: btbcm: Fix sleep mode struct orderingGravatar Lukas Wunner 1-1/+1
2018-01-10Bluetooth: hci_bcm: Sleep instead of spinningGravatar Lukas Wunner 1-2/+2
2018-01-10Bluetooth: hci_bcm: Silence IRQ printkGravatar Lukas Wunner 1-1/+1
2018-01-10Bluetooth: hci_bcm: Support Apple GPIO handlingGravatar Lukas Wunner 1-0/+55
2018-01-10Bluetooth: hci_bcm: Handle errors properlyGravatar Lukas Wunner 1-16/+75