summaryrefslogtreecommitdiff
path: root/drivers/bluetooth/btintel.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-24Bluetooth: HCI: Introduce HCI_QUIRK_BROKEN_LE_CODEDLuiz Augusto von Dentz1-0/+6
2023-08-24Bluetooth: btintel: Send new command for PPAGLokendra Singh1-9/+16
2023-08-11Bluetooth: btusb: Move btusb_recv_event_intel to btintelLuiz Augusto von Dentz1-0/+74
2023-08-11Bluetooth: btintel: Add support for Gale PeakKiran K1-0/+3
2023-08-11Bluetooth: btintel: Add support to reset bluetooth via ACPI DSMKiran K1-0/+121
2023-04-24Bluetooth: btintel: Add Intel devcoredump supportAbhishek Pandit-Subedi1-1/+71
2023-04-24Bluetooth: btintel: Add LE States quirk supportChethan T N1-3/+2
2023-03-23Bluetooth: btinel: Check ACPI handle for NULL before accessingKiran K1-2/+9
2023-03-23Bluetooth: btintel: Iterate only bluetooth device ACPI entriesKiran K1-18/+26
2023-02-10Bluetooth: btintel: Set Per Platform Antenna Gain(PPAG)Seema Sreemantha1-0/+116
2022-12-13Bluetooth: btintel: Fix missing free skb in btintel_setup_combined()Wang ShaoBo1-2/+3
2022-12-13Bluetooth: 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-08Bluetooth: btintel: Define a callback to fetch codec config dataKiran K1-1/+52
2021-09-08Bluetooth: btintel: Define callback to fetch data_path_idKiran K1-0/+10
2021-09-08Bluetooth: 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-19Revert "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