[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <752244e73e3703b6d20da3ab870e4e86f9e4a3fb.camel@intel.com>
Date: Mon, 16 Dec 2019 17:05:55 +0000
From: "Pandruvada, Srinivas" <srinivas.pandruvada@...el.com>
To: "Kammela, Gayatri" <gayatri.kammela@...el.com>,
"linux-pm@...r.kernel.org" <linux-pm@...r.kernel.org>
CC: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"Zhang, Rui" <rui.zhang@...el.com>,
"dvhart@...radead.org" <dvhart@...radead.org>,
"platform-driver-x86@...r.kernel.org"
<platform-driver-x86@...r.kernel.org>,
"daniel.lezcano@...aro.org" <daniel.lezcano@...aro.org>,
"amit.kucheria@...durent.com" <amit.kucheria@...durent.com>,
"Prestopine, Charles D" <charles.d.prestopine@...el.com>,
"rjw@...ysocki.net" <rjw@...ysocki.net>,
"alex.hung@...onical.com" <alex.hung@...onical.com>,
"lenb@...nel.org" <lenb@...nel.org>,
"linux-acpi@...r.kernel.org" <linux-acpi@...r.kernel.org>,
"andriy.shevchenko@...ux.intel.com"
<andriy.shevchenko@...ux.intel.com>
Subject: Re: [PATCH v2 4/4] thermal: int340x_thermal: Add new Tiger Lake
hardware IDs to support thermal driver
On Fri, 2019-12-13 at 10:14 -0800, Gayatri Kammela wrote:
> Tiger Lake has a new unique hardware IDs to support thermal driver.
> Hence, add them.
>
> Cc: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
> Cc: Zhang rui <rui.zhang@...el.com>
> Cc: Srinivas Pandruvada <srinivas.pandruvada@...el.com>
> Signed-off-by: Gayatri Kammela <gayatri.kammela@...el.com>
Reviewed-by: Pandruvada, Srinivas <srinivas.pandruvada@...el.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 3517883b5cdb..efae0c02d898 100644
> --- a/drivers/thermal/intel/int340x_thermal/int3400_thermal.c
> +++ b/drivers/thermal/intel/int340x_thermal/int3400_thermal.c
> @@ -369,6 +369,7 @@ static int int3400_thermal_remove(struct
> platform_device *pdev)
> }
>
> static const struct acpi_device_id int3400_thermal_match[] = {
> + {"INT1040", 0},
> {"INT3400", 0},
> {}
> };
> diff --git a/drivers/thermal/intel/int340x_thermal/int3403_thermal.c
> b/drivers/thermal/intel/int340x_thermal/int3403_thermal.c
> index a7bbd8584ae2..aeece1e136a5 100644
> --- a/drivers/thermal/intel/int340x_thermal/int3403_thermal.c
> +++ b/drivers/thermal/intel/int340x_thermal/int3403_thermal.c
> @@ -282,6 +282,7 @@ static int int3403_remove(struct platform_device
> *pdev)
> }
>
> static const struct acpi_device_id int3403_device_ids[] = {
> + {"INT1043", 0},
> {"INT3403", 0},
> {"", 0},
> };
Powered by blists - more mailing lists