aboutsummaryrefslogtreecommitdiff
path: root/drivers/bluetooth/hci_intel.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-14Bluetooth: hci_intel: Fix multiple issues reported by checkpatch.plGravatar Uri Arev 1-9/+10
2024-05-14Bluetooth: hci_intel: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2022-07-21Bluetooth: hci_intel: Add check for platform_driver_registerGravatar Jiasheng Jiang 1-1/+5
2021-03-25Bluetooth: btintel: Check firmware version before downloadGravatar Luiz Augusto von Dentz 1-2/+5
2020-09-11Bluetooth: hci_intel: enable on new platformGravatar Andy Shevchenko 1-4/+5
2020-09-11Bluetooth: hci_intel: switch to list_for_each_entry()Gravatar Andy Shevchenko 1-21/+10
2020-09-11Bluetooth: hci_intel: drop strange le16_to_cpu() against u8 valuesGravatar Andy Shevchenko 1-10/+4
2020-02-13Bluetooth: hci_intel: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
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
2018-12-19Bluetooth: hci_intel: clean an indentation issue, remove extraneous spacesGravatar Colin Ian King 1-2/+2
2018-12-19Bluetooth: Remove unnecessary smp_mb__after_atomic() barriersGravatar Andrea Parri 1-12/+4
2018-07-23bluetooth: hci_intel: Replace GFP_ATOMIC with GFP_KERNEL in inject_cmd_comple...Gravatar Jia-Ju Bai 1-1/+1
2018-01-25Bluetooth: btintel: Create common function for firmware downloadGravatar Tedd Ho-Jeong An 1-80/+3
2018-01-24Bluetooth: btintel: Create common Intel Read Boot Params functionGravatar Tedd Ho-Jeong An 1-40/+8
2018-01-24Bluetooth: btintel: Use boot parameter from firmware fileGravatar Tedd Ho-Jeong An 1-2/+20
2018-01-24Bluetooth: btintel: Create common function for Intel ResetGravatar Tedd Ho-Jeong An 1-8/+7
2018-01-24Bluetooth: hci_intel: Update firmware filename for Intel 9x60 and laterGravatar Tedd Ho-Jeong An 1-7/+49
2017-06-16networking: add and use skb_put_u8()Gravatar Johannes Berg 1-1/+1
2017-06-16networking: make skb_put & friends return void pointersGravatar Johannes Berg 1-3/+3
2017-06-16networking: introduce and use skb_put_data()Gravatar Johannes Berg 1-4/+3
2017-06-09Bluetooth: hci_intel: Add GPIO ACPI mapping tableGravatar Andy Shevchenko 1-0/+14
2017-04-12Bluetooth: hci_intel: add missing tty-device sanity checkGravatar Johan Hovold 1-1/+12
2017-04-12Bluetooth: hci_intel: Add support Intel Bluetooth device 9160/9260 for UARTGravatar Tedd Ho-Jeong An 1-0/+1
2017-04-12Bluetooth: hci_intel: Fix firmware file name to use hw_variantGravatar Tedd Ho-Jeong An 1-6/+10
2017-04-12Bluetooth: Use switch statement for Intel hardware variantsGravatar Tedd Ho-Jeong An 1-6/+11
2016-09-19Bluetooth: btusb, hci_intel: Fix wait_on_bit_timeout() return value checksGravatar Bart Van Assche 1-3/+3
2016-07-11Bluetooth: hci_intel: Remove LPM enabling from setup procedureGravatar Loic Poulain 1-21/+7
2016-05-02Bluetooth: hci_intel: Fix null gpio desc pointer dereferenceGravatar Loic Poulain 1-4/+2
2016-02-23Bluetooth: hci_intel: Fix a wrong comparisonGravatar Anton Protopopov 1-2/+2
2015-12-10Bluetooth: btintel: Create common Intel Version Read functionGravatar Loic Poulain 1-35/+11
2015-12-10Bluetooth: hci_intel: Use shorter timeout for HCI commandsGravatar Loic Poulain 1-4/+4
2015-11-19Bluetooth: Use new hci_skb_pkt_* wrappers for driversGravatar Marcel Holtmann 1-7/+7
2015-10-21Bluetooth: hci_uart: Provide initial manufacturer informationGravatar Marcel Holtmann 1-0/+1
2015-10-21Bluetooth: btintel: Add support for enabling tracing functionalityGravatar Marcel Holtmann 1-0/+1
2015-10-01Bluetooth: hci_intel: Cleanup the device probe codeGravatar Jarkko Nikula 1-24/+0
2015-09-17Bluetooth: hci_intel: Enable IRQ wake capabilityGravatar Loic Poulain 1-7/+25
2015-09-17Bluetooth: hci_intel: Give priority to LPM packetsGravatar Loic Poulain 1-3/+6
2015-09-17Bluetooth: hci_intel: Add Device configurationGravatar Loic Poulain 1-0/+7
2015-09-17Bluetooth: hci_intel: Fix warnings due to unused lpm functionsGravatar Loic Poulain 1-0/+2
2015-09-17Bluetooth: hci_intel: Show error in case of invalid LPM packet sizeGravatar Loic Poulain 1-2/+5
2015-09-17Bluetooth: hci_intel: Add runtime PM supportGravatar Loic Poulain 1-3/+69
2015-09-17Bluetooth: hci_intel: Add PM supportGravatar Loic Poulain 1-0/+53
2015-09-17Bluetooth: hci_intel: Implement LPM suspend/resumeGravatar Loic Poulain 1-0/+158
2015-09-17Bluetooth: hci_intel: Replace spinlock with mutexGravatar Loic Poulain 1-9/+9
2015-09-17Bluetooth: hci_intel: Use bt_dev logging helpersGravatar Loic Poulain 1-62/+59
2015-09-17Bluetooth: hci_intel: Introduce LPM supportGravatar Loic Poulain 1-3/+90
2015-09-17Bluetooth: hci_intel: Retrieve host-wake IRQGravatar Loic Poulain 1-1/+61
2015-08-28Bluetooth: hci_intel: Add support for platform driverGravatar Loic Poulain 1-13/+189
2015-08-28Bluetooth: hci_intel: Add Intel baudrate configuration supportGravatar Loic Poulain 1-0/+119