mbox series

[0/4] hwmon: add ti,ina237 support to ina238 driver

Message ID 20231025-ina237-v1-0-a0196119720c@linux.dev (mailing list archive)
Headers show
Series hwmon: add ti,ina237 support to ina238 driver | expand

Message

Richard Leitner Oct. 25, 2023, 10:34 a.m. UTC
This series adds support for the ina237 power monitor to the ina238
driver as those two are very similar.

As the driver missed MAINTAINERS and dt-bindings I've also added them.
If this is incorrect please just ignore the patches or drop me a line so
I can provide a v2.

Signed-off-by: Richard Leitner <richard.leitner@linux.dev>
---
Richard Leitner (4):
      MAINTAINERS: Add entry for ina238 driver
      dt-bindings: hwmon: add ti,ina238
      hwmon: ina238: add ina237 support
      dt-bindings: hwmon: ti,ina238: add ti,ina237

 .../devicetree/bindings/hwmon/ti,ina238.yaml       | 47 ++++++++++++++++++++++
 MAINTAINERS                                        |  7 ++++
 drivers/hwmon/ina238.c                             |  3 +-
 3 files changed, 56 insertions(+), 1 deletion(-)
---
base-commit: 4f82870119a46b0d04d91ef4697ac4977a255a9d
change-id: 20231025-ina237-0f1a9c14fd5d

Best regards,