aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/btintel.c
AgeCommit message (Expand)AuthorFilesLines
9 daysBluetooth: btintel: Export few static functionsKiran K1-10/+16
9 daysBluetooth: btintel: Add support for BlazarIKiran K1-0/+3
9 daysBluetooth: Populate hci_set_hw_info for Intel and RealtekArchie Pusaka1-0/+9
9 daysBluetooth: btintel: Add support to download intermediate loaderKiran K1-1/+37
9 daysBluetooth: btintel: Define macros for image typesKiran K1-6/+6
2024-03-06Bluetooth: btintel: Fixe build regressionLuiz Augusto von Dentz1-2/+2
2024-03-06Bluetooth: btintel: Print Firmware Sequencer informationKiran K1-0/+114
2024-03-06Bluetooth: btintel: Fix null ptr deref in btintel_read_versionEdward Adam Davis1-1/+1
2023-12-22Bluetooth: btintel: Print firmware SHA1Kiran K1-0/+5
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-23Bluetooth: btintel: Add Intel devcoredump supportAbhishek Pandit-Subedi1-1/+71
2023-04-23Bluetooth: 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-22Bluetooth: btintel: Iterate only bluetooth device ACPI entriesKiran K1-18/+26
2023-02-09Bluetooth: btintel: Set Per Platform Antenna Gain(PPAG)Seema Sreemantha1-0/+116
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
2017-10-30Bluetooth: Use bt_dev_err and bt_dev_info when possibleMarcel Holtmann1-21/+21
2017-05-23Bluetooth: btintel: Add MODULE_FIRMWARE entries for iBT 3.5 controllersJürg Billeter1-0/+2
2015-12-10Bluetooth: btintel: Create common Intel Version Read functionLoic Poulain1-0/+25
2015-12-10Bluetooth: btintel: Add manufacturing enter/exit helpersLoic Poulain1-54/+60
2015-10-21Bluetooth: btintel: Enable extra Intel vendor eventsMarcel Holtmann1-1/+61
2015-10-21Bluetooth: btintel: Add diagnostic support for older controllersMarcel Holtmann1-0/+36
2015-10-21Bluetooth: btintel: Set quirk for non-persistent diagnostic settingsMarcel Holtmann1-3/+2
2015-10-21Bluetooth: btintel: Add support for enabling tracing functionalityMarcel Holtmann1-0/+32
2015-10-03Bluetooth: btintel: Add iBT register access over HCI supportLoic Poulain1-0/+196
2015-09-17Bluetooth: btintel: Add Device Configuration supportLoic Poulain1-0/+46
2015-08-28Bluetooth: btintel: Add MODULE_FIRMWARE entries for iBT 3.0 controllersMarcel Holtmann1-0/+2
2015-07-23Bluetooth: btintel: Create common function for Intel version infoMarcel Holtmann1-0/+21
2015-07-23Bluetooth: btintel: Create common Intel Secure Send functionMarcel Holtmann1-0/+25
2015-07-23Bluetooth: btintel: Add generic function for handling hardware errorsMarcel Holtmann1-0/+34
2015-05-15Bluetooth: btintel: Fix calls to __hci_cmd_sync()Frederic Danis1-6/+0
2015-04-07Bluetooth: btintel: Introduce generic Intel Bluetooth supportMarcel Holtmann1-0/+101