]> Git Repo - linux.git/commit
platform/x86:intel/pmc: Enable the ACPI PM Timer to be turned off when suspended
authorMarek Maslanka <[email protected]>
Mon, 12 Aug 2024 18:42:00 +0000 (18:42 +0000)
committerDaniel Lezcano <[email protected]>
Fri, 6 Sep 2024 12:49:20 +0000 (14:49 +0200)
commite86c8186d03a6ba018e881ed45f0962ad553e861
treeb33ef88863da5938d17834035b43d57cc0d89b0b
parent56bd72e9cd8272687aa2a8eccddabc5526cd7845
platform/x86:intel/pmc: Enable the ACPI PM Timer to be turned off when suspended

Allow to disable ACPI PM Timer on suspend and enable on resume. A
disabled timer helps optimise power consumption when the system is
suspended. On resume the timer is only reactivated if it was activated
prior to suspend, so unless the ACPI PM timer is enabled in the BIOS,
this won't change anything.

The ACPI PM timer is used by Intel's iTCO/wdat_wdt watchdog to drive the
watchdog, so it doesn't need to run during suspend.

Signed-off-by: Marek Maslanka <[email protected]>
Reviewed-by: Hans de Goede <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Daniel Lezcano <[email protected]>
drivers/platform/x86/intel/pmc/adl.c
drivers/platform/x86/intel/pmc/cnp.c
drivers/platform/x86/intel/pmc/core.c
drivers/platform/x86/intel/pmc/core.h
drivers/platform/x86/intel/pmc/icl.c
drivers/platform/x86/intel/pmc/mtl.c
drivers/platform/x86/intel/pmc/spt.c
drivers/platform/x86/intel/pmc/tgl.c
This page took 0.05826 seconds and 4 git commands to generate.