The 13" Framework laptop EC emits a spurious keyboard interrupt on every resume from hardware sleep. When a user closes the lid on an already suspended system this causes the system to wake up. This series adjusts the previous Cezanne quirk (which has a much different root cause) to be able to apply to other systems too. The Framework 13" system is added to the list it will apply to. Mario Limonciello (4): platform/x86/amd/pmc: Move platform defines to header platform/x86/amd/pmc: Only run IRQ1 firmware version check on Cezanne platform/x86/amd/pmc: Move keyboard wakeup disablement detection to pmc-quirks platform/x86/amd/pmc: Disable keyboard wakeup on AMD Framework 13 drivers/platform/x86/amd/pmc/pmc-quirks.c | 20 ++++++++++++++ drivers/platform/x86/amd/pmc/pmc.c | 33 +++++++++-------------- drivers/platform/x86/amd/pmc/pmc.h | 12 +++++++++ 3 files changed, 45 insertions(+), 20 deletions(-) -- 2.34.1