public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/3] hwmon: (isl28022) new driver for ISL28022 power monitor
@ 2024-09-06  6:14 Delphine CC Chiu
  2024-09-06  6:14 ` [PATCH v6 1/3] " Delphine CC Chiu
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Delphine CC Chiu @ 2024-09-06  6:14 UTC (permalink / raw)
  To: patrick, Geert Uytterhoeven, Magnus Damm
  Cc: Delphine CC Chiu, 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

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

Carsten Spieß (2):
  hwmon: (isl28022) new driver for ISL28022 power monitor
  dt-bindings: hwmon: add renesas,isl28022

Delphine CC Chiu (1):
  hwmon: (isl28022) support shunt voltage 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                      | 510 ++++++++++++++++++
 7 files changed, 658 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.25.1


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

end of thread, other threads:[~2024-09-10  5:13 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-06  6:14 [PATCH v6 0/3] hwmon: (isl28022) new driver for ISL28022 power monitor Delphine CC Chiu
2024-09-06  6:14 ` [PATCH v6 1/3] " Delphine CC Chiu
2024-09-06  6:35   ` Biju Das
2024-09-06 18:58   ` kernel test robot
2024-09-06  6:14 ` [PATCH v6 2/3] dt-bindings: hwmon: add renesas,isl28022 Delphine CC Chiu
2024-09-06  6:28   ` Biju Das
2024-09-06  7:29   ` Krzysztof Kozlowski
2024-09-06  6:14 ` [PATCH v6 3/3] hwmon: (isl28022) support shunt voltage for ISL28022 power monitor Delphine CC Chiu
2024-09-06  7:31   ` Krzysztof Kozlowski
2024-09-06 11:57   ` Guenter Roeck
2024-09-10  5:12   ` kernel test robot

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