[GIT PULL] platform-drivers-x86 for v7.3-2

From: Ilpo Järvinen

Date: Fri Sep 11 2026 - 06:44:25 EST


Hi Linus,

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

Fixes

- amd/pmf: Fix build on !CONFIG_AMD_PMF_DEBUG

- asus-laptop: Fix ACPI event handling

- hp-wmi: Fix board_params typo for 8DD6 board

- x86-android-tablets: Fix Arizona and Crystal Cove GPIO lookups

Regards, i.


The following changes since commit cee9395acd8043be0644b25c34bfa86623f2b935:

Linux 7.3-rc1 (2026-08-30 13:34:40 -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-v7.3-2

for you to fetch changes up to d144a494d81fcf2d1c5cf58b01c655bb8bafc701:

MAINTAINERS: fix sysfs-platform-ayaneo-ec documentation path (2026-09-09 16:44:02 +0300)

----------------------------------------------------------------
platform-drivers-x86 for v7.3-2

Fixes

- amd/pmf: Fix build on !CONFIG_AMD_PMF_DEBUG

- asus-laptop: Fix ACPI event handling

- hp-wmi: Fix board_params typo for 8DD6 board

- x86-android-tablets: Fix Arizona and Crystal Cove GPIO lookups

The following is an automated shortlog grouped by driver:

amd/pmf:
- fix build on !CONFIG_AMD_PMF_DEBUG

asus-laptop:
- Fix ACPI event handling

hp-wmi:
- Fix board_params typo for 8DD6 board

MAINTAINERS:
- fix sysfs-platform-ayaneo-ec documentation path

x86-android-tablets:
- add Crystal Cove GPIO swnode support
- drop redundant swnode group on YT3
- fix Arizona GPIO swnode references
- fix gpio_secondary_fwnode_init() not working
- hold device reference for secondary fwnode teardown
- pass node group to gpio_secondary_fwnode_init()
- use shared battery swnode group on Yoga Tab 2

----------------------------------------------------------------
Arda Doğu Ari (1):
platform/x86: hp-wmi: Fix board_params typo for 8DD6 board

Armin Wolf (1):
platform/x86: asus-laptop: Fix ACPI event handling

Dmitry Torokhov (6):
platform/x86: x86-android-tablets: fix Arizona GPIO swnode references
platform/x86: x86-android-tablets: hold device reference for secondary fwnode teardown
platform/x86: x86-android-tablets: pass node group to gpio_secondary_fwnode_init()
platform/x86: x86-android-tablets: add Crystal Cove GPIO swnode support
platform/x86: x86-android-tablets: drop redundant swnode group on YT3
platform/x86: x86-android-tablets: use shared battery swnode group on Yoga Tab 2

Gabriel Windlin (1):
MAINTAINERS: fix sysfs-platform-ayaneo-ec documentation path

Hans de Goede (1):
platform/x86: x86-android-tablets: fix gpio_secondary_fwnode_init() not working

Pedro Falcato (1):
platform/x86/amd/pmf: fix build on !CONFIG_AMD_PMF_DEBUG

MAINTAINERS | 2 +-
drivers/platform/x86/amd/pmf/spc.c | 2 +-
drivers/platform/x86/asus-laptop.c | 4 +-
drivers/platform/x86/hp/hp-wmi.c | 2 +-
drivers/platform/x86/x86-android-tablets/core.c | 44 +++++++++++++++++-----
drivers/platform/x86/x86-android-tablets/lenovo.c | 37 ++++++------------
.../x86/x86-android-tablets/x86-android-tablets.h | 2 +
7 files changed, 53 insertions(+), 40 deletions(-)