2022-05-09 03:04:42

by Sumeet Pawnikar

[permalink] [raw]
Subject: [PATCH] drivers/thermal/intel: Add TCC cooling support for RaptorLake platform

Add TCC cooling support for the RaptorLake platform

Signed-off-by: Sumeet Pawnikar <[email protected]>
---
drivers/thermal/intel/intel_tcc_cooling.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/thermal/intel/intel_tcc_cooling.c b/drivers/thermal/intel/intel_tcc_cooling.c
index cd80c7db4073..a9596e7562ea 100644
--- a/drivers/thermal/intel/intel_tcc_cooling.c
+++ b/drivers/thermal/intel/intel_tcc_cooling.c
@@ -81,6 +81,7 @@ static const struct x86_cpu_id tcc_ids[] __initconst = {
X86_MATCH_INTEL_FAM6_MODEL(COMETLAKE, NULL),
X86_MATCH_INTEL_FAM6_MODEL(ALDERLAKE, NULL),
X86_MATCH_INTEL_FAM6_MODEL(ALDERLAKE_L, NULL),
+ X86_MATCH_INTEL_FAM6_MODEL(RAPTORLAKE, NULL),
{}
};

--
2.17.1



2022-05-12 00:38:22

by Rafael J. Wysocki

[permalink] [raw]
Subject: Re: [PATCH] drivers/thermal/intel: Add TCC cooling support for RaptorLake platform

On Fri, May 6, 2022 at 3:52 PM Sumeet Pawnikar
<[email protected]> wrote:
>
> Add TCC cooling support for the RaptorLake platform
>
> Signed-off-by: Sumeet Pawnikar <[email protected]>
> ---
> drivers/thermal/intel/intel_tcc_cooling.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/thermal/intel/intel_tcc_cooling.c b/drivers/thermal/intel/intel_tcc_cooling.c
> index cd80c7db4073..a9596e7562ea 100644
> --- a/drivers/thermal/intel/intel_tcc_cooling.c
> +++ b/drivers/thermal/intel/intel_tcc_cooling.c
> @@ -81,6 +81,7 @@ static const struct x86_cpu_id tcc_ids[] __initconst = {
> X86_MATCH_INTEL_FAM6_MODEL(COMETLAKE, NULL),
> X86_MATCH_INTEL_FAM6_MODEL(ALDERLAKE, NULL),
> X86_MATCH_INTEL_FAM6_MODEL(ALDERLAKE_L, NULL),
> + X86_MATCH_INTEL_FAM6_MODEL(RAPTORLAKE, NULL),
> {}
> };
>
> --

Applied as 5.19 material with some edits in the subject and a new changelog.

Thanks!