[PATCH v1 0/2] hwmon: ina233: add ina233 support

From: Delphine CC Chiu
Date: Wed Sep 20 2023 - 01:47:56 EST


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