linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: srinivas pandruvada <srinivas.pandruvada@linux.intel.com>
To: "Rafael J. Wysocki" <rafael@kernel.org>
Cc: rui.zhang@intel.com, daniel.lezcano@linaro.org,
	linux-pm@vger.kernel.org, 	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] thermal: intel: intel_tcc_cooling: Add CPU models in the support list
Date: Tue, 23 Dec 2025 04:59:06 -0800	[thread overview]
Message-ID: <ae43d146993e63dc91a1d764baa099ba7021771a.camel@linux.intel.com> (raw)
In-Reply-To: <CAJZ5v0gbZrbk5fWNF9iAvwfJo1aKBVF52++_s0HicRrKr4V2Zw@mail.gmail.com>

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@linux.intel.com> wrote:
> > 
> > Add Panther Lake, Wildcat Lake and Nova Lake CPU models in the
> > support
> > list.
> > 
> > Signed-off-by: Srinivas Pandruvada
> > <srinivas.pandruvada@linux.intel.com>
> > ---
> >  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!

      reply	other threads:[~2025-12-23 12:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-18 19:51 [PATCH] thermal: intel: intel_tcc_cooling: Add CPU models in the support list Srinivas Pandruvada
2025-12-23 11:08 ` Rafael J. Wysocki
2025-12-23 12:59   ` srinivas pandruvada [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ae43d146993e63dc91a1d764baa099ba7021771a.camel@linux.intel.com \
    --to=srinivas.pandruvada@linux.intel.com \
    --cc=daniel.lezcano@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=rafael@kernel.org \
    --cc=rui.zhang@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).