summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_bcm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* networking: add and use skb_put_u8()Johannes Berg2017-06-161-3/+3
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-3/+3
* Bluetooth: hci_bcm: Switch to devm_acpi_dev_add_driver_gpios()Andy Shevchenko2017-06-091-4/+1Star
* Bluetooth: hci_bcm: add missing tty-device sanity checkJohan Hovold2017-04-121-1/+4
* Bluetooth: hci_bcm: Support platform enumerationAndy Shevchenko2017-04-121-17/+33
* Bluetooth: hci_bcm: Fix clock (un)prepareJohn Keeping2017-04-121-2/+2
* Bluetooth: hci_bcm: Add support for BCM2E95 and BCM2E96Daniel Drake2017-02-161-24/+44
* Bluetooth: hci_bcm: Fix autosuspend PM for Lenovo ThinkPad 8Jérôme de Bretagne2016-10-131-0/+8
* Bluetooth: hci_bcm: Change protocol nameLoic Poulain2016-09-191-1/+1
* Bluetooth: hci_bcm: Add BCM2E71 ACPI IDLoic Poulain2016-04-081-0/+1
* Bluetooth: hci_bcm: Add BCM2E55 ACPI ID used in Lenovo ThinkPad Tablet 8Jérôme de Bretagne2016-03-101-0/+1
* Bluetooth: hci_bcm: Add BCM2E7C ACPI IDMika Westerberg2016-02-231-0/+1
* Bluetooth: hci_bcm: Add new ACPI ID for bcm43241J.J. Meijer2016-02-231-0/+1
* Bluetooth: hci_bcm: new ACPI IDsHeikki Krogerus2016-01-041-0/+3
* Bluetooth: hci_bcm: move all Broadcom ACPI IDs to BCM HCI driverHeikki Krogerus2016-01-041-0/+4
* Bluetooth: hci_bcm: Add BCM2E65 ACPI IDLuka Karinja2015-12-201-0/+1
* Bluetooth: Use new hci_skb_pkt_* wrappers for driversMarcel Holtmann2015-11-191-1/+1
* Bluetooth: hci_bcm: checking for ERR_PTR instead of NULLDan Carpenter2015-10-221-2/+2
* Bluetooth: hci_uart: Provide initial manufacturer informationMarcel Holtmann2015-10-211-0/+1
* Bluetooth: hci_bcm: Enable support for set_diag driver callbackMarcel Holtmann2015-10-081-0/+24
* Bluetooth: hci_bcm: Enable parsing of LM_DIAG messagesMarcel Holtmann2015-10-081-3/+14
* Bluetooth: hci_bcm: Do not test ACPI companion in bcm_acpi_probe()Jarkko Nikula2015-10-011-6/+2Star
* Bluetooth: hci_bcm: Remove needless looking codeJarkko Nikula2015-10-011-10/+3Star
* Bluetooth: hci_bcm: Remove needless acpi_match_device() callJarkko Nikula2015-10-011-5/+0Star
* Bluetooth: hci_bcm: Handle possible error from acpi_dev_get_resources()Jarkko Nikula2015-10-011-1/+3
* Bluetooth: hci_bcm: Add missing acpi_dev_free_resource_list()Jarkko Nikula2015-10-011-0/+1
* Bluetooth: hci_bcm: Add suspend/resume runtime PM functionsFrederic Danis2015-09-241-4/+56
* Bluetooth: hci_bcm: Prepare PM runtime supportFrederic Danis2015-09-241-28/+60
* Bluetooth: hci_bcm: Fix IRQ polarity for T100Frederic Danis2015-09-241-0/+25
* Bluetooth: hci_bcm: Add wake-up capabilityFrederic Danis2015-09-171-10/+150
* Bluetooth: hci_bcm: Use bt_dev logging helpersFrederic Danis2015-09-171-18/+18
* Bluetooth: hci_bcm: Replace spinlock by mutexFrederic Danis2015-09-171-13/+13
* Bluetooth: hci_bcm: Fix crash on suspendFrederic Danis2015-08-281-10/+26
* Bluetooth: hci_bcm: Use non-sleep version of gpio_set_valueLoic Poulain2015-08-181-2/+2
* Bluetooth: hci_bcm: Fix "implicit declaration"Frederic Danis2015-08-121-0/+7
* Bluetooth: hci_bcm: improve use of gpios APIUwe Kleine-König2015-08-121-15/+9Star