All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] hwmon: (isl28022) new driver for ISL28022 power monitor
@ 2023-08-21 16:40 Carsten Spieß
  2023-08-21 16:40 ` [PATCH v5 1/2] " Carsten Spieß
  2023-08-21 16:40 ` [PATCH v5 2/2] dt-bindings: hwmon: add renesas,isl28022 Carsten Spieß
  0 siblings, 2 replies; 6+ messages in thread
From: Carsten Spieß @ 2023-08-21 16:40 UTC (permalink / raw)
  To: Carsten Spieß, Jean Delvare, Guenter Roeck, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Jonathan Corbet,
	Geert Uytterhoeven, Magnus Damm
  Cc: 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

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

 .../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                      | 471 ++++++++++++++++++
 7 files changed, 619 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] 6+ messages in thread

end of thread, other threads:[~2024-05-09  8:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-21 16:40 [PATCH v5 0/2] hwmon: (isl28022) new driver for ISL28022 power monitor Carsten Spieß
2023-08-21 16:40 ` [PATCH v5 1/2] " Carsten Spieß
2023-08-28  9:43   ` Uwe Kleine-König
2023-08-29  2:28   ` Guenter Roeck
2024-05-09  8:18   ` Delphine_CC_Chiu/WYHQ/Wiwynn
2023-08-21 16:40 ` [PATCH v5 2/2] dt-bindings: hwmon: add renesas,isl28022 Carsten Spieß

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.