Linux Power Management development
 help / color / mirror / Atom feed
From: Qiao Wei <wei.qiao@intel.com>
To: rafael@kernel.org, linux-pm@vger.kernel.org,
	linux-kernel@vger.kernel.org
Cc: rui.zhang@intel.com, xiange.pi@intel.com, lili.li@intel.com,
	furong.zhou@intel.com, Qiao Wei <wei.qiao@intel.com>
Subject: [PATCH v2 1/1] powercap: intel_rapl: Add support for Bartlett Lake platform
Date: Thu, 12 Jun 2025 15:06:13 +0800	[thread overview]
Message-ID: <20250612070613.2995756-1-wei.qiao@intel.com> (raw)
In-Reply-To: <20250612044538.2970661-1-wei.qiao@intel.com>

Add support for Bartlett Lake platform to the RAPL common driver.

Acked-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Qiao Wei <wei.qiao@intel.com>
---
Changes since V1:
- Remove "[linux-driver-review]" prefix in the subject
- Add Acked-by tag from Zhang Rui
---
 drivers/powercap/intel_rapl_common.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/powercap/intel_rapl_common.c b/drivers/powercap/intel_rapl_common.c
index e3be40adc0d7a..c0789df34b2f7 100644
--- a/drivers/powercap/intel_rapl_common.c
+++ b/drivers/powercap/intel_rapl_common.c
@@ -1261,6 +1261,7 @@ static const struct x86_cpu_id rapl_ids[] __initconst = {
 	X86_MATCH_VFM(INTEL_RAPTORLAKE,		&rapl_defaults_core),
 	X86_MATCH_VFM(INTEL_RAPTORLAKE_P,        &rapl_defaults_core),
 	X86_MATCH_VFM(INTEL_RAPTORLAKE_S,	&rapl_defaults_core),
+	X86_MATCH_VFM(INTEL_BARTLETTLAKE,	&rapl_defaults_core),
 	X86_MATCH_VFM(INTEL_METEORLAKE,		&rapl_defaults_core),
 	X86_MATCH_VFM(INTEL_METEORLAKE_L,	&rapl_defaults_core),
 	X86_MATCH_VFM(INTEL_SAPPHIRERAPIDS_X,	&rapl_defaults_spr_server),
-- 
2.34.1


  reply	other threads:[~2025-06-12  7:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-12  4:45 [linux-drivers-review] [PATCH] powercap: intel_rapl: Add support for Bartlett Lake platform Qiao Wei
2025-06-12  7:06 ` Qiao Wei [this message]
2025-06-27 19:55   ` [PATCH v2 1/1] " Rafael J. Wysocki

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=20250612070613.2995756-1-wei.qiao@intel.com \
    --to=wei.qiao@intel.com \
    --cc=furong.zhou@intel.com \
    --cc=lili.li@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=rafael@kernel.org \
    --cc=rui.zhang@intel.com \
    --cc=xiange.pi@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