devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] hwmon: ina233: add ina233 support
@ 2023-09-20  5:47 Delphine CC Chiu
  2023-09-20  5:47 ` [PATCH v1 1/2] dt-bindings: hwmon: add INA233 binding documents Delphine CC Chiu
  2023-09-20  5:47 ` [PATCH v1 2/2] hwmon: Add support for ina233 Delphine CC Chiu
  0 siblings, 2 replies; 6+ messages in thread
From: Delphine CC Chiu @ 2023-09-20  5:47 UTC (permalink / raw)
  To: patrick
  Cc: Delphine CC Chiu, Jean Delvare, Guenter Roeck, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, linux-hwmon, devicetree,
	linux-kernel

Support ina233 driver with binding documents for Meta Yosemite V4 using

Delphine CC Chiu (2):
  dt-bindings: hwmon: add INA233 binding documents
  hwmon: Add support for ina233

 .../devicetree/bindings/hwmon/ina233.txt      | 27 ++++++
 MAINTAINERS                                   |  6 ++
 drivers/hwmon/pmbus/Kconfig                   |  9 ++
 drivers/hwmon/pmbus/Makefile                  |  1 +
 drivers/hwmon/pmbus/ina233.c                  | 89 +++++++++++++++++++
 5 files changed, 132 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwmon/ina233.txt
 create mode 100644 drivers/hwmon/pmbus/ina233.c

-- 
2.25.1


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

end of thread, other threads:[~2023-09-20 16:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-20  5:47 [PATCH v1 0/2] hwmon: ina233: add ina233 support Delphine CC Chiu
2023-09-20  5:47 ` [PATCH v1 1/2] dt-bindings: hwmon: add INA233 binding documents Delphine CC Chiu
2023-09-20  6:47   ` Krzysztof Kozlowski
2023-09-20 16:14   ` Guenter Roeck
2023-09-20  5:47 ` [PATCH v1 2/2] hwmon: Add support for ina233 Delphine CC Chiu
2023-09-20 16:29   ` 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).