summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/amd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | platform/x86/amd/pmf: dump policy binary dataShyam Sundar S K2023-12-181-0/+9
* | platform/x86/amd/pmf: Add capability to sideload of policy binaryShyam Sundar S K2023-12-182-0/+64
* | platform/x86/amd/pmf: Add facility to dump TA inputsShyam Sundar S K2023-12-183-0/+40
* | platform/x86/amd/pmf: Make source_as_str() as non-staticShyam Sundar S K2023-12-182-2/+4
* | platform/x86/amd/pmf: Add support to update system stateShyam Sundar S K2023-12-182-0/+43
* | platform/x86/amd/pmf: Add support update p3t limitShyam Sundar S K2023-12-182-0/+11
* | platform/x86/amd/pmf: Add support to get inputs from other subsystemsShyam Sundar S K2023-12-184-1/+144
* | platform/x86/amd/pmf: change amd_pmf_init_features() call sequenceShyam Sundar S K2023-12-181-1/+1
* | platform/x86/amd/pmf: Add support for PMF Policy BinaryShyam Sundar S K2023-12-185-3/+336
* | platform/x86/amd/pmf: Change return type of amd_pmf_set_dram_addr()Shyam Sundar S K2023-12-182-9/+31
* | platform/x86/amd/pmf: Add support for PMF-TA interactionShyam Sundar S K2023-12-182-1/+106
* | platform/x86/amd/pmf: Add PMF TEE interfaceShyam Sundar S K2023-12-185-5/+130
* | Merge tag 'platform-drivers-x86-amd-wbrf-v6.8-1' into review-hansHans de Goede2023-12-143-0/+332
|\ \ | |/ |/|
| * platform/x86/amd: Add support for AMD ACPI based Wifi band RFI mitigation fea...Ma Jun2023-12-113-0/+332
* | platform/x86/amd/pmc: adjust getting DRAM size behaviorShyam Sundar S K2023-11-171-29/+2
|/
* Merge tag 'platform-drivers-x86-v6.7-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-11-012-46/+283
|\
| * platform/x86/amd/hsmp: Fix iomem handlingArmin Wolf2023-10-251-1/+1
| * platform/x86/amd/pmc: Add dump_custom_stb module parameterShyam Sundar S K2023-10-121-0/+32
| * platform/x86/amd/pmc: Handle overflow cases where the num_samples range is hi...Shyam Sundar S K2023-10-121-6/+13
| * platform/x86/amd/pmc: Use flex array when calling amd_pmc_stb_debugfs_open_v2()Shyam Sundar S K2023-10-121-13/+19
| * platform/x86/amd/hsmp: improve the error logSuma Hegde2023-10-121-3/+3
| * platform/x86/amd/hsmp: add support for metrics tblSuma Hegde2023-10-121-2/+172
| * platform/x86/amd/hsmp: create plat specific structSuma Hegde2023-10-121-23/+38
| * platform/x86/amd/pmc: Add PMFW command id to support S2D force flushShyam Sundar S K2023-10-061-1/+8
* | platform/x86: Add s2idle quirk for more Lenovo laptopsDavid Lazar2023-10-271-0/+73
|/
* platform/x86/amd/pmc: Fix build error with randconfigShyam Sundar S K2023-08-281-0/+1
* platform/x86/amd/pmf: Fix a missing cleanup pathMario Limonciello2023-08-261-1/+2
* platform/x86/amd/pmc: Move PMC driver to separate directoryShyam Sundar S K2023-08-237-17/+29
* Merge remote-tracking branch 'pdx86/fixes' into pdx86/for-nextHans de Goede2023-08-238-31/+345
|\
| * platform/x86/amd/pmf: Fix unsigned comparison with less than zeroYang Li2023-07-311-1/+2
| * platform/x86/amd/pmf: Notify OS power slider updateShyam Sundar S K2023-07-254-6/+114
| * platform/x86/amd/pmf: reduce verbosity of apmf_get_system_paramsShyam Sundar S K2023-07-251-1/+1
| * platform/x86/amd: pmc: Use release_mem_region() to undo request_mem_region_mu...Hans de Goede2023-07-141-6/+2
| * platform/x86/amd: pmf: Add new ACPI ID AMDI0103Shyam Sundar S K2023-07-111-0/+3
| * platform/x86/amd: pmc: Add new ACPI ID AMDI000AShyam Sundar S K2023-07-111-0/+3
| * platform/x86/amd: pmc: Apply nvme quirk to HP 15s-eq2xxxMario Limonciello2023-07-111-0/+9
| * platform/x86: Move s2idle quirk from thinkpad-acpi to amd-pmcMario Limonciello2023-07-114-24/+218
* | platform/x86/amd/pmf: Use str_on_off() helperAndy Shevchenko2023-08-211-2/+3
|/
* Merge tag 'platform-drivers-x86-v6.5-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-06-305-24/+383
|\
| * platform/x86/amd: pmc: Update metrics table info for Pink SardineShyam Sundar S K2023-06-081-12/+41
| * platform/x86/amd: pmc: Add helper function to check the cpu idShyam Sundar S K2023-05-301-3/+14
| * platform/x86/amd: pmc: Get STB DRAM size from PMFWShyam Sundar S K2023-05-301-1/+36
| * platform/x86/amd: pmc: Pass true/false to bool argumentShyam Sundar S K2023-05-301-13/+13
| * platform/x86/amd/pmf: Fix compiler warnings in static sliderShyam Sundar S K2023-05-161-2/+2
| * platform/x86/amd/pmf: Add PMF debug facilitiesShyam Sundar S K2023-05-152-0/+42
| * platform/x86/amd/pmf: Add PMF acpi debug supportShyam Sundar S K2023-05-154-0/+242
* | Merge tag 'pm-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-06-271-2/+2
|\ \
| | \
| | \
| *-. | Merge branches 'pm-sleep' and 'pm-domains'Rafael J. Wysocki2023-06-261-2/+2
| |\ \|
| | * | platform/x86/amd: pmc: Use pm_pr_dbg() for suspend related messagesMario Limonciello2023-06-121-2/+2
| | |/
* | / platform/x86/amd/pmf: Register notify handler only if SPS is enabledShyam Sundar S K2023-06-221-5/+5
|/ /