public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Add driver support for ESWIN EIC7700 PVT controller
@ 2026-01-09  9:07 hehuan1
  2026-01-09  9:08 ` [PATCH v1 1/2] dt-bindings: hwmon: Add Eswin EIC7700 PVT sensor hehuan1
  2026-01-09  9:09 ` [PATCH v1 2/2] hwmon: Add Eswin EIC7700 PVT sensor driver hehuan1
  0 siblings, 2 replies; 9+ messages in thread
From: hehuan1 @ 2026-01-09  9:07 UTC (permalink / raw)
  To: linux, robh, krzk+dt, conor+dt, linux-hwmon, devicetree,
	linux-kernel, p.zabel
  Cc: ningyu, linmin, pinkesh.vaghela, luyulin, hehuan1, weishangjuan

From: Huan He <hehuan1@eswincomputing.com>

Add support for the ESWIN EIC7700 PVT (Process, Voltage, Temperature)
sensor

Features:
The driver supports monitoring of process, voltage and temperature
parameters through the hardware monitoring subsystem. It provides an
access to the sampled Temperature and Voltage.

Test:
Tested this patch on the SiFive HiFive Premier P550 (which uses the ESWIN
EIC7700 SoC).

Huan He (2):
  dt-bindings: hwmon: Add Eswin EIC7700 PVT sensor
  hwmon: Add Eswin EIC7700 PVT sensor driver

 .../bindings/hwmon/eswin,eic7700-pvt.yaml     |  92 ++
 drivers/hwmon/Kconfig                         |  12 +
 drivers/hwmon/Makefile                        |   1 +
 drivers/hwmon/eic7700-pvt.c                   | 797 ++++++++++++++++++
 drivers/hwmon/eic7700-pvt.h                   | 128 +++
 5 files changed, 1030 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwmon/eswin,eic7700-pvt.yaml
 create mode 100644 drivers/hwmon/eic7700-pvt.c
 create mode 100644 drivers/hwmon/eic7700-pvt.h

-- 
2.25.1


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

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-09  9:07 [PATCH v1 0/2] Add driver support for ESWIN EIC7700 PVT controller hehuan1
2026-01-09  9:08 ` [PATCH v1 1/2] dt-bindings: hwmon: Add Eswin EIC7700 PVT sensor hehuan1
2026-01-11 10:30   ` Krzysztof Kozlowski
2026-01-14  5:55     ` Huan He
2026-01-09  9:09 ` [PATCH v1 2/2] hwmon: Add Eswin EIC7700 PVT sensor driver hehuan1
2026-01-11 10:35   ` Krzysztof Kozlowski
2026-01-14  5:56     ` Huan He
2026-01-12 20:01   ` Guenter Roeck
2026-01-16  4:30     ` Huan He

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