mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/2] platform/x86: ISST: Increase minor version
@ 2026-03-25 19:31 Srinivas Pandruvada
  2026-03-25 19:31 ` [PATCH 2/2] platform/x86/intel-uncore-freq: " Srinivas Pandruvada
  2026-03-27 12:00 ` [PATCH 1/2] platform/x86: ISST: " Ilpo Järvinen
  0 siblings, 2 replies; 3+ messages in thread
From: Srinivas Pandruvada @ 2026-03-25 19:31 UTC (permalink / raw)
  To: hansg, ilpo.jarvinen
  Cc: platform-driver-x86, linux-kernel, Srinivas Pandruvada

The current implementation doesn't require any changes to support minor
version 3, hence increment it to avoid "Unsupported minor version:3"
message.

Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
---
 drivers/platform/x86/intel/speed_select_if/isst_tpmi_core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/platform/x86/intel/speed_select_if/isst_tpmi_core.c b/drivers/platform/x86/intel/speed_select_if/isst_tpmi_core.c
index dc22504aea32..283b44f5e467 100644
--- a/drivers/platform/x86/intel/speed_select_if/isst_tpmi_core.c
+++ b/drivers/platform/x86/intel/speed_select_if/isst_tpmi_core.c
@@ -36,7 +36,7 @@
 
 /* Supported SST hardware version by this driver */
 #define ISST_MAJOR_VERSION	0
-#define ISST_MINOR_VERSION	2
+#define ISST_MINOR_VERSION	3
 
 /*
  * Used to indicate if value read from MMIO needs to get multiplied
-- 
2.52.0


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

* [PATCH 2/2] platform/x86/intel-uncore-freq: Increase minor version
  2026-03-25 19:31 [PATCH 1/2] platform/x86: ISST: Increase minor version Srinivas Pandruvada
@ 2026-03-25 19:31 ` Srinivas Pandruvada
  2026-03-27 12:00 ` [PATCH 1/2] platform/x86: ISST: " Ilpo Järvinen
  1 sibling, 0 replies; 3+ messages in thread
From: Srinivas Pandruvada @ 2026-03-25 19:31 UTC (permalink / raw)
  To: hansg, ilpo.jarvinen
  Cc: platform-driver-x86, linux-kernel, Srinivas Pandruvada

The current implementation doesn't require any changes to support minor
version 3, hence increment it to avoid "Unsupported minor version:3"
message.

Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
---
 .../platform/x86/intel/uncore-frequency/uncore-frequency-tpmi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/platform/x86/intel/uncore-frequency/uncore-frequency-tpmi.c b/drivers/platform/x86/intel/uncore-frequency/uncore-frequency-tpmi.c
index b038dbb69447..7381378aeed8 100644
--- a/drivers/platform/x86/intel/uncore-frequency/uncore-frequency-tpmi.c
+++ b/drivers/platform/x86/intel/uncore-frequency/uncore-frequency-tpmi.c
@@ -31,7 +31,7 @@
 #include "uncore-frequency-common.h"
 
 #define	UNCORE_MAJOR_VERSION		0
-#define	UNCORE_MINOR_VERSION		2
+#define	UNCORE_MINOR_VERSION		3
 #define UNCORE_ELC_SUPPORTED_VERSION	2
 #define UNCORE_HEADER_INDEX		0
 #define UNCORE_FABRIC_CLUSTER_OFFSET	8
-- 
2.52.0


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

* Re: [PATCH 1/2] platform/x86: ISST: Increase minor version
  2026-03-25 19:31 [PATCH 1/2] platform/x86: ISST: Increase minor version Srinivas Pandruvada
  2026-03-25 19:31 ` [PATCH 2/2] platform/x86/intel-uncore-freq: " Srinivas Pandruvada
@ 2026-03-27 12:00 ` Ilpo Järvinen
  1 sibling, 0 replies; 3+ messages in thread
From: Ilpo Järvinen @ 2026-03-27 12:00 UTC (permalink / raw)
  To: hansg, Srinivas Pandruvada; +Cc: platform-driver-x86, linux-kernel

On Wed, 25 Mar 2026 12:31:57 -0700, Srinivas Pandruvada wrote:

> The current implementation doesn't require any changes to support minor
> version 3, hence increment it to avoid "Unsupported minor version:3"
> message.
> 
> 


Thank you for your contribution, it has been applied to my local
review-ilpo-fixes branch. Note it will show up in the public
platform-drivers-x86/review-ilpo-fixes branch only once I've pushed my
local branch there, which might take a while.

The list of commits applied:
[1/2] platform/x86: ISST: Increase minor version
      commit: ba7d46e0a384398c58eee34579986f830260d37b
[2/2] platform/x86/intel-uncore-freq: Increase minor version
      commit: b7f4e7babc122426e8802dffdd8ff1501db6adf4

--
 i.


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

end of thread, other threads:[~2026-03-27 12:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-25 19:31 [PATCH 1/2] platform/x86: ISST: Increase minor version Srinivas Pandruvada
2026-03-25 19:31 ` [PATCH 2/2] platform/x86/intel-uncore-freq: " Srinivas Pandruvada
2026-03-27 12:00 ` [PATCH 1/2] platform/x86: ISST: " Ilpo Järvinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®