From: "Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
PDx86 <platform-driver-x86@vger.kernel.org>,
Hans de Goede <hansg@kernel.org>,
Andy Shevchenko <andy@kernel.org>
Subject: [GIT PULL] platform-drivers-x86 for v7.0-3
Date: Wed, 25 Mar 2026 14:53:45 +0200 [thread overview]
Message-ID: <pdx86-pr-20260325145345-1794521387@linux.intel.com> (raw)
Hi Linus,
Here is a platform-drivers-x86 fixes PR for v7.0.
The trivial drop of unused gz_chain_head is not exactly fixes material
but it allows other work to avoid problems so I decided to take it in
along with the fixes.
Fixes and New HW Support
- amd/hsmp: Fix typo in error message
- asus-armoury: Add support for G614FP, GA503QM, GZ302EAC, and GZ302EAC
- asus-nb-wmi: Add DMI quirk for ASUS ROG Flow Z13-KJP GZ302EAC
- hp-wmi: Support for Omen 16-k0xxx, 16-wf1xxx, 16-xf0xxx
- intel-hid: Disable wakeup_mode during hibernation
- ISST:
- Check HWP support before MSR access
- Correct locked bit width
- lenovo: wmi-gamezone: Drop unused gz_chain_head
- olpc-xo175-ec: Fix overflow error message
Regards, i.
The following changes since commit d1a196e0a6dcddd03748468a0e9e3100790fc85c:
platform/x86: dell-wmi-sysman: Don't hex dump plaintext password data (2026-03-03 14:45:17 +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-3
for you to fetch changes up to fbddf68d7b4e1e6da7a78dd7fbd8ec376536584a:
platform/x86: ISST: Correct locked bit width (2026-03-24 12:31:10 +0200)
----------------------------------------------------------------
platform-drivers-x86 for v7.0-3
Fixes and New HW Support
- amd/hsmp: Fix typo in error message
- asus-armoury: Add support for G614FP, GA503QM, GZ302EAC, and GZ302EAC
- asus-nb-wmi: Add DMI quirk for ASUS ROG Flow Z13-KJP GZ302EAC
- hp-wmi: Support for Omen 16-k0xxx, 16-wf1xxx, 16-xf0xxx
- intel-hid: Disable wakeup_mode during hibernation
- ISST:
- Check HWP support before MSR access
- Correct locked bit width
- lenovo: wmi-gamezone: Drop unused gz_chain_head
- olpc-xo175-ec: Fix overflow error message
The following is an automated shortlog grouped by driver:
amd/hsmp:
- Fix typo in error message
asus-armoury:
- add support for G614FP
- add support for GA503QM
- add support for GZ302EA and GZ302EAC
asus-nb-wmi:
- add DMI quirk for ASUS ROG Flow Z13-KJP GZ302EAC
hp-wmi:
- Add Omen 16-xf0xxx (8BCA) support
- Add support for Omen 16-k0xxx (8A4D)
- Add support for Omen 16-wf1xxx (8C76)
intel-hid:
- disable wakeup_mode during hibernation
ISST:
- Check HWP support before MSR access
- Correct locked bit width
lenovo: wmi-gamezone:
- Drop gz_chain_head
MAINTAINERS:
- change email address of Denis Benato
olpc: olpc-xo175-ec:
- Fix overflow error message to print inlen
----------------------------------------------------------------
Alok Tiwari (2):
platform/olpc: olpc-xo175-ec: Fix overflow error message to print inlen
platform/x86/amd/hsmp: Fix typo in error message
David McFarland (1):
platform/x86: intel-hid: disable wakeup_mode during hibernation
Denis Benato (3):
MAINTAINERS: change email address of Denis Benato
platform/x86: asus-armoury: add support for GA503QM
platform/x86: asus-armoury: add support for G614FP
Krishna Chomal (2):
platform/x86: hp-wmi: Add support for Omen 16-wf1xxx (8C76)
platform/x86: hp-wmi: Add support for Omen 16-k0xxx (8A4D)
Li RongQing (1):
platform/x86: ISST: Check HWP support before MSR access
Matthew Schwartz (2):
platform/x86: asus-nb-wmi: add DMI quirk for ASUS ROG Flow Z13-KJP GZ302EAC
platform/x86: asus-armoury: add support for GZ302EA and GZ302EAC
Nathan Chancellor (1):
platform/x86: lenovo: wmi-gamezone: Drop gz_chain_head
Raed (1):
platform/x86: hp-wmi: Add Omen 16-xf0xxx (8BCA) support
Srinivas Pandruvada (1):
platform/x86: ISST: Correct locked bit width
MAINTAINERS | 2 +-
drivers/platform/olpc/olpc-xo175-ec.c | 2 +-
drivers/platform/x86/amd/hsmp/hsmp.c | 2 +-
drivers/platform/x86/asus-armoury.h | 77 ++++++++++++++++++++++
drivers/platform/x86/asus-nb-wmi.c | 2 +-
drivers/platform/x86/hp/hp-wmi.c | 19 ++++++
drivers/platform/x86/intel/hid.c | 10 ++-
.../x86/intel/speed_select_if/isst_tpmi_core.c | 5 +-
drivers/platform/x86/lenovo/wmi-gamezone.c | 2 -
9 files changed, 113 insertions(+), 8 deletions(-)
next reply other threads:[~2026-03-25 12:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-25 12:53 Ilpo Järvinen [this message]
2026-03-25 21:49 ` [GIT PULL] platform-drivers-x86 for v7.0-3 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=pdx86-pr-20260325145345-1794521387@linux.intel.com \
--to=ilpo.jarvinen@linux.intel.com \
--cc=andy@kernel.org \
--cc=hansg@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=platform-driver-x86@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox