Re: [PATCH] thermal: intel: intel_tcc_cooling: Add CPU models in the support list
From: srinivas pandruvada
Date: Tue Dec 23 2025 - 07:59:08 EST
On Tue, 2025-12-23 at 12:08 +0100, Rafael J. Wysocki wrote:
> On Thu, Dec 18, 2025 at 8:51 PM Srinivas Pandruvada
> <srinivas.pandruvada@xxxxxxxxxxxxxxx> wrote:
> >
> > Add Panther Lake, Wildcat Lake and Nova Lake CPU models in the
> > support
> > list.
> >
> > Signed-off-by: Srinivas Pandruvada
> > <srinivas.pandruvada@xxxxxxxxxxxxxxx>
> > ---
> > drivers/thermal/intel/intel_tcc_cooling.c | 4 ++++
> > 1 file changed, 4 insertions(+)
> >
> > diff --git a/drivers/thermal/intel/intel_tcc_cooling.c
> > b/drivers/thermal/intel/intel_tcc_cooling.c
> > index f352ecafbedf..92de161e359a 100644
> > --- a/drivers/thermal/intel/intel_tcc_cooling.c
> > +++ b/drivers/thermal/intel/intel_tcc_cooling.c
> > @@ -65,6 +65,10 @@ static const struct x86_cpu_id tcc_ids[]
> > __initconst = {
> > X86_MATCH_VFM(INTEL_RAPTORLAKE, NULL),
> > X86_MATCH_VFM(INTEL_RAPTORLAKE_P, NULL),
> > X86_MATCH_VFM(INTEL_RAPTORLAKE_S, 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),
> > {}
> > };
> >
> > --
>
> Applied, but I'm not planning to send pull requests this week and
> next
> week, so it may become 6.20 material I'm afraid.
Not urgent.
Thanks,
Srinivas
>
> Thanks!