Platform-driver-x86 Archive on lore.kernel.org
 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.9-3
Date: Thu, 18 Apr 2024 12:03:32 +0300	[thread overview]
Message-ID: <pdx86-pr-20240418120332-847319520@linux.intel.com> (raw)

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

             reply	other threads:[~2024-04-18  9:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-18  9:03 Ilpo Järvinen [this message]
2024-04-18 17:23 ` [GIT PULL] platform-drivers-x86 for v6.9-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-20240418120332-847319520@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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).