[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <25a7feacbd75821385aa310f3dbd87f70ed3ead2.camel@intel.com>
Date: Tue, 31 Mar 2020 10:38:04 +0800
From: Zhang Rui <rui.zhang@...el.com>
To: Gayatri Kammela <gayatri.kammela@...el.com>,
linux-pm@...r.kernel.org
Cc: platform-driver-x86@...r.kernel.org, linux-kernel@...r.kernel.org,
lenb@...nel.org, dvhart@...radead.org, alex.hung@...onical.com,
daniel.lezcano@...aro.org, amit.kucheria@...durent.com,
mika.westerberg@...el.com, peterz@...radead.org,
charles.d.prestopine@...el.com, "5 . 6+" <stable@...r.kernel.org>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
Srinivas Pandruvada <srinivas.pandruvada@...el.com>,
"Rafael J . Wysocki" <rafael.j.wysocki@...el.com>
Subject: Re: [PATCH v2 3/3] thermal: int340x_thermal: fix: Update Tiger Lake
ACPI device IDs
On Fri, 2020-03-27 at 14:28 -0700, Gayatri Kammela wrote:
> Tiger Lake's new unique ACPI device IDs for Intel thermal driver are
> not
> valid because of missing 'C' in the IDs. Fix the IDs by updating
> them.
>
> After the update, the new IDs should now look like
> INT1040 --> INTC1040
> INT1043 --> INTC1043
>
> Fixes: 9b1b5535dfc9 ("thermal: int340x_thermal: Add Tiger Lake ACPI
> device IDs")
> Cc: 5.6+ <stable@...r.kernel.org> # 5.6+
> Cc: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
> Cc: Srinivas Pandruvada <srinivas.pandruvada@...el.com>
> Cc: Rafael J. Wysocki <rafael.j.wysocki@...el.com>
> Suggested-by: Srinivas Pandruvada <srinivas.pandruvada@...el.com>
> Signed-off-by: Gayatri Kammela <gayatri.kammela@...el.com>
Acked-by: Zhang Rui <rui.zhang@...el.com>
thanks,
rui
> ---
> drivers/thermal/intel/int340x_thermal/int3400_thermal.c | 2 +-
> drivers/thermal/intel/int340x_thermal/int3403_thermal.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/thermal/intel/int340x_thermal/int3400_thermal.c
> b/drivers/thermal/intel/int340x_thermal/int3400_thermal.c
> index efae0c02d898..71a9877b85a5 100644
> --- a/drivers/thermal/intel/int340x_thermal/int3400_thermal.c
> +++ b/drivers/thermal/intel/int340x_thermal/int3400_thermal.c
> @@ -369,7 +369,7 @@ static int int3400_thermal_remove(struct
> platform_device *pdev)
> }
>
> static const struct acpi_device_id int3400_thermal_match[] = {
> - {"INT1040", 0},
> + {"INTC1040", 0},
> {"INT3400", 0},
> {}
> };
> diff --git a/drivers/thermal/intel/int340x_thermal/int3403_thermal.c
> b/drivers/thermal/intel/int340x_thermal/int3403_thermal.c
> index aeece1e136a5..3849d5869609 100644
> --- a/drivers/thermal/intel/int340x_thermal/int3403_thermal.c
> +++ b/drivers/thermal/intel/int340x_thermal/int3403_thermal.c
> @@ -282,7 +282,7 @@ static int int3403_remove(struct platform_device
> *pdev)
> }
>
> static const struct acpi_device_id int3403_device_ids[] = {
> - {"INT1043", 0},
> + {"INTC1043", 0},
> {"INT3403", 0},
> {"", 0},
> };
Powered by blists - more mailing lists