aboutsummaryrefslogtreecommitdiff
path: root/drivers/bluetooth/hci_bcm.c
AgeCommit message (Expand)AuthorFilesLines
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 1-2/+83
2017-08-16Bluetooth: hci_bcm: Use operation speed of 4Mbps only for ACPI devicesGravatar Marcel Holtmann 1-2/+5
2017-07-20Bluetooth: hci_bcm: Make bcm_request_irq fail if no IRQ resourceGravatar Loic Poulain 1-14/+16
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-16networking: add and use skb_put_u8()Gravatar Johannes Berg 1-3/+3
2017-06-16networking: make skb_put & friends return void pointersGravatar Johannes Berg 1-3/+3
2017-06-09Bluetooth: hci_bcm: Switch to devm_acpi_dev_add_driver_gpios()Gravatar Andy Shevchenko 1-4/+1
2017-04-12Bluetooth: hci_bcm: add missing tty-device sanity checkGravatar Johan Hovold 1-1/+4
2017-04-12Bluetooth: hci_bcm: Support platform enumerationGravatar Andy Shevchenko 1-17/+33
2017-04-12Bluetooth: hci_bcm: Fix clock (un)prepareGravatar John Keeping 1-2/+2
2017-02-16Bluetooth: hci_bcm: Add support for BCM2E95 and BCM2E96Gravatar Daniel Drake 1-24/+44
2016-10-13Bluetooth: hci_bcm: Fix autosuspend PM for Lenovo ThinkPad 8Gravatar Jérôme de Bretagne 1-0/+8
2016-09-19Bluetooth: hci_bcm: Change protocol nameGravatar Loic Poulain 1-1/+1
2016-04-08Bluetooth: hci_bcm: Add BCM2E71 ACPI IDGravatar Loic Poulain 1-0/+1
2016-03-10Bluetooth: hci_bcm: Add BCM2E55 ACPI ID used in Lenovo ThinkPad Tablet 8Gravatar Jérôme de Bretagne 1-0/+1
2016-02-23Bluetooth: hci_bcm: Add BCM2E7C ACPI IDGravatar Mika Westerberg 1-0/+1
2016-02-23Bluetooth: hci_bcm: Add new ACPI ID for bcm43241Gravatar J.J. Meijer 1-0/+1
2016-01-04Bluetooth: hci_bcm: new ACPI IDsGravatar Heikki Krogerus 1-0/+3
2016-01-04Bluetooth: hci_bcm: move all Broadcom ACPI IDs to BCM HCI driverGravatar Heikki Krogerus 1-0/+4
2015-12-20Bluetooth: hci_bcm: Add BCM2E65 ACPI IDGravatar Luka Karinja 1-0/+1
2015-11-19Bluetooth: Use new hci_skb_pkt_* wrappers for driversGravatar Marcel Holtmann 1-1/+1
2015-10-22Bluetooth: hci_bcm: checking for ERR_PTR instead of NULLGravatar Dan Carpenter 1-2/+2
2015-10-21Bluetooth: hci_uart: Provide initial manufacturer informationGravatar Marcel Holtmann 1-0/+1
2015-10-08Bluetooth: hci_bcm: Enable support for set_diag driver callbackGravatar Marcel Holtmann 1-0/+24
2015-10-08Bluetooth: hci_bcm: Enable parsing of LM_DIAG messagesGravatar Marcel Holtmann 1-3/+14
2015-10-01Bluetooth: hci_bcm: Do not test ACPI companion in bcm_acpi_probe()Gravatar Jarkko Nikula 1-6/+2
2015-10-01Bluetooth: hci_bcm: Remove needless looking codeGravatar Jarkko Nikula 1-10/+3
2015-10-01Bluetooth: hci_bcm: Remove needless acpi_match_device() callGravatar Jarkko Nikula 1-5/+0
2015-10-01Bluetooth: hci_bcm: Handle possible error from acpi_dev_get_resources()Gravatar Jarkko Nikula 1-1/+3
2015-10-01Bluetooth: hci_bcm: Add missing acpi_dev_free_resource_list()Gravatar Jarkko Nikula 1-0/+1
2015-09-24Bluetooth: hci_bcm: Add suspend/resume runtime PM functionsGravatar Frederic Danis 1-4/+56
2015-09-24Bluetooth: hci_bcm: Prepare PM runtime supportGravatar Frederic Danis 1-28/+60
2015-09-24Bluetooth: hci_bcm: Fix IRQ polarity for T100Gravatar Frederic Danis 1-0/+25
2015-09-17Bluetooth: hci_bcm: Add wake-up capabilityGravatar Frederic Danis 1-10/+150
2015-09-17Bluetooth: hci_bcm: Use bt_dev logging helpersGravatar Frederic Danis 1-18/+18
2015-09-17Bluetooth: hci_bcm: Replace spinlock by mutexGravatar Frederic Danis 1-13/+13
2015-08-28Bluetooth: hci_bcm: Fix crash on suspendGravatar Frederic Danis 1-10/+26
2015-08-18Bluetooth: hci_bcm: Use non-sleep version of gpio_set_valueGravatar Loic Poulain 1-2/+2
2015-08-12Bluetooth: hci_bcm: Fix "implicit declaration"Gravatar Frederic Danis 1-0/+7
2015-08-12Bluetooth: hci_bcm: improve use of gpios APIGravatar Uwe Kleine-König 1-15/+9
2015-08-11Bluetooth: hci_bcm: Add suspend/resume PM functionsGravatar Frederic Danis 1-1/+66
2015-08-11Bluetooth: hci_bcm: Retrieve UART speed from ACPIGravatar Frederic Danis 1-0/+28
2015-08-11Bluetooth: hci_bcm: Add PM for BCM devicesGravatar Frederic Danis 1-2/+214
2015-06-18Bluetooth: hci_uart: Fix speed selectionGravatar Frederic Danis 1-6/+23
2015-06-17Bluetooth: hci_uart: Fix dereferencing of ERR_PTRGravatar Chan-yeol Park 1-0/+1
2015-06-09Bluetooth: hci_uart: Add bcm_set_baudrate()Gravatar Frederic Danis 1-0/+58
2015-06-06Bluetooth: hci_uart: Update Broadcom UART setupGravatar Frederic Danis 1-1/+29
2015-06-06Bluetooth: btbcm: Move request/release_firmware()Gravatar Frederic Danis 1-0/+1