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