[PATCH v1] platform/x86: intel-uncore-freq: Add additional client processors

Kuppuswamy Sathyanarayanan posted 1 patch 1 month, 3 weeks ago
.../platform/x86/intel/uncore-frequency/uncore-frequency.c    | 4 ++++
1 file changed, 4 insertions(+)
[PATCH v1] platform/x86: intel-uncore-freq: Add additional client processors
Posted by Kuppuswamy Sathyanarayanan 1 month, 3 weeks ago
Add Intel uncore frequency driver support for Pantherlake, Wildcatlake
and Novalake processors.

Signed-off-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
---
 .../platform/x86/intel/uncore-frequency/uncore-frequency.c    | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/platform/x86/intel/uncore-frequency/uncore-frequency.c b/drivers/platform/x86/intel/uncore-frequency/uncore-frequency.c
index 2a6897035150..0dfc552b2802 100644
--- a/drivers/platform/x86/intel/uncore-frequency/uncore-frequency.c
+++ b/drivers/platform/x86/intel/uncore-frequency/uncore-frequency.c
@@ -256,6 +256,10 @@ static const struct x86_cpu_id intel_uncore_cpu_ids[] = {
 	X86_MATCH_VFM(INTEL_ARROWLAKE, NULL),
 	X86_MATCH_VFM(INTEL_ARROWLAKE_H, NULL),
 	X86_MATCH_VFM(INTEL_LUNARLAKE_M, NULL),
+	X86_MATCH_VFM(INTEL_PANTHERLAKE_L, NULL),
+	X86_MATCH_VFM(INTEL_WILDCATLAKE_L, NULL),
+	X86_MATCH_VFM(INTEL_NOVALAKE, NULL),
+	X86_MATCH_VFM(INTEL_NOVALAKE_L, NULL),
 	{}
 };
 MODULE_DEVICE_TABLE(x86cpu, intel_uncore_cpu_ids);
-- 
2.43.0
Re: [PATCH v1] platform/x86: intel-uncore-freq: Add additional client processors
Posted by Ilpo Järvinen 1 month, 2 weeks ago
On Wed, 22 Oct 2025 14:17:33 -0700, Kuppuswamy Sathyanarayanan wrote:

> Add Intel uncore frequency driver support for Pantherlake, Wildcatlake
> and Novalake processors.
> 
> 


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/1] platform/x86: intel-uncore-freq: Add additional client processors
      commit: 27dbf901f7301071f20817b57b10d4dd391dfe91

--
 i.