[GIT PULL] platform-drivers-x86 for v7.0-4

From: Ilpo Järvinen

Date: Thu Apr 09 2026 - 07:46:10 EST


Hi Linus,

Here is a platform-drivers-x86 fixes PR for v7.0.

New HW Support and Fixes:

- amd/pmc: Add Thinkpad L14 Gen3 to quirk_s2idle_bug

- asus-armoury: Add support for FA607NU, GU605MU, and GV302XU.

- intel-uncore-freq: Handle autonomous UFS status bit

- ISST: Handle cases with less than max buckets correctly

- intel-uncore-freq & ISST: Mark minor version 3 supported (no additional
driver changes required)

Regards, i.


The following changes since commit fbddf68d7b4e1e6da7a78dd7fbd8ec376536584a:

platform/x86: ISST: Correct locked bit width (2026-03-24 12:31: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-v7.0-4

for you to fetch changes up to 5d486669b3db11ccc2d1b9f4e42c11c2766f35ba:

platform/x86: asus-armoury: add support for GU605MU (2026-03-31 17:22:28 +0300)

----------------------------------------------------------------
platform-drivers-x86 for v7.0-4

New HW Support and Fixes:

- amd/pmc: Add Thinkpad L14 Gen3 to quirk_s2idle_bug

- asus-armoury: Add support for FA607NU, GU605MU, and GV302XU.

- intel-uncore-freq: Handle autonomous UFS status bit

- ISST: Handle cases with less than max buckets correctly

- intel-uncore-freq & ISST: Mark minor version 3 supported (no additional
driver changes required)

The following is an automated shortlog grouped by driver:

amd: pmc:
- Add Thinkpad L14 Gen3 to quirk_s2idle_bug

asus-armoury:
- add support for FA607NU
- add support for GU605MU
- add support for GV302XU

intel-uncore-freq:
- Handle autonomous UFS status bit
- Increase minor version

ISST:
- Increase minor version
- Reset core count to 0

----------------------------------------------------------------
Denis Benato (3):
platform/x86: asus-armoury: add support for GV302XU
platform/x86: asus-armoury: add support for FA607NU
platform/x86: asus-armoury: add support for GU605MU

Mario Limonciello (1):
platform/x86/amd: pmc: Add Thinkpad L14 Gen3 to quirk_s2idle_bug

Srinivas Pandruvada (4):
platform/x86: ISST: Reset core count to 0
platform/x86/intel-uncore-freq: Handle autonomous UFS status bit
platform/x86: ISST: Increase minor version
platform/x86/intel-uncore-freq: Increase minor version

drivers/platform/x86/amd/pmc/pmc-quirks.c | 9 +++
drivers/platform/x86/asus-armoury.h | 86 ++++++++++++++++++++++
.../x86/intel/speed_select_if/isst_tpmi_core.c | 4 +-
.../intel/uncore-frequency/uncore-frequency-tpmi.c | 10 ++-
4 files changed, 106 insertions(+), 3 deletions(-)