mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] platform-drivers-x86 for v7.0-3
@ 2026-03-25 12:53 Ilpo Järvinen
  2026-03-25 21:49 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Ilpo Järvinen @ 2026-03-25 12:53 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML, PDx86, Hans de Goede, Andy Shevchenko

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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] platform-drivers-x86 for v7.0-3
  2026-03-25 12:53 [GIT PULL] platform-drivers-x86 for v7.0-3 Ilpo Järvinen
@ 2026-03-25 21:49 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2026-03-25 21:49 UTC (permalink / raw)
  To: Ilpo Järvinen
  Cc: Linus Torvalds, LKML, PDx86, Hans de Goede, Andy Shevchenko

The pull request you sent on Wed, 25 Mar 2026 14:53:45 +0200:

> https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-v7.0-3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/51088b9d5f62cf234d1a5008f65c4dd712919551

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-03-25 21:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-25 12:53 [GIT PULL] platform-drivers-x86 for v7.0-3 Ilpo Järvinen
2026-03-25 21:49 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome