[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <pdx86-pr-20250822161152-256141077@linux.intel.com>
Date: Fri, 22 Aug 2025 16:11:52 +0300
From: Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: LKML <linux-kernel@...r.kernel.org>, PDx86 <platform-driver-x86@...r.kernel.org>, Hans de Goede <hdegoede@...hat.com>, Andy Shevchenko <andy@...nel.org>
Subject: [GIT PULL] platform-drivers-x86 for v6.17-2
Hi Linus,
Here is a platform-drivers-x86 fixes PR for v6.17.
Fixes and New HW Support:
- amd/hsmp:
- Ensure sock->metric_tbl_addr is non-NULL
- Register driver even if hwmon registration fails
- amd/pmc: Drop SMU F/W match for Cezanne
- dell-smbios-wmi: Separate "priority" from WMI device ID
- hp-wmi: mark Victus 16-r1xxx for Victus s fan and thermal profile support
- intel-uncore-freq: Check write blocked for efficiency latency control
Regards, i.
The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:
Linux 6.17-rc1 (2025-08-10 19:41:16 +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-2
for you to fetch changes up to 748f897511446c7578ca5f6d2ff099916bad6e28:
platform/x86: hp-wmi: mark Victus 16-r1xxx for victus_s fan and thermal profile support (2025-08-12 15:23:09 +0300)
----------------------------------------------------------------
platform-drivers-x86 for v6.17-2
Fixes and New HW Support:
- amd/hsmp:
- Ensure sock->metric_tbl_addr is non-NULL
- Register driver even if hwmon registration fails
- amd/pmc: Drop SMU F/W match for Cezanne
- dell-smbios-wmi: Separate "priority" from WMI device ID
- hp-wmi: mark Victus 16-r1xxx for Victus s fan and thermal profile support
- intel-uncore-freq: Check write blocked for efficiency latency control
The following is an automated shortlog grouped by driver:
amd/hsmp:
- Ensure sock->metric_tbl_addr is non-NULL
- Ensure success even if hwmon registration fails
amd: pmc:
- Drop SMU F/W match for Cezanne
dell-smbios-wmi:
- Stop touching WMI device ID
hp-wmi:
- mark Victus 16-r1xxx for victus_s fan and thermal profile support
intel-uncore-freq:
- Check write blocked for ELC
----------------------------------------------------------------
Armin Wolf (1):
platform/x86: dell-smbios-wmi: Stop touching WMI device ID
Edip Hazuri (1):
platform/x86: hp-wmi: mark Victus 16-r1xxx for victus_s fan and thermal profile support
Mario Limonciello (1):
platform/x86/amd: pmc: Drop SMU F/W match for Cezanne
Srinivas Pandruvada (1):
platform/x86/intel-uncore-freq: Check write blocked for ELC
Suma Hegde (2):
platform/x86/amd/hsmp: Ensure sock->metric_tbl_addr is non-NULL
platform/x86/amd/hsmp: Ensure success even if hwmon registration fails
drivers/platform/x86/amd/hsmp/acpi.c | 2 +-
drivers/platform/x86/amd/hsmp/hsmp.c | 5 ++
drivers/platform/x86/amd/pmc/pmc-quirks.c | 54 ++++++++++++++--------
drivers/platform/x86/amd/pmc/pmc.c | 13 ------
drivers/platform/x86/dell/dell-smbios-base.c | 19 ++++----
drivers/platform/x86/dell/dell-smbios-smm.c | 3 +-
drivers/platform/x86/dell/dell-smbios-wmi.c | 4 +-
drivers/platform/x86/dell/dell-smbios.h | 2 +-
drivers/platform/x86/hp/hp-wmi.c | 4 +-
.../intel/uncore-frequency/uncore-frequency-tpmi.c | 5 ++
10 files changed, 59 insertions(+), 52 deletions(-)
Powered by blists - more mailing lists