[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <a2fbf35d-7275-7f49-9e87-ec5cdd243719@redhat.com>
Date: Thu, 12 Jan 2023 19:51:11 +0100
From: Hans de Goede <hdegoede@...hat.com>
To: Gayatri Kammela <gayatri.kammela@...ux.intel.com>
Cc: irenic.rajneesh@...il.com, markgross@...nel.org,
linux-kernel@...r.kernel.org, platform-driver-x86@...r.kernel.org,
David E Box <david.e.box@...ux.intel.com>
Subject: Re: [PATCH v1] platform/x86: intel/pmc/core: Add Meteor Lake mobile
support
Hi,
On 12/29/22 00:05, Gayatri Kammela wrote:
> Add Meteor Lake mobile support to pmc core driver. Meteor Lake mobile
> parts reuse all the Meteor Lake PCH IPs.
>
> Cc: David E Box <david.e.box@...ux.intel.com>
> Signed-off-by: Gayatri Kammela <gayatri.kammela@...ux.intel.com>
Thank you for your patch, I've applied this patch to my fixes
branch:
https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=fixes
Note it will show up in my fixes branch once I've pushed my
local branch there, which might take a while.
I will include this patch in my next fixes pull-req to Linus
for the current kernel development cycle.
Regards,
Hans
> ---
> drivers/platform/x86/intel/pmc/core.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/platform/x86/intel/pmc/core.c b/drivers/platform/x86/intel/pmc/core.c
> index f1d802f6ec3f..3a15d32d7644 100644
> --- a/drivers/platform/x86/intel/pmc/core.c
> +++ b/drivers/platform/x86/intel/pmc/core.c
> @@ -1029,6 +1029,7 @@ static const struct x86_cpu_id intel_pmc_core_ids[] = {
> X86_MATCH_INTEL_FAM6_MODEL(RAPTORLAKE, adl_core_init),
> X86_MATCH_INTEL_FAM6_MODEL(RAPTORLAKE_S, adl_core_init),
> X86_MATCH_INTEL_FAM6_MODEL(METEORLAKE, mtl_core_init),
> + X86_MATCH_INTEL_FAM6_MODEL(METEORLAKE_L, mtl_core_init),
> {}
> };
>
>
> base-commit: 1b929c02afd37871d5afb9d498426f83432e71c2
Powered by blists - more mailing lists