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

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®