devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] riscv: sophgo: add thermal sensor support for cv180x/sg200x SoCs
@ 2024-07-16  9:40 Haylen Chu
  2024-07-16  9:42 ` [PATCH v4 1/3] dt-bindings: thermal: sophgo,cv1800-thermal: Add Sophgo CV1800 thermal Haylen Chu
                   ` (2 more replies)
  0 siblings, 3 replies; 23+ messages in thread
From: Haylen Chu @ 2024-07-16  9:40 UTC (permalink / raw)
  To: Rafael J. Wysocki, Daniel Lezcano, Zhang Rui, Lukasz Luba,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, Chen Wang,
	Inochi Amaoto, Paul Walmsley, Palmer Dabbelt, Albert Ou,
	Jisheng Zhang
  Cc: linux-pm, devicetree, linux-kernel, linux-riscv, Haylen Chu

This series implements driver for Sophgo cv180x/sg200x on-chip thermal
sensor and adds thermal zones for CV1800B SoCs.

Changed from v3:
1. style improvments
2. drop unnecessary dt parameters for simplicity

Changed from v2:
1. style and code improvements
2. use human-readable value for sensor parameters

Changed from v1:
1. style and code improvements
2. make sample parameters configurable
3. generalize document temperature calculating formula

Haylen Chu (3):
  dt-bindings: thermal: sophgo,cv1800-thermal: Add Sophgo CV1800 thermal
  riscv: dts: sophgo: cv18xx: Add sensor device and thermal zone
  thermal: cv180x: Add cv180x thermal driver support

 .../thermal/sophgo,cv1800-thermal.yaml        |  55 ++++
 arch/riscv/boot/dts/sophgo/cv1800b.dtsi       |  30 +++
 arch/riscv/boot/dts/sophgo/cv18xx.dtsi        |   8 +
 drivers/thermal/Kconfig                       |   6 +
 drivers/thermal/Makefile                      |   1 +
 drivers/thermal/cv180x_thermal.c              | 241 ++++++++++++++++++
 6 files changed, 341 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/thermal/sophgo,cv1800-thermal.yaml
 create mode 100644 drivers/thermal/cv180x_thermal.c

-- 
2.45.2


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

end of thread, other threads:[~2024-07-19  1:27 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-16  9:40 [PATCH v4 0/3] riscv: sophgo: add thermal sensor support for cv180x/sg200x SoCs Haylen Chu
2024-07-16  9:42 ` [PATCH v4 1/3] dt-bindings: thermal: sophgo,cv1800-thermal: Add Sophgo CV1800 thermal Haylen Chu
2024-07-16 12:43   ` Chen Wang
2024-07-16 15:48     ` Conor Dooley
2024-07-17  0:05       ` Chen Wang
2024-07-17  1:27         ` Inochi Amaoto
2024-07-17  2:14           ` Chen Wang
2024-07-17  2:27             ` Inochi Amaoto
2024-07-17  5:30               ` Haylen Chu
2024-07-17  5:19         ` Haylen Chu
2024-07-17  9:12           ` Krzysztof Kozlowski
2024-07-18  7:04             ` Haylen Chu
2024-07-18 10:53               ` Krzysztof Kozlowski
2024-07-16 15:56   ` Krzysztof Kozlowski
2024-07-16  9:42 ` [PATCH v4 2/3] riscv: dts: sophgo: cv18xx: Add sensor device and thermal zone Haylen Chu
2024-07-16 12:31   ` Chen Wang
2024-07-16 15:56   ` Krzysztof Kozlowski
2024-07-16  9:42 ` [PATCH v4 3/3] thermal: cv180x: Add cv180x thermal driver support Haylen Chu
2024-07-16 12:48   ` Chen Wang
2024-07-17  5:32     ` Haylen Chu
2024-07-17  6:22   ` Inochi Amaoto
2024-07-18  6:49     ` Haylen Chu
2024-07-19  1:26       ` Inochi Amaoto

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