[PATCH V2 0/3] hwmon: INA234

Ian Ray posted 3 patches 1 month, 1 week ago
There is a newer version of this series
.../devicetree/bindings/hwmon/ti,ina2xx.yaml  |  3 ++
Documentation/hwmon/ina2xx.rst                | 25 +++++++++++++--
drivers/hwmon/Kconfig                         |  2 +-
drivers/hwmon/ina2xx.c                        | 32 ++++++++++++++++---
4 files changed, 54 insertions(+), 8 deletions(-)
[PATCH V2 0/3] hwmon: INA234
Posted by Ian Ray 1 month, 1 week ago
Add support for INA234.

Changes since v1:
 - Include cover letter
 - Patch 1/3: No changes, kept Reviewed-by from v1
 - Patch 1/3: Commit message clarified
 - Patch 2/3: Tidy-up work identified in v1 review
 - Patch 2/3: Comment INA2xx register definitions
 - Patch 2/3: Drop INA234_CONFIG_DEFAULT
 - Patch 3/3: Initialize has_ishunt, has_power_average

Signed-off-by: Ian Ray <ian.ray@gehealthcare.com> 
---
Ian Ray (3):
  dt-bindings: hwmon: ti,ina2xx: Add INA234 device
  hwmon: (ina2xx) Make it easier to add more devices
  hwmon: (ina2xx) Add support for INA234

 .../devicetree/bindings/hwmon/ti,ina2xx.yaml  |  3 ++
 Documentation/hwmon/ina2xx.rst                | 25 +++++++++++++--
 drivers/hwmon/Kconfig                         |  2 +-
 drivers/hwmon/ina2xx.c                        | 32 ++++++++++++++++---
 4 files changed, 54 insertions(+), 8 deletions(-)

-- 
2.49.0
Re: [PATCH V2 0/3] hwmon: INA234
Posted by Jens Almer 1 month, 1 week ago
Tested on a Mono Gateway Development Kit. All sensors reported and the values were in line with a patch created by Tomaz Zaman against the NXP 6.12 fork.

Tested-by: Jens Almer <bagawk@gmail.com>