mbox series

[0/2] hwmon: Add support for INA233

Message ID 20250106071337.3017926-1-Leo-Yang@quantatw.com (mailing list archive)
Headers show
Series hwmon: Add support for INA233 | expand

Message

Leo Yang Jan. 6, 2025, 7:13 a.m. UTC
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