All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] platform/x86/intel/pmc: Update NVLS PCDS LPM request GUID
@ 2026-07-22 21:52 Xi Pardee
  2026-07-24 14:58 ` Ilpo Järvinen
  0 siblings, 1 reply; 2+ messages in thread
From: Xi Pardee @ 2026-07-22 21:52 UTC (permalink / raw)
  To: xi.pardee, irenic.rajneesh, david.e.box, ilpo.jarvinen,
	platform-driver-x86, linux-kernel, linux-pm

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.

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.
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] platform/x86/intel/pmc: Update NVLS PCDS LPM request GUID
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Ilpo Järvinen @ 2026-07-24 14:58 UTC (permalink / raw)
  To: Xi Pardee
  Cc: irenic.rajneesh, david.e.box, platform-driver-x86, LKML, linux-pm

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-07-24 14:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.