mbox series

[0/2] Add an initial DT binding doc for ina3221

Message ID 20180921000753.21846-1-nicoleotsuka@gmail.com (mailing list archive)
Headers show
Series Add an initial DT binding doc for ina3221 | expand

Message

Nicolin Chen Sept. 21, 2018, 12:07 a.m. UTC
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