The Linux Kernel Mailing List
 help / color / mirror / Atom feed
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 <hdegoede@redhat.com>,
	Andy Shevchenko <andy@kernel.org>
Subject: [GIT PULL] platform-drivers-x86 for v6.17-3
Date: Fri, 05 Sep 2025 15:59:05 +0300	[thread overview]
Message-ID: <pdx86-pr-20250905155905-179965085@linux.intel.com> (raw)

Hi Linus,

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

Fixes and New HW Support

- acer-wmi: Stop using ACPI bitmap for platform profile choices

- amd/hfi: Fix pcct_tbl leak

- amd/pmc: Add TUXEDO IB Pro Gen10 AMD to spurious 8042 quirks

- asus-wmi:

    - Fix registration races

    - Fix ROG button mapping, tablet mode on ASUS ROG Z13

    - Support more keys on ExpertBook B9

- hp-wmi: Add support for Fn+P hotkey

- intel/pmc: Add Bartlett Lake support

- intel/power-domains: Use topology_logical_package_id() for package ID

Regards, i.


The following changes since commit 748f897511446c7578ca5f6d2ff099916bad6e28:

  platform/x86: hp-wmi: mark Victus 16-r1xxx for victus_s fan and thermal profile support (2025-08-12 15:23:09 +0300)

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.17-3

for you to fetch changes up to aa28991fd5dc4c01a40caab2bd9af8c5e06f9899:

  platform/x86/intel: power-domains: Use topology_logical_package_id() for package ID (2025-08-29 16:15:19 +0300)

----------------------------------------------------------------
platform-drivers-x86 for v6.17-3

Fixes and New HW Support

- acer-wmi: Stop using ACPI bitmap for platform profile choices

- amd/hfi: Fix pcct_tbl leak

- amd/pmc: Add TUXEDO IB Pro Gen10 AMD to spurious 8042 quirks

- asus-wmi:

    - Fix registration races

    - Fix ROG button mapping, tablet mode on ASUS ROG Z13

    - Support more keys on ExpertBook B9

- hp-wmi: Add support for Fn+P hotkey

- intel/pmc: Add Bartlett Lake support

- intel/power-domains: Use topology_logical_package_id() for package ID

The following is an automated shortlog grouped by driver:

acer-wmi:
 -  Stop using ACPI bitmap for platform profile choices

amd: hfi:
 -  Fix pcct_tbl leak in amd_hfi_metadata_parser()

amd/pmc:
 -  Add TUXEDO IB Pro Gen10 AMD to spurious 8042 quirks list

asus-wmi:
 -  Fix racy registrations
 -  Fix ROG button mapping, tablet mode on ASUS ROG Z13
 -  map more keys on ExpertBook B9
 -  Remove extra keys from ignore_key_wlan quirk

hp-wmi:
 -  Add support for Fn+P hotkey

intel/pmc:
 -  Add Bartlett Lake support to intel_pmc_core

intel: power-domains:
 -  Use topology_logical_package_id() for package ID

----------------------------------------------------------------
Antheas Kapenekakis (2):
      platform/x86: asus-wmi: Remove extra keys from ignore_key_wlan quirk
      platform/x86: asus-wmi: Fix ROG button mapping, tablet mode on ASUS ROG Z13

Anton Khirnov (1):
      platform/x86: asus-wmi: map more keys on ExpertBook B9

Armin Wolf (1):
      platform/x86: acer-wmi: Stop using ACPI bitmap for platform profile choices

Christoffer Sandberg (1):
      platform/x86/amd/pmc: Add TUXEDO IB Pro Gen10 AMD to spurious 8042 quirks list

David Arcari (1):
      platform/x86/intel: power-domains: Use topology_logical_package_id() for package ID

Edip Hazuri (1):
      platform/x86: hp-wmi: Add support for Fn+P hotkey

Li Yifan (1):
      platform/x86/intel/pmc: Add Bartlett Lake support to intel_pmc_core

Takashi Iwai (1):
      platform/x86: asus-wmi: Fix racy registrations

Zhen Ni (1):
      platform/x86/amd: hfi: Fix pcct_tbl leak in amd_hfi_metadata_parser()

 drivers/platform/x86/acer-wmi.c                 | 71 +++++--------------------
 drivers/platform/x86/amd/hfi/hfi.c              | 14 +++--
 drivers/platform/x86/amd/pmc/pmc-quirks.c       | 14 +++++
 drivers/platform/x86/asus-nb-wmi.c              | 28 +++++++---
 drivers/platform/x86/asus-wmi.c                 |  9 +++-
 drivers/platform/x86/asus-wmi.h                 |  3 +-
 drivers/platform/x86/hp/hp-wmi.c                |  4 ++
 drivers/platform/x86/intel/pmc/core.c           |  1 +
 drivers/platform/x86/intel/tpmi_power_domains.c |  2 +-
 9 files changed, 74 insertions(+), 72 deletions(-)

             reply	other threads:[~2025-09-05 13:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-05 12:59 Ilpo Järvinen [this message]
2025-09-05 20:17 ` [GIT PULL] platform-drivers-x86 for v6.17-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-20250905155905-179965085@linux.intel.com \
    --to=ilpo.jarvinen@linux.intel.com \
    --cc=andy@kernel.org \
    --cc=hdegoede@redhat.com \
    --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