* [PATCH] thermal/drivers/rcar_gen3: Document Gen4 support in Kconfig entry
@ 2025-09-05 19:32 Marek Vasut
2025-09-05 19:59 ` Niklas Söderlund
0 siblings, 1 reply; 3+ messages in thread
From: Marek Vasut @ 2025-09-05 19:32 UTC (permalink / raw)
To: linux-pm
Cc: Marek Vasut, Niklas Söderlund, Rafael J. Wysocki,
Daniel Lezcano, Geert Uytterhoeven, Lukasz Luba, Magnus Damm,
Zhang Rui, linux-renesas-soc
The R-Car Gen3 thermal driver supports both R-Car Gen3 and Gen4 SoCs.
Update the Kconfig entry.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
---
Cc: "Niklas Söderlund" <niklas.soderlund@ragnatech.se>
Cc: "Rafael J. Wysocki" <rafael@kernel.org>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Lukasz Luba <lukasz.luba@arm.com>
Cc: Magnus Damm <magnus.damm@gmail.com>
Cc: Zhang Rui <rui.zhang@intel.com>
Cc: linux-pm@vger.kernel.org
Cc: linux-renesas-soc@vger.kernel.org
---
drivers/thermal/renesas/Kconfig | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/thermal/renesas/Kconfig b/drivers/thermal/renesas/Kconfig
index dcf5fc5ae08e4..f4af8c7f28b05 100644
--- a/drivers/thermal/renesas/Kconfig
+++ b/drivers/thermal/renesas/Kconfig
@@ -10,13 +10,13 @@ config RCAR_THERMAL
thermal framework.
config RCAR_GEN3_THERMAL
- tristate "Renesas R-Car Gen3 and RZ/G2 thermal driver"
+ tristate "Renesas R-Car Gen3/Gen4 and RZ/G2 thermal driver"
depends on ARCH_RENESAS || COMPILE_TEST
depends on HAS_IOMEM
depends on OF
help
- Enable this to plug the R-Car Gen3 or RZ/G2 thermal sensor driver into
- the Linux thermal framework.
+ Enable this to plug the R-Car Gen3/Gen4 or RZ/G2 thermal sensor
+ driver into the Linux thermal framework.
config RZG2L_THERMAL
tristate "Renesas RZ/G2L thermal driver"
--
2.50.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] thermal/drivers/rcar_gen3: Document Gen4 support in Kconfig entry
2025-09-05 19:32 [PATCH] thermal/drivers/rcar_gen3: Document Gen4 support in Kconfig entry Marek Vasut
@ 2025-09-05 19:59 ` Niklas Söderlund
2025-09-16 8:17 ` Marek Vasut
0 siblings, 1 reply; 3+ messages in thread
From: Niklas Söderlund @ 2025-09-05 19:59 UTC (permalink / raw)
To: Marek Vasut
Cc: linux-pm, Rafael J. Wysocki, Daniel Lezcano, Geert Uytterhoeven,
Lukasz Luba, Magnus Damm, Zhang Rui, linux-renesas-soc
Hi Marek,
Thanks for your patch.
On 2025-09-05 21:32:56 +0200, Marek Vasut wrote:
> The R-Car Gen3 thermal driver supports both R-Car Gen3 and Gen4 SoCs.
> Update the Kconfig entry.
>
> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> ---
> Cc: "Niklas Söderlund" <niklas.soderlund@ragnatech.se>
> Cc: "Rafael J. Wysocki" <rafael@kernel.org>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Cc: Geert Uytterhoeven <geert+renesas@glider.be>
> Cc: Lukasz Luba <lukasz.luba@arm.com>
> Cc: Magnus Damm <magnus.damm@gmail.com>
> Cc: Zhang Rui <rui.zhang@intel.com>
> Cc: linux-pm@vger.kernel.org
> Cc: linux-renesas-soc@vger.kernel.org
> ---
> drivers/thermal/renesas/Kconfig | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/thermal/renesas/Kconfig b/drivers/thermal/renesas/Kconfig
> index dcf5fc5ae08e4..f4af8c7f28b05 100644
> --- a/drivers/thermal/renesas/Kconfig
> +++ b/drivers/thermal/renesas/Kconfig
> @@ -10,13 +10,13 @@ config RCAR_THERMAL
> thermal framework.
>
> config RCAR_GEN3_THERMAL
> - tristate "Renesas R-Car Gen3 and RZ/G2 thermal driver"
> + tristate "Renesas R-Car Gen3/Gen4 and RZ/G2 thermal driver"
> depends on ARCH_RENESAS || COMPILE_TEST
> depends on HAS_IOMEM
> depends on OF
> help
> - Enable this to plug the R-Car Gen3 or RZ/G2 thermal sensor driver into
> - the Linux thermal framework.
> + Enable this to plug the R-Car Gen3/Gen4 or RZ/G2 thermal sensor
> + driver into the Linux thermal framework.
>
> config RZG2L_THERMAL
> tristate "Renesas RZ/G2L thermal driver"
> --
> 2.50.1
>
--
Kind Regards,
Niklas Söderlund
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] thermal/drivers/rcar_gen3: Document Gen4 support in Kconfig entry
2025-09-05 19:59 ` Niklas Söderlund
@ 2025-09-16 8:17 ` Marek Vasut
0 siblings, 0 replies; 3+ messages in thread
From: Marek Vasut @ 2025-09-16 8:17 UTC (permalink / raw)
To: Niklas Söderlund, Daniel Lezcano
Cc: linux-pm, Rafael J. Wysocki, Geert Uytterhoeven, Lukasz Luba,
Magnus Damm, Zhang Rui, linux-renesas-soc
On 9/5/25 9:59 PM, Niklas Söderlund wrote:
Hello Daniel,
> Hi Marek,
>
> Thanks for your patch.
>
> On 2025-09-05 21:32:56 +0200, Marek Vasut wrote:
>> The R-Car Gen3 thermal driver supports both R-Car Gen3 and Gen4 SoCs.
>> Update the Kconfig entry.
>>
>> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
>
> Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
>
>> ---
>> Cc: "Niklas Söderlund" <niklas.soderlund@ragnatech.se>
>> Cc: "Rafael J. Wysocki" <rafael@kernel.org>
>> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
>> Cc: Geert Uytterhoeven <geert+renesas@glider.be>
>> Cc: Lukasz Luba <lukasz.luba@arm.com>
>> Cc: Magnus Damm <magnus.damm@gmail.com>
>> Cc: Zhang Rui <rui.zhang@intel.com>
>> Cc: linux-pm@vger.kernel.org
>> Cc: linux-renesas-soc@vger.kernel.org
>> ---
>> drivers/thermal/renesas/Kconfig | 6 +++---
>> 1 file changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/drivers/thermal/renesas/Kconfig b/drivers/thermal/renesas/Kconfig
>> index dcf5fc5ae08e4..f4af8c7f28b05 100644
>> --- a/drivers/thermal/renesas/Kconfig
>> +++ b/drivers/thermal/renesas/Kconfig
>> @@ -10,13 +10,13 @@ config RCAR_THERMAL
>> thermal framework.
>>
>> config RCAR_GEN3_THERMAL
>> - tristate "Renesas R-Car Gen3 and RZ/G2 thermal driver"
>> + tristate "Renesas R-Car Gen3/Gen4 and RZ/G2 thermal driver"
>> depends on ARCH_RENESAS || COMPILE_TEST
>> depends on HAS_IOMEM
>> depends on OF
>> help
>> - Enable this to plug the R-Car Gen3 or RZ/G2 thermal sensor driver into
>> - the Linux thermal framework.
>> + Enable this to plug the R-Car Gen3/Gen4 or RZ/G2 thermal sensor
>> + driver into the Linux thermal framework.
>>
>> config RZG2L_THERMAL
>> tristate "Renesas RZ/G2L thermal driver"
>> --
>> 2.50.1
If this is OK with you, could you please pick up this trivial fix and
push to kernel.org, so the other trivial fix for rcar_gen3 would be
included in next ?
Thank you
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-09-16 8:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-05 19:32 [PATCH] thermal/drivers/rcar_gen3: Document Gen4 support in Kconfig entry Marek Vasut
2025-09-05 19:59 ` Niklas Söderlund
2025-09-16 8:17 ` Marek Vasut
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox