[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAJZ5v0jPzrRc76qKMH6Uy=YuQg1GY1gyWwhcFxCqxuh-4jCcVA@mail.gmail.com>
Date: Fri, 27 Jun 2025 21:55:43 +0200
From: "Rafael J. Wysocki" <rafael@...nel.org>
To: Qiao Wei <wei.qiao@...el.com>
Cc: rafael@...nel.org, linux-pm@...r.kernel.org, linux-kernel@...r.kernel.org,
rui.zhang@...el.com, xiange.pi@...el.com, lili.li@...el.com,
furong.zhou@...el.com
Subject: Re: [PATCH v2 1/1] powercap: intel_rapl: Add support for Bartlett
Lake platform
On Thu, Jun 12, 2025 at 9:32 AM Qiao Wei <wei.qiao@...el.com> wrote:
>
> Add support for Bartlett Lake platform to the RAPL common driver.
>
> Acked-by: Zhang Rui <rui.zhang@...el.com>
> Signed-off-by: Qiao Wei <wei.qiao@...el.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),
> --
Applied as 6.17 material, thanks!
Powered by blists - more mailing lists