[PATCH v2 0/8] hwmon: (ina3221) Various improvement and add support for SQ52210

Wenliang Yan posted 8 patches 1 week, 6 days ago
There is a newer version of this series
.../devicetree/bindings/hwmon/ti,ina3221.yaml |   4 +-
Documentation/hwmon/ina3221.rst               |  24 +
drivers/hwmon/ina3221.c                       | 520 +++++++++++++++++-
3 files changed, 533 insertions(+), 15 deletions(-)
[PATCH v2 0/8] hwmon: (ina3221) Various improvement and add support for SQ52210
Posted by Wenliang Yan 1 week, 6 days ago
Revised based on feedback from the previous version:

1.Adjusted the description in dt-bindings: only added a compatible string
for sq52210.

2.Modified the register read/write value conversion function, refined the
calculation logic for each register, and reduced unnecessary function
calls.

3.Restructured the patch content for easier review.

---
v1: https://lore.kernel.org/linux-hwmon/20251111080546.32421-1-wenliang202407@163.com/

Wenliang Yan (8):
  dt-bindings: hwmon: ti,ina3221: Add SQ52210
  hwmon: (ina3221) Add support for SQ52210
  hwmon: (ina3221) Pre-calculate current and power LSB
  hwmon: (ina3221) Support alert configuration
  hwmon: (ina3221) Introduce power attribute and alert characteristics
  hwmon: (ina3221) Support for writing alert limit values and modify
    the 'ina3221_read_value' function.
  hwmon: (ina3221) Support write/read functions for 'power' attribute
  hwmon: (ina3221) Modify write/read functions for 'in' and 'curr'
    attribute

 .../devicetree/bindings/hwmon/ti,ina3221.yaml |   4 +-
 Documentation/hwmon/ina3221.rst               |  24 +
 drivers/hwmon/ina3221.c                       | 520 +++++++++++++++++-
 3 files changed, 533 insertions(+), 15 deletions(-)

-- 
2.17.1