[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <46cad4d0f14b33e77d2cead3b87177cfaa3e03cc.camel@linux.intel.com>
Date: Tue, 15 Dec 2020 17:59:06 -0800
From: srinivas pandruvada <srinivas.pandruvada@...ux.intel.com>
To: rui.zhang@...el.com, daniel.lezcano@...aro.org
Cc: linux-pm@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] thermal: int340x: Support Alder Lake
On Tue, 2020-11-17 at 11:48 -0800, Srinivas Pandruvada wrote:
> Add ACPI IDs for thermal drivers for Alder Lake support.
>
This patch was not in PULL request.
It is simple patch, adding ids. Can we send as part of second PULL?
Thanks,
Srinivas
> Signed-off-by: Srinivas Pandruvada <
> srinivas.pandruvada@...ux.intel.com>
> ---
> drivers/thermal/intel/int340x_thermal/int3400_thermal.c | 1 +
> drivers/thermal/intel/int340x_thermal/int3403_thermal.c | 1 +
> 2 files changed, 2 insertions(+)
>
> diff --git a/drivers/thermal/intel/int340x_thermal/int3400_thermal.c
> b/drivers/thermal/intel/int340x_thermal/int3400_thermal.c
> index 0966551cbaaa..823354a1a91a 100644
> --- a/drivers/thermal/intel/int340x_thermal/int3400_thermal.c
> +++ b/drivers/thermal/intel/int340x_thermal/int3400_thermal.c
> @@ -584,6 +584,7 @@ static int int3400_thermal_remove(struct
> platform_device *pdev)
> static const struct acpi_device_id int3400_thermal_match[] = {
> {"INT3400", 0},
> {"INTC1040", 0},
> + {"INTC1041", 0},
> {}
> };
>
> diff --git a/drivers/thermal/intel/int340x_thermal/int3403_thermal.c
> b/drivers/thermal/intel/int340x_thermal/int3403_thermal.c
> index ec1d58c4ceaa..c3c4c4d34542 100644
> --- a/drivers/thermal/intel/int340x_thermal/int3403_thermal.c
> +++ b/drivers/thermal/intel/int340x_thermal/int3403_thermal.c
> @@ -284,6 +284,7 @@ static int int3403_remove(struct platform_device
> *pdev)
> static const struct acpi_device_id int3403_device_ids[] = {
> {"INT3403", 0},
> {"INTC1043", 0},
> + {"INTC1046", 0},
> {"", 0},
> };
> MODULE_DEVICE_TABLE(acpi, int3403_device_ids);
Powered by blists - more mailing lists