Hi Linus, Here is a fixes PR for platform-drivers-x86 for v6.7. Fixes: - Fan reporting on some ThinkPads - Laptop 13 spurious keypresses while suspended - Intel PMC correction to avoid crash Regards, i. The following changes since commit 7bcd032370f88fd4022b6926d101403e96a86309: platform/x86: intel_ips: fix kernel-doc formatting (2023-12-08 13:21:49 +0200) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-v6.7-5 for you to fetch changes up to a55bdad5dfd1efd4ed9ffe518897a21ca8e4e193: platform/x86/amd/pmc: Disable keyboard wakeup on AMD Framework 13 (2023-12-18 15:08:19 +0200) ---------------------------------------------------------------- platform-drivers-x86 for v6.7-5 Fixes: - Fan reporting on some ThinkPads - Laptop 13 spurious keypresses while suspended - Intel PMC correction to avoid crash The following is an automated shortlog grouped by driver: amd/pmc: - Disable keyboard wakeup on AMD Framework 13 - Move keyboard wakeup disablement detection to pmc-quirks - Move platform defines to header - Only run IRQ1 firmware version check on Cezanne intel/pmc: - Fix hang in pmc_core_send_ltr_ignore() thinkpad_acpi: - fix for incorrect fan reporting on some ThinkPad systems ---------------------------------------------------------------- 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 Rajvi Jingar (1): platform/x86/intel/pmc: Fix hang in pmc_core_send_ltr_ignore() Vishnu Sankar (1): platform/x86: thinkpad_acpi: fix for incorrect fan reporting on some ThinkPad systems 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 ++++ drivers/platform/x86/intel/pmc/core.c | 2 +- drivers/platform/x86/thinkpad_acpi.c | 98 +++++++++++++++++++++++++++---- 5 files changed, 131 insertions(+), 34 deletions(-)