linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] riscv: sophgo: Add SG2042 external hardware monitor support
@ 2024-04-28  1:29 Inochi Amaoto
  2024-04-28  1:30 ` [PATCH 1/2] dt-bindings: soc: " Inochi Amaoto
  2024-04-28  1:30 ` [PATCH 2/2] drivers: " Inochi Amaoto
  0 siblings, 2 replies; 8+ messages in thread
From: Inochi Amaoto @ 2024-04-28  1:29 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Chen Wang,
	Inochi Amaoto, Paul Walmsley, Palmer Dabbelt, Albert Ou,
	Jean Delvare, Guenter Roeck, Stephen Boyd, Ulf Hansson,
	Samuel Holland, Wei Xu, Huisong Li, Arnd Bergmann
  Cc: devicetree, linux-kernel, linux-riscv, linux-hwmon

Add support for the onboard hardware monitor for SG2042.

Related SBI patch:
https://lists.infradead.org/pipermail/opensbi/2024-April/006849.html

Inochi Amaoto (2):
  dt-bindings: soc: sophgo: Add SG2042 external hardware monitor support
  drivers: soc: sophgo: Add SG2042 external hardware monitor support

 .../soc/sophgo/sophgo,sg2042-hwmon-mcu.yaml   |  40 ++
 drivers/soc/Kconfig                           |   1 +
 drivers/soc/Makefile                          |   1 +
 drivers/soc/sophgo/Kconfig                    |  12 +
 drivers/soc/sophgo/Makefile                   |   5 +
 drivers/soc/sophgo/sg2042-hwmon-mcu.c         | 531 ++++++++++++++++++
 6 files changed, 590 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/soc/sophgo/sophgo,sg2042-hwmon-mcu.yaml
 create mode 100644 drivers/soc/sophgo/Kconfig
 create mode 100644 drivers/soc/sophgo/Makefile
 create mode 100644 drivers/soc/sophgo/sg2042-hwmon-mcu.c

--
2.44.0


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

end of thread, other threads:[~2024-04-28 23:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-28  1:29 [PATCH 0/2] riscv: sophgo: Add SG2042 external hardware monitor support Inochi Amaoto
2024-04-28  1:30 ` [PATCH 1/2] dt-bindings: soc: " Inochi Amaoto
2024-04-28  1:30 ` [PATCH 2/2] drivers: " Inochi Amaoto
2024-04-28  7:00   ` Guenter Roeck
2024-04-28 12:09     ` Inochi Amaoto
2024-04-28 15:42       ` Conor Dooley
2024-04-28 22:44         ` Inochi Amaoto
2024-04-28 23:47   ` Chen Wang

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