devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v8 0/2] hwmon: (isl28022) new driver for ISL28022 power monitor
@ 2024-10-02  8:11 Yikai Tsai
  2024-10-02  8:11 ` [PATCH v8 1/2] dt-bindings: hwmon: add renesas,isl28022 Yikai Tsai
  2024-10-02  8:11 ` [PATCH v8 2/2] hwmon: (isl28022) new driver for ISL28022 power monitor Yikai Tsai
  0 siblings, 2 replies; 5+ messages in thread
From: Yikai Tsai @ 2024-10-02  8:11 UTC (permalink / raw)
  To: patrick, Geert Uytterhoeven, Magnus Damm
  Cc: Yikai Tsai, Carsten Spieß, Jean Delvare, Guenter Roeck,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, Jonathan Corbet,
	linux-hwmon, devicetree, linux-kernel, linux-doc,
	linux-renesas-soc

Driver for Renesas ISL28022 power monitor chip.
Found e.g. on Ubiquiti Edgerouter ER-6P

v8: fix mistakenly removed Reviewed-by
v8: fix incorrect use of dev_err_probe
v7: move dt-bindings to the first patch
v7: fix unreasonable code
v7: separate voltage, current, and power reading functions
v6: shunt voltage in mV and revise code
v5: review comments incorporated
v4: property compatible fixed
v3: changelog added
v2: properties reworked
v2: calculations fixed
v2: shunt voltage input moved to debugfs
v2: documentation and devicetree schema reworked
v1: created

Yikai Tsai (2):
  dt-bindings: hwmon: add renesas,isl28022
  hwmon: (isl28022) new driver for ISL28022 power monitor

 .../bindings/hwmon/renesas,isl28022.yaml      |  64 +++
 Documentation/hwmon/index.rst                 |   1 +
 Documentation/hwmon/isl28022.rst              |  63 ++
 MAINTAINERS                                   |   8 +
 drivers/hwmon/Kconfig                         |  11 +
 drivers/hwmon/Makefile                        |   1 +
 drivers/hwmon/isl28022.c                      | 536 ++++++++++++++++++
 7 files changed, 684 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwmon/renesas,isl28022.yaml
 create mode 100644 Documentation/hwmon/isl28022.rst
 create mode 100644 drivers/hwmon/isl28022.c

-- 
2.34.1


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

end of thread, other threads:[~2024-10-17 22:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-02  8:11 [PATCH v8 0/2] hwmon: (isl28022) new driver for ISL28022 power monitor Yikai Tsai
2024-10-02  8:11 ` [PATCH v8 1/2] dt-bindings: hwmon: add renesas,isl28022 Yikai Tsai
2024-10-17 22:21   ` Guenter Roeck
2024-10-02  8:11 ` [PATCH v8 2/2] hwmon: (isl28022) new driver for ISL28022 power monitor Yikai Tsai
2024-10-17 22:23   ` Guenter Roeck

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