devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add support for H616 Thermal system
@ 2023-08-18  8:43 Martin Botka
  2023-08-18  8:43 ` [PATCH 1/3] dt-bindings: thermal: sun8i: Add binding for H616 THS controller Martin Botka
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Martin Botka @ 2023-08-18  8:43 UTC (permalink / raw)
  To: Vasily Khoruzhick, Yangtao Li, Rafael J. Wysocki, Daniel Lezcano,
	Amit Kucheria, Zhang Rui, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Chen-Yu Tsai, Jernej Skrabec, Samuel Holland
  Cc: linux-pm, devicetree, linux-arm-kernel, linux-sunxi, linux-kernel,
	Andre Przywara, Alan Ma, Luke Harrison, Marijn Suijten,
	AngeloGioacchino Del Regno, Konrad Dybcio, Martin Botka,
	Martin Botka

Hello,

This patch series adds support to thermal system
found in H616 SoC.

There are 4 thermal sensors in this SoC.
One for GPU, CPU, DRAM and VE.

Trips while unused for now until cpufreq is implemented
(WIP) are required by dt-bindings and thus included here.

Cheers,
Martin

---------------

Hello,
Im very much not sure if the trips should be included or not.
Since they are not optional part I decided to add them but
please let me know.

Cheers,
Martin

Signed-off-by: Martin Botka <martin.botka@somainline.org>
---
Martin Botka (3):
      dt-bindings: thermal: sun8i: Add binding for H616 THS controller
      thermal: sun8i: Add support for H616 THS controller
      arm64: dts: allwinner: h616: Add thermal sensor and thermal zones

 .../bindings/thermal/allwinner,sun8i-a83t-ths.yaml |   3 +
 arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi     |  87 ++++++++++++++++
 drivers/thermal/sun8i_thermal.c                    | 115 +++++++++++++++++++++
 3 files changed, 205 insertions(+)
---
base-commit: a25793039a9cd5ac67d38a86dd2eb414abb93aa6
change-id: 20230815-ths-h616-77b2db565249

Best regards,
-- 
Martin Botka <martin.botka@somainline.org>


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

end of thread, other threads:[~2023-08-18 12:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-18  8:43 [PATCH 0/3] Add support for H616 Thermal system Martin Botka
2023-08-18  8:43 ` [PATCH 1/3] dt-bindings: thermal: sun8i: Add binding for H616 THS controller Martin Botka
2023-08-18 10:37   ` Andre Przywara
2023-08-18 11:39   ` Krzysztof Kozlowski
2023-08-18  8:43 ` [PATCH 2/3] thermal: sun8i: Add support " Martin Botka
2023-08-18 10:29   ` Andre Przywara
2023-08-18 10:54     ` Martin Botka
2023-08-18 12:06       ` Andre Przywara
2023-08-18 12:25         ` Martin Botka
2023-08-18  8:43 ` [PATCH 3/3] arm64: dts: allwinner: h616: Add thermal sensor and thermal zones Martin Botka

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).