summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/btintel.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-12Bluetooth: btintel: Fix missing free skb in btintel_setup_combined()Wang ShaoBo1-2/+3
2022-12-12Bluetooth: btintel: Fix existing sparce warningsLuiz Augusto von Dentz1-8/+8
2022-09-09Bluetooth: btintel: Mark Intel controller to support LE_STATES quirkKiran K1-9/+8
2022-09-09Bluetooth: btintel: Add support for MagnetorKiran K1-0/+3
2022-05-13Bluetooth: btintel: Constify static struct regmap_busRikard Falkeborn1-1/+1
2022-01-21Bluetooth: btintel: Fix WBS setting for Intel legacy ROM productsTedd Ho-Jeong An1-3/+8
2022-01-07Bluetooth: btintel: Fix broken LED quirk for legacy ROM devicesTedd Ho-Jeong An1-9/+11
2021-12-22Bluetooth: btintel: Add missing quirks and msft ext for legacy bootloaderTedd Ho-Jeong An1-4/+22
2021-10-13Bluetooth: btintel: Fix bdaddress comparison with garbage valueKiran K1-8/+14
2021-09-10Bluetooth: btintel: Fix incorrect out of memory checkColin Ian King1-1/+1
2021-09-07Bluetooth: btintel: Define a callback to fetch codec config dataKiran K1-1/+52
2021-09-07Bluetooth: btintel: Define callback to fetch data_path_idKiran K1-0/+10
2021-09-07Bluetooth: btintel: Read supported offload use casesKiran K1-0/+32
2021-08-31Bluetooth: btintel: Read boot address irrespective of controller modeKiran K1-16/+10
2021-08-31Bluetooth: btintel: Fix boot addressKiran K1-2/+3
2021-08-30Bluetooth: set quality report callback for IntelJoseph Hwang1-1/+78
2021-08-30Bluetooth: btintel: support link statistics telemetry eventsChethan T N1-1/+19
2021-08-30Bluetooth: btusb: disable Intel link statistics telemetry eventsJoseph Hwang1-20/+0
2021-08-05Bluetooth: btintel: Combine setting up MSFT extensionTedd Ho-Jeong An1-12/+29
2021-08-05Bluetooth: btintel: Fix the legacy bootloader returns tlv based versionTedd Ho-Jeong An1-0/+21
2021-08-05Bluetooth: btintel: Clean the exported function to staticTedd Ho-Jeong An1-37/+31
2021-08-05Bluetooth: btintel: Move hci quirks to setup routineTedd Ho-Jeong An1-0/+36
2021-08-05Bluetooth: btintel: Refactoring setup routine for bootloader devicesTedd Ho-Jeong An1-95/+630
2021-08-05Bluetooth: btintel: Add combined set_diag functionsTedd Ho-Jeong An1-1/+19
2021-08-05Bluetooth: btintel: Fix the LED is not turning off immediatelyTedd Ho-Jeong An1-0/+23
2021-08-05Bluetooth: btintel: Fix the first HCI command not work with ROM deviceTedd Ho-Jeong An1-0/+20
2021-08-05Bluetooth: btintel: Refactoring setup routine for legacy ROM skuTedd Ho-Jeong An1-4/+289
2021-08-05Bluetooth: btintel: Add combined setup and shutdown functionsTedd Ho-Jeong An1-0/+235
2021-03-25Bluetooth: btintel: Skip reading firmware file version while in bootloader modeLokendra Singh1-9/+17
2021-03-25Bluetooth: btintel: Collect tlv based active firmware build info in FW modeLokendra Singh1-0/+11
2021-03-25Bluetooth: btintel: Reorganized bootloader mode tlv checks in intel_version_t...Lokendra Singh1-17/+17
2021-03-25Bluetooth: btintel: Consolidate intel_version parsingLuiz Augusto von Dentz1-2/+34
2021-03-25Bluetooth: btintel: Consolidate intel_version_tlv parsingLuiz Augusto von Dentz1-4/+46
2021-03-25Bluetooth: btintel: Move operational checks after version checkLuiz Augusto von Dentz1-0/+22
2021-03-25Bluetooth: btintel: Check firmware version before downloadLuiz Augusto von Dentz1-21/+85
2021-03-08Bluetooth: btintel: Fix offset calculation boot address parameterKiran K1-1/+2
2020-12-18Revert "Bluetooth: btintel: Fix endianness issue for TLV version information"Kiran K1-14/+7
2020-12-07Bluetooth: btintel: Fix endianness issue for TLV version informationKiran K1-7/+14
2020-09-14Bluetooth: btintel: Functions to send firmware header / payloadKiran K1-2/+117
2020-09-14Bluetooth: btintel: Add infrastructure to read controller informationKiran K1-0/+138
2020-09-13Bluetooth: btintel: Refactor firmware download functionKiran K1-5/+31
2020-06-10Bluetooth: btusb: Configure Intel debug feature based on available supportChethan T N1-0/+27
2020-06-10Bluetooth: btusb: Add support to read Intel debug featureChethan T N1-0/+32
2020-02-13Bluetooth: btintel: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2019-10-17Bluetooth: btusb: Trigger Intel FW download error recoveryAmit K Bag1-0/+45
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-16/+1
2018-01-25Bluetooth: btintel: Create common function for firmware downloadTedd Ho-Jeong An1-0/+84
2018-01-24Bluetooth: btintel: Create common Intel Read Boot Params functionTedd Ho-Jeong An1-0/+51
2018-01-24Bluetooth: btintel: Create common function for Intel ResetTedd Ho-Jeong An1-0/+20
2018-01-08Bluetooth: btintel: make array 'param' static, shrinks object sizeColin Ian King1-1/+1