[PATCH 0/2] Document amd_pmc delay_suspend quirk
From: Daniel Gibson
Date: Wed Jun 24 2026 - 08:50:11 EST
Recently I submitted patches that work around an EC bug in some Lenovo
IdeaPad laptops by adding a quirk to amd_pmc that is enabled
automatically for detected devices and can be enforced (to test on
possibly affected devices that aren't detected yet) with the
delay_suspend module parameter. The quirk makes the kernel sleep
for 2.5 seconds before actually suspending.
Now that those patches are in mainline and their commit IDs are known,
I submit the documentation for them, which refers the commit IDs.
There's also another small change to the same documentation file that
clarifies how to identify kernel log lines with information from the
reset register, because so far it was only mentioned that this
information is logged, but not how to find it.
See also https://bugzilla.kernel.org/show_bug.cgi?id=221383 and
https://lore.kernel.org/platform-driver-x86/20260611150426.3683372-1-daniel@xxxxxxxxx/T/#u
These documentation changes were last discussed here:
https://lore.kernel.org/platform-driver-x86/20260509013105.816339-5-daniel@xxxxxxxxx/t/#u
Daniel Gibson (2):
Documentation/arch/x86/amd-debugging: Add example for reset register
Documentation/arch/x86/amd-debugging: Add section about delay_suspend
Documentation/arch/x86/amd-debugging.rst | 30 ++++++++++++++++++++++++
1 file changed, 30 insertions(+)
--
2.48.1