summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/amd-pmc.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-02platform/x86: amd-pmc: Fix s2idle failures on certain AMD laptopsFabrizio Bertocci1-1/+1
2021-10-27platform/x86: amd-pmc: Drop check for valid alarm timeMario Limonciello1-3/+0
2021-10-27platform/x86: amd-pmc: Downgrade dev_info message to dev_dbgMario Limonciello1-1/+1
2021-10-27platform/x86: amd-pmc: fix compilation without CONFIG_RTC_SYSTOHC_DEVICEMario Limonciello1-1/+1
2021-10-21platform/x86: amd-pmc: Add special handling for timer based S0i3 wakeupMario Limonciello1-1/+59
2021-10-21platform/x86: amd-pmc: adjust arguments for `amd_pmc_send_cmd`Mario Limonciello1-3/+3
2021-10-11platform/x86: amd-pmc: Add alternative acpi id for PMC controllerSachi King1-0/+1
2021-09-28platform/x86: amd-pmc: Add a message to print resume time infoSanket Goswami1-0/+2
2021-09-28platform/x86: amd-pmc: Send command to dump data after clearing OS_HINTSanket Goswami1-3/+3
2021-09-28platform/x86: amd-pmc: Fix compilation when CONFIG_DEBUGFS is disabledHans de Goede1-43/+43
2021-09-16platform/x86: amd-pmc: Export Idlemask values based on the APUSanket Goswami1-0/+76
2021-09-16platform/x86: amd-pmc: Check s0i3 cycle statusSanket Goswami1-2/+3
2021-09-14platform/x86: amd-pmc: Increase the response register timeoutMario Limonciello1-1/+1
2021-07-17platform/x86: amd-pmc: Fix undefined reference to __udivdi3Shyam Sundar S K1-1/+2
2021-07-15platform/x86: amd-pmc: Fix missing unlock on error in amd_pmc_send_cmd()Yang Yingliang1-1/+1
2021-07-14platform/x86: amd-pmc: Use return code on suspendMario Limonciello1-1/+1
2021-07-14platform/x86: amd-pmc: Add new acpi id for future PMC controllersShyam Sundar S K1-0/+4
2021-07-14platform/x86: amd-pmc: Add support for ACPI ID AMDI0006Shyam Sundar S K1-0/+1
2021-07-14platform/x86: amd-pmc: Add support for logging s0ix countersShyam Sundar S K1-1/+44
2021-07-14platform/x86: amd-pmc: Add support for logging SMU metricsShyam Sundar S K1-8/+139
2021-07-14platform/x86: amd-pmc: call dump registers only onceShyam Sundar S K1-4/+1
2021-07-14platform/x86: amd-pmc: Fix SMU firmware reporting mechanismShyam Sundar S K1-10/+0
2021-07-14platform/x86: amd-pmc: Fix command completion codeShyam Sundar S K1-2/+36
2021-02-02platform/x86: amd-pmc: put device on error pathsPan Bian1-3/+11
2021-01-04platform/x86: amd-pmc: Fix CONFIG_DEBUG_FS checkShyam Sundar S K1-1/+1
2020-11-09platform/x86: amd-pmc: Add AMD platform support for S2IdleShyam Sundar S K1-0/+286