Support ina233 driver with binding documents. Leo Yang (2): dt-bindings: Add INA233 device hwmon: Add driver for TI INA233 Current and Power Monitor .../bindings/hwmon/pmbus/ti,ina233.yaml | 57 +++++ Documentation/hwmon/ina233.rst | 77 +++++++ Documentation/hwmon/index.rst | 1 + MAINTAINERS | 9 + drivers/hwmon/pmbus/Kconfig | 9 + drivers/hwmon/pmbus/Makefile | 1 + drivers/hwmon/pmbus/ina233.c | 200 ++++++++++++++++++ 7 files changed, 354 insertions(+) create mode 100644 Documentation/devicetree/bindings/hwmon/pmbus/ti,ina233.yaml create mode 100644 Documentation/hwmon/ina233.rst create mode 100644 drivers/hwmon/pmbus/ina233.c -- 2.39.2