public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] thermal: renesas: Add support fot RZ/G3E
@ 2025-02-20 15:26 John Madieu
  2025-02-20 15:26 ` [PATCH 1/7] soc: renesas: rz-sysc: add syscon/regmap support John Madieu
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: John Madieu @ 2025-02-20 15:26 UTC (permalink / raw)
  To: mturquette, magnus.damm, krzk+dt, rui.zhang, daniel.lezcano,
	sboyd, geert+renesas, lukasz.luba, rafael, robh, p.zabel
  Cc: biju.das.jz, claudiu.beznea.uj, conor+dt, devicetree, john.madieu,
	linux-kernel, linux-renesas-soc, linux-clk, John Madieu

Hello,

This series adds support for the temperature sensor unit (TSU) found on the
Renesas RZ/G3E SoC.

The series consists of 7 patches (some of which are not related to the thermal
framework) that progressively add TSU support as follows:
- patch 1/7:	adds syscon/regmap support for accessing system controller
		registers, enabling access to TSU calibration values
- patch 2/7:	adds clock and reset signals to the CPG driver

- patch 3/7:	adds dt-bindings
- patch 4/7:	adds the actual TSU driver for the RZ/G3E
- patch 5/6:	adds safety mechanism to make sure we we protect the chip in
		case of consecutive read failures
- patch 6-7/7:	add DT node and defconfig enablement

Regards,

John Madieu (7):
  soc: renesas: rz-sysc: add syscon/regmap support
  clk: renesas: r9a09g047: Add clock and reset signals for the TSU IP
  dt-bindings: thermal: r9a09g047-tsu: Document the TSU unit
  thermal: renesas: rzg3e: Add thermal driver for the Renesas RZ/G3E SoC
  thermal: renesas: rzg3e: Add safety check when reading temperature
  arm64: dts: renesas: r9a09g047: Add TSU node
  arm64: defconfig: Enable RZ/G3E thermal

 .../thermal/renesas,r9a09g047-tsu.yaml        | 123 +++++
 MAINTAINERS                                   |   7 +
 arch/arm64/boot/dts/renesas/r9a09g047.dtsi    |  49 ++
 arch/arm64/configs/defconfig                  |   1 +
 drivers/clk/renesas/r9a09g047-cpg.c           |   3 +
 drivers/soc/renesas/Kconfig                   |   1 +
 drivers/soc/renesas/r9a09g047-sys.c           |   1 +
 drivers/soc/renesas/rz-sysc.c                 |  30 +-
 drivers/soc/renesas/rz-sysc.h                 |   2 +
 drivers/thermal/renesas/Kconfig               |   7 +
 drivers/thermal/renesas/Makefile              |   1 +
 drivers/thermal/renesas/rzg3e_thermal.c       | 479 ++++++++++++++++++
 12 files changed, 703 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/thermal/renesas,r9a09g047-tsu.yaml
 create mode 100644 drivers/thermal/renesas/rzg3e_thermal.c

-- 
2.25.1


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

end of thread, other threads:[~2025-02-27 11:06 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-20 15:26 [PATCH 0/7] thermal: renesas: Add support fot RZ/G3E John Madieu
2025-02-20 15:26 ` [PATCH 1/7] soc: renesas: rz-sysc: add syscon/regmap support John Madieu
2025-02-20 15:26 ` [PATCH 2/7] clk: renesas: r9a09g047: Add clock and reset signals for the TSU IP John Madieu
2025-02-20 15:26 ` [PATCH 3/7] dt-bindings: thermal: r9a09g047-tsu: Document the TSU unit John Madieu
2025-02-20 18:15   ` Rob Herring (Arm)
2025-02-26 15:49     ` John Madieu
2025-02-20 19:17   ` Rob Herring
2025-02-26 15:40     ` John Madieu
2025-02-27  9:11       ` Geert Uytterhoeven
2025-02-27 11:06         ` John Madieu
2025-02-20 15:26 ` [PATCH 4/7] thermal: renesas: rzg3e: Add thermal driver for the Renesas RZ/G3E SoC John Madieu
2025-02-20 15:26 ` [PATCH 5/7] thermal: renesas: rzg3e: Add safety check when reading temperature John Madieu
2025-02-20 15:26 ` [PATCH 6/7] arm64: dts: renesas: r9a09g047: Add TSU node John Madieu
2025-02-20 15:26 ` [PATCH 7/7] arm64: defconfig: Enable RZ/G3E thermal John Madieu

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