summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/btintel.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: btintel: Allow configuring drive strength of BRIKiran K2024-08-231-0/+124
* Bluetooth: HCI: Invert LE State quirk to be opt-out rather then opt-inLuiz Augusto von Dentz2024-08-151-10/+0
* Bluetooth: btintel: Fail setup on errorKiran K2024-07-261-0/+3
* Bluetooth: btintel: Add support for BlazarU coreKiran K2024-07-151-0/+3
* Bluetooth: btintel: Fix the sfi name for BlazarUKiran K2024-07-151-2/+2
* Bluetooth: btintel: Fix spelling of *intermediate* in commentPaul Menzel2024-07-151-1/+1
* Bluetooth: btintel: Add firmware ID to firmware nameKiran K2024-07-141-20/+68
* Bluetooth: Add vendor-specific packet classification for ISO dataYing Hsu2024-07-141-2/+23
* Bluetooth: btintel_pcie: Print Firmware Sequencer informationKiran K2024-07-141-1/+2
* Bluetooth: btintel: Refactor btintel_set_ppag()Kiran K2024-07-141-85/+34
* Bluetooth: btintel: Export few static functionsKiran K2024-05-141-10/+16
* Bluetooth: btintel: Add support for BlazarIKiran K2024-05-141-0/+3
* Bluetooth: Populate hci_set_hw_info for Intel and RealtekArchie Pusaka2024-05-141-0/+9
* Bluetooth: btintel: Add support to download intermediate loaderKiran K2024-05-141-1/+37
* Bluetooth: btintel: Define macros for image typesKiran K2024-05-141-6/+6
* Bluetooth: btintel: Fixe build regressionLuiz Augusto von Dentz2024-03-061-2/+2
* Bluetooth: btintel: Print Firmware Sequencer informationKiran K2024-03-061-0/+114
* Bluetooth: btintel: Fix null ptr deref in btintel_read_versionEdward Adam Davis2024-03-061-1/+1
* 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