[GIT PULL] platform-drivers-x86 for v6.19-4

From: Ilpo Järvinen

Date: Tue Feb 03 2026 - 12:04:33 EST


Hi Linus,

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

Fixes and New HW support:

- amd/pmc: Add quirk for MECHREVO Wujie 15X Pro

- classmate-laptop: Add missing NULL pointer checks

- hp-bioscfg: Skip empty attribute names

- intel_telemetry:
- Fix PSS event register mask
- Fix swapped arrays in PSS output

- intel/tpmi/plr: Make the file domain<n>/status writeable

- intel/vsec: Add Nova Lake PUNIT support

- lg-laptop: Recognize 2022-2025 models

- panasonic-laptop: Fix sysfs group leak in error path

- toshiba_haps: Fix memory leaks in add/remove routines
Regards, i.


The following changes since commit 4b11f2336e23d5c55b76591bd8ac39b059f68ad0:

platform/x86: acer-wmi: Fix missing capability check (2026-01-20 17:10:56 +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.19-4

for you to fetch changes up to 008bec8ffe6e7746588d1e12c5b3865fa478fc91:

platform/x86/intel/tpmi/plr: Make the file domain<n>/status writeable (2026-01-29 14:38:40 +0200)

----------------------------------------------------------------
platform-drivers-x86 for v6.19-4

Fixes and New HW support:

- amd/pmc: Add quirk for MECHREVO Wujie 15X Pro

- classmate-laptop: Add missing NULL pointer checks

- hp-bioscfg: Skip empty attribute names

- intel_telemetry:
- Fix PSS event register mask
- Fix swapped arrays in PSS output

- intel/tpmi/plr: Make the file domain<n>/status writeable

- intel/vsec: Add Nova Lake PUNIT support

- lg-laptop: Recognize 2022-2025 models

- panasonic-laptop: Fix sysfs group leak in error path

- toshiba_haps: Fix memory leaks in add/remove routines
The following is an automated shortlog grouped by driver:

amd/pmc:
- Add quirk for MECHREVO Wujie 15X Pro

classmate-laptop:
- Add missing NULL pointer checks

hp-bioscfg:
- Skip empty attribute names

intel_telemetry:
- Fix PSS event register mask
- Fix swapped arrays in PSS output

intel/tpmi/plr:
- Make the file domain<n>/status writeable

intel/vsec:
- Add Nova Lake PUNIT support

lg-laptop:
- Recognize 2022-2025 models

panasonic-laptop:
- Fix sysfs group leak in error path

toshiba_haps:
- Fix memory leaks in add/remove routines

----------------------------------------------------------------
David E. Box (1):
platform/x86/intel/vsec: Add Nova Lake PUNIT support

Jonas Ringeis (1):
platform/x86: lg-laptop: Recognize 2022-2025 models

Kaushlendra Kumar (2):
platform/x86: intel_telemetry: Fix swapped arrays in PSS output
platform/x86: intel_telemetry: Fix PSS event register mask

Mario Limonciello (1):
platform/x86: hp-bioscfg: Skip empty attribute names

Rafael J. Wysocki (3):
platform/x86: panasonic-laptop: Fix sysfs group leak in error path
platform/x86: toshiba_haps: Fix memory leaks in add/remove routines
platform/x86: classmate-laptop: Add missing NULL pointer checks

Ricardo Neri (1):
platform/x86/intel/tpmi/plr: Make the file domain<n>/status writeable

gongqi (1):
platform/x86/amd/pmc: Add quirk for MECHREVO Wujie 15X Pro

drivers/platform/x86/amd/pmc/pmc-quirks.c | 7 ++++++
drivers/platform/x86/classmate-laptop.c | 32 ++++++++++++++++++++++++++
drivers/platform/x86/hp/hp-bioscfg/bioscfg.c | 5 ++++
drivers/platform/x86/intel/plr_tpmi.c | 2 +-
drivers/platform/x86/intel/telemetry/debugfs.c | 4 ++--
drivers/platform/x86/intel/telemetry/pltdrv.c | 2 +-
drivers/platform/x86/intel/vsec.c | 2 ++
drivers/platform/x86/lg-laptop.c | 11 ++++++++-
drivers/platform/x86/panasonic-laptop.c | 4 +++-
drivers/platform/x86/toshiba_haps.c | 2 +-
10 files changed, 64 insertions(+), 7 deletions(-)