[GIT PULL] platform-drivers-x86 for v6.16-2

From: Ilpo Järvinen
Date: Tue Jun 17 2025 - 08:32:31 EST


Hi Linus,

Here is a platform-drivers-x86 fixes PR for v6.16.

Fixes and New HW Support

- amd/hsmp: Timeout handling fixes

- amd/pmc:

- Clear metrics table at start of cycle

- Add PCSpecialist Lafite Pro V 14M to 8042 quirks list

- amd/pmf: Fix error handling corner cases (nth attempt)

- alienware-wmi-wmax: Revert G-Mode support as it lowers performance

- dell_rbu:

- Fix sparse lock context warning

- Fix list head usage

- Don't overwrite data buffer past the size of the last packet

- ideapad-laptop: Ensure EC is not polled too frequently

- intel-uncore-freq:

- Fail module load when plat_info is NULL

- Avoid a non-literal format string as it triggers a compiler warning

- intel/pmc: Add Lunar Lake and Panther Lake support to SSRAM Telemetry

- intel/power-domains: Fix error code in tpmi_init()

- samsung-galaxybook: Add support for Notebook 9 Pro and others (SAM0426)

Regards, i.


The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:

Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)

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.16-2

for you to fetch changes up to e2468dc700743683e1d1793bbd855e2536fd3de2:

Revert "platform/x86: alienware-wmi-wmax: Add G-Mode support to Alienware m16 R1" (2025-06-13 15:09:02 +0300)

----------------------------------------------------------------
platform-drivers-x86 for v6.16-2

Fixes and New HW Support

- amd/hsmp: Timeout handling fixes

- amd/pmc:

- Clear metrics table at start of cycle

- Add PCSpecialist Lafite Pro V 14M to 8042 quirks list

- amd/pmf: Fix error handling corner cases (nth attempt)

- alienware-wmi-wmax: Revert G-Mode support as it lowers performance

- dell_rbu:

- Fix sparse lock context warning

- Fix list head usage

- Don't overwrite data buffer past the size of the last packet

- ideapad-laptop: Ensure EC is not polled too frequently

- intel-uncore-freq:

- Fail module load when plat_info is NULL

- Avoid a non-literal format string as it triggers a compiler warning

- intel/pmc: Add Lunar Lake and Panther Lake support to SSRAM Telemetry

- intel/power-domains: Fix error code in tpmi_init()

- samsung-galaxybook: Add support for Notebook 9 Pro and others (SAM0426)

The following is an automated shortlog grouped by driver:

amd/pmc:
- Add PCSpecialist Lafite Pro V 14M to 8042 quirks list

amd: pmc:
- Clear metrics table at start of cycle

amd: pmf:
- Prevent amd_pmf_tee_deinit() from running twice
- Simplify error flow in amd_pmf_init_smart_pc()
- Use device managed allocations

dell_rbu:
- Bump version
- Fix list usage
- Fix lock context warning
- Stop overwriting data buffer

ideapad-laptop:
- use usleep_range() for EC polling

intel/pmc:
- Add Lunar Lake support to Intel PMC SSRAM Telemetry
- Add Panther Lake support to Intel PMC SSRAM Telemetry

intel: power-domains:
- Fix error code in tpmi_init()

intel-uncore-freq:
- avoid non-literal format string
- Fail module load when plat_info is NULL

MAINTAINERS: .mailmap:
- Update Hans de Goede's email address

platform/x86: alienware-wmi-wmax:
- Revert: Add G-Mode support to Alienware m16 R1

samsung-galaxybook:
- Add SAM0426

x86/platform/amd:
- move final timeout check to after final sleep
- replace down_timeout() with down_interruptible()

----------------------------------------------------------------
Arnd Bergmann (1):
platform/x86/intel-uncore-freq: avoid non-literal format string

Dan Carpenter (1):
platform/x86/intel: power-domains: Fix error code in tpmi_init()

Hans de Goede (1):
MAINTAINERS: .mailmap: Update Hans de Goede's email address

Jake Hillion (2):
x86/platform/amd: move final timeout check to after final sleep
x86/platform/amd: replace down_timeout() with down_interruptible()

Joshua Grisham (1):
platform/x86: samsung-galaxybook: Add SAM0426

Kurt Borja (1):
Revert "platform/x86: alienware-wmi-wmax: Add G-Mode support to Alienware m16 R1"

Mario Limonciello (5):
platform/x86/amd: pmc: Clear metrics table at start of cycle
platform/x86/amd: pmf: Use device managed allocations
platform/x86/amd: pmf: Prevent amd_pmf_tee_deinit() from running twice
platform/x86/amd: pmf: Simplify error flow in amd_pmf_init_smart_pc()
platform/x86/amd/pmc: Add PCSpecialist Lafite Pro V 14M to 8042 quirks list

Rong Zhang (1):
platform/x86: ideapad-laptop: use usleep_range() for EC polling

Srinivas Pandruvada (1):
platform/x86/intel-uncore-freq: Fail module load when plat_info is NULL

Stuart Hayes (4):
platform/x86: dell_rbu: Fix lock context warning
platform/x86: dell_rbu: Fix list usage
platform/x86: dell_rbu: Stop overwriting data buffer
platform/x86: dell_rbu: Bump version

Xi Pardee (2):
platform/x86/intel/pmc: Add Lunar Lake support to Intel PMC SSRAM Telemetry
platform/x86/intel/pmc: Add Panther Lake support to Intel PMC SSRAM Telemetry

.mailmap | 1 +
MAINTAINERS | 72 +++++++-------
drivers/platform/x86/amd/hsmp/hsmp.c | 14 ++-
drivers/platform/x86/amd/pmc/pmc-quirks.c | 9 ++
drivers/platform/x86/amd/pmc/pmc.c | 2 +
drivers/platform/x86/amd/pmf/core.c | 3 +-
drivers/platform/x86/amd/pmf/tee-if.c | 108 ++++++++-------------
drivers/platform/x86/dell/alienware-wmi-wmax.c | 2 +-
drivers/platform/x86/dell/dell_rbu.c | 10 +-
drivers/platform/x86/ideapad-laptop.c | 19 +++-
drivers/platform/x86/intel/pmc/core.h | 7 ++
drivers/platform/x86/intel/pmc/ssram_telemetry.c | 3 +
drivers/platform/x86/intel/tpmi_power_domains.c | 4 +-
.../uncore-frequency/uncore-frequency-common.c | 2 +-
.../intel/uncore-frequency/uncore-frequency-tpmi.c | 9 +-
drivers/platform/x86/samsung-galaxybook.c | 1 +
16 files changed, 137 insertions(+), 129 deletions(-)