public inbox for cip-dev@lists.cip-project.org
 help / color / mirror / Atom feed
* [PATCH 6.12.y-cip 00/11] Add TSU support for RZ/T2H and RZ/N2H
@ 2026-04-10 17:02 Cosmin Tanislav
  2026-04-10 17:02 ` [PATCH 6.12.y-cip 01/11] clk: renesas: r9a09g077: Add TSU module clock Cosmin Tanislav
                   ` (11 more replies)
  0 siblings, 12 replies; 16+ messages in thread
From: Cosmin Tanislav @ 2026-04-10 17:02 UTC (permalink / raw)
  To: cip-dev, pavel, nobuhiro.iwamatsu.x90

Renesas RZ/T2H (R9A09G077) and RZ/N2H (R9A09G087) SoCs expose the
temperature calibration via SMC SIP and do not have a reset for the
TSU peripheral, and use different minimum and maximum temperature values
compared to RZ/G3E.

Patches were cherry-picked from upstream kernel, except for patch
7/11 which is needed to fix asynchronous aborts during unbind.

See the MSTOP series for more details:
https://lore.kernel.org/cip-dev/20260115083451.1064048-1-claudiu.beznea.uj@bp.renesas.com/

Cosmin Tanislav (11):
  clk: renesas: r9a09g077: Add TSU module clock
  thermal: renesas: rzg3e: make reset optional
  thermal: renesas: rzg3e: make min and max temperature per-chip
  thermal: renesas: rzg3e: make calibration value retrieval per-chip
  dt-bindings: thermal: r9a09g047-tsu: document RZ/T2H and RZ/N2H
  thermal: renesas: rzg3e: add support for RZ/T2H and RZ/N2H
  PM: domains: Add RZ/T2H and RZ/N2H compatibles to PM domain detach
    list
  arm64: dts: renesas: r9a09g077: Add OPP table
  arm64: dts: renesas: r9a09g077: Add TSU and thermal zones support
  arm64: dts: renesas: r9a09g087: Add OPP table
  arm64: dts: renesas: r9a09g087: Add TSU and thermal zones support

 .../thermal/renesas,r9a09g047-tsu.yaml        |  30 ++++-
 arch/arm64/boot/dts/renesas/r9a09g077.dtsi    |  65 +++++++++
 arch/arm64/boot/dts/renesas/r9a09g087.dtsi    |  65 +++++++++
 drivers/base/power/common.c                   |   2 +
 drivers/clk/renesas/r9a09g077-cpg.c           |   1 +
 drivers/thermal/renesas/rzg3e_thermal.c       | 123 +++++++++++-------
 6 files changed, 234 insertions(+), 52 deletions(-)

-- 
2.53.0



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

end of thread, other threads:[~2026-04-16  4:47 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-10 17:02 [PATCH 6.12.y-cip 00/11] Add TSU support for RZ/T2H and RZ/N2H Cosmin Tanislav
2026-04-10 17:02 ` [PATCH 6.12.y-cip 01/11] clk: renesas: r9a09g077: Add TSU module clock Cosmin Tanislav
2026-04-10 17:02 ` [PATCH 6.12.y-cip 02/11] thermal: renesas: rzg3e: make reset optional Cosmin Tanislav
2026-04-10 17:02 ` [PATCH 6.12.y-cip 03/11] thermal: renesas: rzg3e: make min and max temperature per-chip Cosmin Tanislav
2026-04-10 17:02 ` [PATCH 6.12.y-cip 04/11] thermal: renesas: rzg3e: make calibration value retrieval per-chip Cosmin Tanislav
2026-04-10 17:02 ` [PATCH 6.12.y-cip 05/11] dt-bindings: thermal: r9a09g047-tsu: document RZ/T2H and RZ/N2H Cosmin Tanislav
2026-04-10 17:02 ` [PATCH 6.12.y-cip 06/11] thermal: renesas: rzg3e: add support for " Cosmin Tanislav
2026-04-10 17:02 ` [PATCH 6.12.y-cip 07/11] PM: domains: Add RZ/T2H and RZ/N2H compatibles to PM domain detach list Cosmin Tanislav
2026-04-10 17:02 ` [PATCH 6.12.y-cip 08/11] arm64: dts: renesas: r9a09g077: Add OPP table Cosmin Tanislav
2026-04-10 17:02 ` [PATCH 6.12.y-cip 09/11] arm64: dts: renesas: r9a09g077: Add TSU and thermal zones support Cosmin Tanislav
2026-04-15 21:10   ` Pavel Machek
2026-04-10 17:02 ` [PATCH 6.12.y-cip 10/11] arm64: dts: renesas: r9a09g087: Add OPP table Cosmin Tanislav
2026-04-10 17:02 ` [PATCH 6.12.y-cip 11/11] arm64: dts: renesas: r9a09g087: Add TSU and thermal zones support Cosmin Tanislav
2026-04-15  3:21 ` [PATCH 6.12.y-cip 00/11] Add TSU support for RZ/T2H and RZ/N2H nobuhiro.iwamatsu.x90
2026-04-15  9:39   ` [cip-dev] " Pavel Machek
2026-04-16  4:47     ` nobuhiro.iwamatsu.x90

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox