linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] thermal: rcar_gen3_thermal: Add r8a779f0 support
@ 2022-07-05 19:55 Wolfram Sang
  2022-07-15 22:46 ` Daniel Lezcano
  2022-07-28 10:44 ` [tip: timers/core] thermal/drivers/rcar_gen3_thermal: " tip-bot2 for Wolfram Sang
  0 siblings, 2 replies; 3+ messages in thread
From: Wolfram Sang @ 2022-07-05 19:55 UTC (permalink / raw)
  To: linux-renesas-soc
  Cc: Wolfram Sang, Niklas Söderlund, Geert Uytterhoeven,
	Rafael J. Wysocki, Daniel Lezcano, Amit Kucheria, Zhang Rui,
	linux-pm, linux-kernel

Add support for R-Car S4.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
Change since V1: added tags from Niklas and Geert (Thanks!)

 drivers/thermal/rcar_gen3_thermal.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/thermal/rcar_gen3_thermal.c b/drivers/thermal/rcar_gen3_thermal.c
index e2020c6308cc..cda7c52f2319 100644
--- a/drivers/thermal/rcar_gen3_thermal.c
+++ b/drivers/thermal/rcar_gen3_thermal.c
@@ -399,6 +399,10 @@ static const struct of_device_id rcar_gen3_thermal_dt_ids[] = {
 		.compatible = "renesas,r8a779a0-thermal",
 		.data = &rcar_gen3_ths_tj_1,
 	},
+	{
+		.compatible = "renesas,r8a779f0-thermal",
+		.data = &rcar_gen3_ths_tj_1,
+	},
 	{},
 };
 MODULE_DEVICE_TABLE(of, rcar_gen3_thermal_dt_ids);
-- 
2.35.1


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

* Re: [PATCH v2] thermal: rcar_gen3_thermal: Add r8a779f0 support
  2022-07-05 19:55 [PATCH v2] thermal: rcar_gen3_thermal: Add r8a779f0 support Wolfram Sang
@ 2022-07-15 22:46 ` Daniel Lezcano
  2022-07-28 10:44 ` [tip: timers/core] thermal/drivers/rcar_gen3_thermal: " tip-bot2 for Wolfram Sang
  1 sibling, 0 replies; 3+ messages in thread
From: Daniel Lezcano @ 2022-07-15 22:46 UTC (permalink / raw)
  To: Wolfram Sang, linux-renesas-soc
  Cc: Niklas Söderlund, Geert Uytterhoeven, Rafael J. Wysocki,
	Amit Kucheria, Zhang Rui, linux-pm, linux-kernel

On 05/07/2022 21:55, Wolfram Sang wrote:
> Add support for R-Car S4.
> 
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Applied, thanks




-- 
<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] 3+ messages in thread

* [tip: timers/core] thermal/drivers/rcar_gen3_thermal: Add r8a779f0 support
  2022-07-05 19:55 [PATCH v2] thermal: rcar_gen3_thermal: Add r8a779f0 support Wolfram Sang
  2022-07-15 22:46 ` Daniel Lezcano
@ 2022-07-28 10:44 ` tip-bot2 for Wolfram Sang
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot2 for Wolfram Sang @ 2022-07-28 10:44 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: Wolfram Sang, niklas.soderlund, Geert Uytterhoeven,
	Daniel Lezcano, x86, linux-kernel

The following commit has been merged into the timers/core branch of tip:

Commit-ID:     5b2ca9bc3f1bb1a65e8a2c636047ea51aaa924b1
Gitweb:        https://git.kernel.org/tip/5b2ca9bc3f1bb1a65e8a2c636047ea51aaa924b1
Author:        Wolfram Sang <wsa+renesas@sang-engineering.com>
AuthorDate:    Tue, 05 Jul 2022 21:55:20 +02:00
Committer:     Daniel Lezcano <daniel.lezcano@linaro.org>
CommitterDate: Sat, 16 Jul 2022 00:45:33 +02:00

thermal/drivers/rcar_gen3_thermal: Add r8a779f0 support

Add support for R-Car S4.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20220705195520.2581-1-wsa+renesas@sang-engineering.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
---
 drivers/thermal/rcar_gen3_thermal.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/thermal/rcar_gen3_thermal.c b/drivers/thermal/rcar_gen3_thermal.c
index 43eb25b..ccdf8a2 100644
--- a/drivers/thermal/rcar_gen3_thermal.c
+++ b/drivers/thermal/rcar_gen3_thermal.c
@@ -399,6 +399,10 @@ static const struct of_device_id rcar_gen3_thermal_dt_ids[] = {
 		.compatible = "renesas,r8a779a0-thermal",
 		.data = &rcar_gen3_ths_tj_1,
 	},
+	{
+		.compatible = "renesas,r8a779f0-thermal",
+		.data = &rcar_gen3_ths_tj_1,
+	},
 	{},
 };
 MODULE_DEVICE_TABLE(of, rcar_gen3_thermal_dt_ids);

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

end of thread, other threads:[~2022-07-28 10:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-05 19:55 [PATCH v2] thermal: rcar_gen3_thermal: Add r8a779f0 support Wolfram Sang
2022-07-15 22:46 ` Daniel Lezcano
2022-07-28 10:44 ` [tip: timers/core] thermal/drivers/rcar_gen3_thermal: " tip-bot2 for Wolfram Sang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).