* [PATCH] platform/x86/intel/pmc: Add Bartlett Lake support to intel_pmc_core
@ 2025-08-26 3:45 Li Yifan
2025-08-28 16:21 ` Ilpo Järvinen
0 siblings, 1 reply; 2+ messages in thread
From: Li Yifan @ 2025-08-26 3:45 UTC (permalink / raw)
To: irenic.rajneesh, david.e.box, hdegoede, ilpo.jarvinen,
platform-driver-x86, linux-kernel, linux-pm
Cc: yifan2.li, xi.pardee, Xi Pardee
Add Bartlett Lake P-core only product support to intel_pmc_core
driver. Bartlett Lake hybrid product reuses Raptor Lake model name
so it is already enabled.
Acked-by: Xi Pardee <xi.pardee@linux.intel.com>
Signed-off-by: Li Yifan <yifan2.li@intel.com>
---
drivers/platform/x86/intel/pmc/core.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/platform/x86/intel/pmc/core.c b/drivers/platform/x86/intel/pmc/core.c
index 540cd2fb0673..d040290e80ff 100644
--- a/drivers/platform/x86/intel/pmc/core.c
+++ b/drivers/platform/x86/intel/pmc/core.c
@@ -1625,6 +1625,7 @@ static const struct x86_cpu_id intel_pmc_core_ids[] = {
X86_MATCH_VFM(INTEL_RAPTORLAKE_P, &tgl_l_pmc_dev),
X86_MATCH_VFM(INTEL_RAPTORLAKE, &adl_pmc_dev),
X86_MATCH_VFM(INTEL_RAPTORLAKE_S, &adl_pmc_dev),
+ X86_MATCH_VFM(INTEL_BARTLETTLAKE, &adl_pmc_dev),
X86_MATCH_VFM(INTEL_METEORLAKE_L, &mtl_pmc_dev),
X86_MATCH_VFM(INTEL_ARROWLAKE, &arl_pmc_dev),
X86_MATCH_VFM(INTEL_ARROWLAKE_H, &arl_h_pmc_dev),
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] platform/x86/intel/pmc: Add Bartlett Lake support to intel_pmc_core
2025-08-26 3:45 [PATCH] platform/x86/intel/pmc: Add Bartlett Lake support to intel_pmc_core Li Yifan
@ 2025-08-28 16:21 ` Ilpo Järvinen
0 siblings, 0 replies; 2+ messages in thread
From: Ilpo Järvinen @ 2025-08-28 16:21 UTC (permalink / raw)
To: irenic.rajneesh, david.e.box, platform-driver-x86, linux-kernel,
linux-pm, Hans de Goede, Li Yifan
Cc: xi.pardee, Xi Pardee
On Mon, 25 Aug 2025 23:45:50 -0400, Li Yifan wrote:
> Add Bartlett Lake P-core only product support to intel_pmc_core
> driver. Bartlett Lake hybrid product reuses Raptor Lake model name
> so it is already enabled.
>
>
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/pmc: Add Bartlett Lake support to intel_pmc_core
commit: 3010da6ecf2225e41a79b06bc5f4c9750a4d35cb
--
i.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-28 16:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-26 3:45 [PATCH] platform/x86/intel/pmc: Add Bartlett Lake support to intel_pmc_core Li Yifan
2025-08-28 16:21 ` 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;
as well as URLs for NNTP newsgroup(s).