mbox series

[0/2] hwmon: ina3221: Add power and enable sysfs nodes

Message ID 20180926064245.4091-1-nicoleotsuka@gmail.com (mailing list archive)
Headers show
Series hwmon: ina3221: Add power and enable sysfs nodes | expand

Message

Nicolin Chen Sept. 26, 2018, 6:42 a.m. UTC
This series of patch is to add three sets of sysfs nodes for ina3221
hwmon driver. PATCH-1 adds two power sysfs nodes while PATCH-2 adds
an enable node.

Note: both two patches are rebased upon the following patch:
        "hwmon: ina3221: Read channel input source info from DT"
      As this patch is still under review (waiting for an ack from DT
      binding side), these two patches can only go through review at
      this point -- needs to wait for the patch above getting merged
      first.

Nicolin Chen (2):
  hwmon: ina3221: Add power sysfs nodes
  hwmon: ina3221: Add enable sysfs nodes

 Documentation/hwmon/ina3221 |   5 +
 drivers/hwmon/ina3221.c     | 228 +++++++++++++++++++++++++++++++++---
 2 files changed, 218 insertions(+), 15 deletions(-)