All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>
To: Xi Pardee <xi.pardee@linux.intel.com>
Cc: irenic.rajneesh@gmail.com, david.e.box@linux.intel.com,
	 platform-driver-x86@vger.kernel.org,
	LKML <linux-kernel@vger.kernel.org>,
	 linux-pm@vger.kernel.org
Subject: Re: [PATCH v2] platform/x86/intel/pmc: Update NVLS PCDS LPM request GUID
Date: Fri, 24 Jul 2026 17:58:41 +0300 (EEST)	[thread overview]
Message-ID: <d332044c-c1e8-c3cb-113d-1bc79043f2a8@linux.intel.com> (raw)
In-Reply-To: <20260722215259.1382305-1-xi.pardee@linux.intel.com>

On Wed, 22 Jul 2026, Xi Pardee wrote:

> The PMC SSRAM PMT telemetry GUID for Nova Lake S (NVLS) PCDS die
> changed due to a firmware version bump. The GUID is used by the PMC
> core driver to locate the correct PMT telemetry entry in SSRAM; if it
> doesn't match the firmware-reported value, the driver fails to find the
> LPM (Low Power Mode) data and cannot load properly.
> 
> Update PCDS_LPM_REQ_GUID from 0x01091102 to 0x01091103 to match the
> new firmware version.

Hi,

Unfortunately this still lacks the reason why it's okay to not have 
0x01091102 at all in the kernel.

Whenever there's two (or more) FW versions mentioned in the changelog 
and one is taken away, it should be explained why "removing" one does 
not result in taking away functionality for systems that have the old 
FW version.

It may be dead obvious to you at this moment such as that this thing 
hasn't launched but it should still be recorded into the changelog so 
others don't need to lookup such details.

It seems to become a theme these get updated so hopefully next time we 
don't need 3 patch versions. :-)

-- 
 i.

> Signed-off-by: Xi Pardee <xi.pardee@linux.intel.com>
> ---
>  drivers/platform/x86/intel/pmc/nvl.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/platform/x86/intel/pmc/nvl.c b/drivers/platform/x86/intel/pmc/nvl.c
> index 8dabf2511dd9d..1ed02332dbfce 100644
> --- a/drivers/platform/x86/intel/pmc/nvl.c
> +++ b/drivers/platform/x86/intel/pmc/nvl.c
> @@ -14,7 +14,7 @@
>  /* PMC SSRAM PMT Telemetry GUIDS */
>  #define PCDH_LPM_REQ_GUID 0x01093101
>  #define PCHS_LPM_REQ_GUID 0x01092101
> -#define PCDS_LPM_REQ_GUID 0x01091102
> +#define PCDS_LPM_REQ_GUID 0x01091103
>  
>  /*
>   * Die Mapping to Product.
> 

      reply	other threads:[~2026-07-24 14:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-22 21:52 [PATCH v2] platform/x86/intel/pmc: Update NVLS PCDS LPM request GUID Xi Pardee
2026-07-24 14:58 ` Ilpo Järvinen [this message]

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=d332044c-c1e8-c3cb-113d-1bc79043f2a8@linux.intel.com \
    --to=ilpo.jarvinen@linux.intel.com \
    --cc=david.e.box@linux.intel.com \
    --cc=irenic.rajneesh@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=platform-driver-x86@vger.kernel.org \
    --cc=xi.pardee@linux.intel.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.