This series adds a initial DT binding doc for ina3221. It adds channel names (which should be according to board schematics) and implements the corresponding actions (disabling channels) in the driver. Nicolin Chen (2): dt-bindings: hwmon: Add ina3221 documentation hwmon: ina3221: Get channel names from DT node .../devicetree/bindings/hwmon/ina3221.txt | 23 +++++ drivers/hwmon/ina3221.c | 88 +++++++++++++++++-- 2 files changed, 103 insertions(+), 8 deletions(-) create mode 100644 Documentation/devicetree/bindings/hwmon/ina3221.txt -- 2.17.1