summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/btintel.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: btintel: Print firmware SHA1Kiran K2023-12-221-0/+5
* Bluetooth: HCI: Introduce HCI_QUIRK_BROKEN_LE_CODEDLuiz Augusto von Dentz2023-08-241-0/+6
* Bluetooth: btintel: Send new command for PPAGLokendra Singh2023-08-241-9/+16
* Bluetooth: btusb: Move btusb_recv_event_intel to btintelLuiz Augusto von Dentz2023-08-111-0/+74
* Bluetooth: btintel: Add support for Gale PeakKiran K2023-08-111-0/+3
* Bluetooth: btintel: Add support to reset bluetooth via ACPI DSMKiran K2023-08-111-0/+121
* Bluetooth: btintel: Add Intel devcoredump supportAbhishek Pandit-Subedi2023-04-231-1/+71
* Bluetooth: btintel: Add LE States quirk supportChethan T N2023-04-231-3/+2
* Bluetooth: btinel: Check ACPI handle for NULL before accessingKiran K2023-03-231-2/+9
* Bluetooth: btintel: Iterate only bluetooth device ACPI entriesKiran K2023-03-221-18/+26
* Bluetooth: btintel: Set Per Platform Antenna Gain(PPAG)Seema Sreemantha2023-02-091-0/+116
* Bluetooth: btintel: Fix missing free skb in btintel_setup_combined()Wang ShaoBo2022-12-121-2/+3
* Bluetooth: btintel: Fix existing sparce warningsLuiz Augusto von Dentz2022-12-121-8/+8
* Bluetooth: btintel: Mark Intel controller to support LE_STATES quirkKiran K2022-09-091-9/+8
* Bluetooth: btintel: Add support for MagnetorKiran K2022-09-091-0/+3
* Bluetooth: btintel: Constify static struct regmap_busRikard Falkeborn2022-05-131-1/+1
* Bluetooth: btintel: Fix WBS setting for Intel legacy ROM productsTedd Ho-Jeong An2022-01-211-3/+8
* Bluetooth: btintel: Fix broken LED quirk for legacy ROM devicesTedd Ho-Jeong An2022-01-071-9/+11
* Bluetooth: btintel: Add missing quirks and msft ext for legacy bootloaderTedd Ho-Jeong An2021-12-221-4/+22
* Bluetooth: btintel: Fix bdaddress comparison with garbage valueKiran K2021-10-131-8/+14
* Bluetooth: btintel: Fix incorrect out of memory checkColin Ian King2021-09-101-1/+1
* Bluetooth: btintel: Define a callback to fetch codec config dataKiran K2021-09-071-1/+52
* Bluetooth: btintel: Define callback to fetch data_path_idKiran K2021-09-071-0/+10
* Bluetooth: btintel: Read supported offload use casesKiran K2021-09-071-0/+32
* Bluetooth: btintel: Read boot address irrespective of controller modeKiran K2021-08-311-16/+10
* Bluetooth: btintel: Fix boot addressKiran K2021-08-311-2/+3
* Bluetooth: set quality report callback for IntelJoseph Hwang2021-08-301-1/+78
* Bluetooth: btintel: support link statistics telemetry eventsChethan T N2021-08-301-1/+19
* Bluetooth: btusb: disable Intel link statistics telemetry eventsJoseph Hwang2021-08-301-20/+0
* Bluetooth: btintel: Combine setting up MSFT extensionTedd Ho-Jeong An2021-08-051-12/+29
* Bluetooth: btintel: Fix the legacy bootloader returns tlv based versionTedd Ho-Jeong An2021-08-051-0/+21
* Bluetooth: btintel: Clean the exported function to staticTedd Ho-Jeong An2021-08-051-37/+31
* Bluetooth: btintel: Move hci quirks to setup routineTedd Ho-Jeong An2021-08-051-0/+36
* Bluetooth: btintel: Refactoring setup routine for bootloader devicesTedd Ho-Jeong An2021-08-051-95/+630
* Bluetooth: btintel: Add combined set_diag functionsTedd Ho-Jeong An2021-08-051-1/+19
* Bluetooth: btintel: Fix the LED is not turning off immediatelyTedd Ho-Jeong An2021-08-051-0/+23
* Bluetooth: btintel: Fix the first HCI command not work with ROM deviceTedd Ho-Jeong An2021-08-051-0/+20
* Bluetooth: btintel: Refactoring setup routine for legacy ROM skuTedd Ho-Jeong An2021-08-051-4/+289
* Bluetooth: btintel: Add combined setup and shutdown functionsTedd Ho-Jeong An2021-08-051-0/+235
* Bluetooth: btintel: Skip reading firmware file version while in bootloader modeLokendra Singh2021-03-251-9/+17
* Bluetooth: btintel: Collect tlv based active firmware build info in FW modeLokendra Singh2021-03-251-0/+11
* Bluetooth: btintel: Reorganized bootloader mode tlv checks in intel_version_t...Lokendra Singh2021-03-251-17/+17
* Bluetooth: btintel: Consolidate intel_version parsingLuiz Augusto von Dentz2021-03-251-2/+34
* Bluetooth: btintel: Consolidate intel_version_tlv parsingLuiz Augusto von Dentz2021-03-251-4/+46
* Bluetooth: btintel: Move operational checks after version checkLuiz Augusto von Dentz2021-03-251-0/+22
* Bluetooth: btintel: Check firmware version before downloadLuiz Augusto von Dentz2021-03-251-21/+85
* Bluetooth: btintel: Fix offset calculation boot address parameterKiran K2021-03-081-1/+2
* Revert "Bluetooth: btintel: Fix endianness issue for TLV version information"Kiran K2020-12-181-14/+7
* Bluetooth: btintel: Fix endianness issue for TLV version informationKiran K2020-12-071-7/+14
* Bluetooth: btintel: Functions to send firmware header / payloadKiran K2020-09-141-2/+117