[GIT PULL] platform-drivers-x86 for v6.13-5

From: Ilpo Järvinen
Date: Fri Jan 10 2025 - 09:25:42 EST


Hi Linus,

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

Fixes and new HW support:

- amd/pmc: Match IRQ1 wakeup disable with the enable on i8042 side

- intel: power-domains: Clearwater Forest support

- intel/pmc: Skip SSRAM setup when no additional devices are present

- ISST: Clearwater Forest support

Regards, i.


The following changes since commit 7e16ae558a87ac9099b6a93a43f19b42d809fd78:

platform/x86: thinkpad-acpi: Add support for hotkey 0x1401 (2024-12-29 16:55:10 +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.13-5

for you to fetch changes up to 1d7461d0c8330689117286169106af6531a747ed:

platform/x86: intel/pmc: Fix ioremap() of bad address (2025-01-07 17:30:11 +0200)

----------------------------------------------------------------
platform-drivers-x86 for v6.13-5

Fixes and new HW support:

- amd/pmc: Match IRQ1 wakeup disable with the enable on i8042 side

- intel: power-domains: Clearwater Forest support

- intel/pmc: Skip SSRAM setup when no additional devices are present

- ISST: Clearwater Forest support

The following is an automated shortlog grouped by driver:

amd/pmc:
- Only disable IRQ1 wakeup where i8042 actually enabled it

intel/pmc:
- Fix ioremap() of bad address

intel: power-domains:
- Add Clearwater Forest support

ISST:
- Add Clearwater Forest to support list

----------------------------------------------------------------
David E. Box (1):
platform/x86: intel/pmc: Fix ioremap() of bad address

Maciej S. Szmigiero (1):
platform/x86/amd/pmc: Only disable IRQ1 wakeup where i8042 actually enabled it

Srinivas Pandruvada (2):
platform/x86/intel: power-domains: Add Clearwater Forest support
platform/x86: ISST: Add Clearwater Forest to support list

drivers/platform/x86/amd/pmc/pmc.c | 8 +++++++-
drivers/platform/x86/intel/pmc/core_ssram.c | 4 ++++
drivers/platform/x86/intel/speed_select_if/isst_if_common.c | 1 +
drivers/platform/x86/intel/tpmi_power_domains.c | 1 +
4 files changed, 13 insertions(+), 1 deletion(-)