[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <pdx86-pr-20240418120332-847319520@linux.intel.com>
Date: Thu, 18 Apr 2024 12:03:32 +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.9-3
Hi Linus,
Here is a platform-drivers-x86 fixes PR for v6.9. Except for adding the
quirks support code into amd/pmf, this one has simple and well-contained
changes.
Changes:
- amd/pmf: Add SPS notifications quirk (+ quirk support)
- amd/pmf: Lower Smart PC check message severity
- x86/ISST: New HW support
- x86/intel-uncore-freq: Bump minor version to avoid "unsupported" message
- amd/pmc: New BIOS version still needs Spurious IRQ1 quirk
Regards, i.
The following changes since commit e71c8481692582c70cdfd0996c20cdcc71e425d3:
platform/x86: lg-laptop: fix %s null argument warning (2024-04-08 18:32:14 +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.9-3
for you to fetch changes up to f609e7b1b49e4d15cf107d2069673ee63860c398:
platform/x86/amd/pmc: Extend Framework 13 quirk to more BIOSes (2024-04-17 17:05:30 +0300)
----------------------------------------------------------------
platform-drivers-x86 for v6.9-3
Changes:
- amd/pmf: Add SPS notifications quirk (+ quirk support)
- amd/pmf: Lower Smart PC check message severity
- x86/ISST: New HW support
- x86/intel-uncore-freq: Bump minor version to avoid "unsupported" message
- amd/pmc: New BIOS version still needs Spurious IRQ1 quirk
The following is an automated shortlog grouped by driver:
amd/pmc:
- Extend Framework 13 quirk to more BIOSes
amd: pmf:
- Add infrastructure for quirking supported funcs
- Add quirk for ROG Zephyrus G14
- Decrease error message to debug
intel-uncore-freq:
- Increase minor number support
ISST:
- Add Granite Rapids-D to HPM CPU list
----------------------------------------------------------------
Mario Limonciello (4):
platform/x86/amd: pmf: Decrease error message to debug
platform/x86/amd: pmf: Add infrastructure for quirking supported funcs
platform/x86/amd: pmf: Add quirk for ROG Zephyrus G14
platform/x86/amd/pmc: Extend Framework 13 quirk to more BIOSes
Srinivas Pandruvada (2):
platform/x86: ISST: Add Granite Rapids-D to HPM CPU list
platform/x86/intel-uncore-freq: Increase minor number support
drivers/platform/x86/amd/pmc/pmc-quirks.c | 9 ++++
drivers/platform/x86/amd/pmf/Makefile | 2 +-
drivers/platform/x86/amd/pmf/acpi.c | 7 ++-
drivers/platform/x86/amd/pmf/core.c | 1 +
drivers/platform/x86/amd/pmf/pmf-quirks.c | 51 ++++++++++++++++++++++
drivers/platform/x86/amd/pmf/pmf.h | 3 ++
.../x86/intel/speed_select_if/isst_if_common.c | 1 +
.../intel/uncore-frequency/uncore-frequency-tpmi.c | 4 +-
8 files changed, 73 insertions(+), 5 deletions(-)
create mode 100644 drivers/platform/x86/amd/pmf/pmf-quirks.c
Powered by blists - more mailing lists