All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] thermal: int340x: Support Alder Lake
@ 2020-11-17 19:48 Srinivas Pandruvada
  2020-12-16  1:59 ` srinivas pandruvada
  2020-12-18  8:10 ` [thermal: thermal/next] " thermal-bot for Srinivas Pandruvada
  0 siblings, 2 replies; 4+ messages in thread
From: Srinivas Pandruvada @ 2020-11-17 19:48 UTC (permalink / raw)
  To: rui.zhang, daniel.lezcano; +Cc: linux-pm, linux-kernel, Srinivas Pandruvada

Add ACPI IDs for thermal drivers for Alder Lake support.

Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.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);
-- 
2.25.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] thermal: int340x: Support Alder Lake
  2020-11-17 19:48 [PATCH] thermal: int340x: Support Alder Lake Srinivas Pandruvada
@ 2020-12-16  1:59 ` srinivas pandruvada
  2020-12-16  5:35   ` Daniel Lezcano
  2020-12-18  8:10 ` [thermal: thermal/next] " thermal-bot for Srinivas Pandruvada
  1 sibling, 1 reply; 4+ messages in thread
From: srinivas pandruvada @ 2020-12-16  1:59 UTC (permalink / raw)
  To: rui.zhang, daniel.lezcano; +Cc: linux-pm, linux-kernel

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@linux.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);


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] thermal: int340x: Support Alder Lake
  2020-12-16  1:59 ` srinivas pandruvada
@ 2020-12-16  5:35   ` Daniel Lezcano
  0 siblings, 0 replies; 4+ messages in thread
From: Daniel Lezcano @ 2020-12-16  5:35 UTC (permalink / raw)
  To: srinivas pandruvada, rui.zhang; +Cc: linux-pm, linux-kernel

On 16/12/2020 02:59, srinivas pandruvada wrote:
> 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?

Ah, sorry. I missed it.

Yes, I will send a second PR with.


-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [thermal: thermal/next] thermal: int340x: Support Alder Lake
  2020-11-17 19:48 [PATCH] thermal: int340x: Support Alder Lake Srinivas Pandruvada
  2020-12-16  1:59 ` srinivas pandruvada
@ 2020-12-18  8:10 ` thermal-bot for Srinivas Pandruvada
  1 sibling, 0 replies; 4+ messages in thread
From: thermal-bot for Srinivas Pandruvada @ 2020-12-18  8:10 UTC (permalink / raw)
  To: linux-pm; +Cc: Srinivas Pandruvada, Daniel Lezcano, rui.zhang, amitk

The following commit has been merged into the thermal/next branch of thermal:

Commit-ID:     67698880ac9d56367ebf22f8336ccab6234f9feb
Gitweb:        https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git//67698880ac9d56367ebf22f8336ccab6234f9feb
Author:        Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
AuthorDate:    Tue, 17 Nov 2020 11:48:02 -08:00
Committer:     Daniel Lezcano <daniel.lezcano@linaro.org>
CommitterDate: Thu, 17 Dec 2020 15:29:30 +01:00

thermal: int340x: Support Alder Lake

Add ACPI IDs for thermal drivers for Alder Lake support.

Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20201117194802.503337-1-srinivas.pandruvada@linux.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 0966551..823354a 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 ec1d58c..c3c4c4d 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);

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-12-18  8:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-17 19:48 [PATCH] thermal: int340x: Support Alder Lake Srinivas Pandruvada
2020-12-16  1:59 ` srinivas pandruvada
2020-12-16  5:35   ` Daniel Lezcano
2020-12-18  8:10 ` [thermal: thermal/next] " thermal-bot for Srinivas Pandruvada

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.