From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-path: Received: from mail-pf1-f193.google.com ([209.85.210.193]:39639 "EHLO mail-pf1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725861AbeIUFyS (ORCPT ); Fri, 21 Sep 2018 01:54:18 -0400 From: Nicolin Chen To: jdelvare@suse.com, linux@roeck-us.net, robh+dt@kernel.org, mark.rutland@arm.com Cc: afd@ti.com, linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] Add an initial DT binding doc for ina3221 Date: Thu, 20 Sep 2018 17:07:51 -0700 Message-Id: <20180921000753.21846-1-nicoleotsuka@gmail.com> Sender: linux-hwmon-owner@vger.kernel.org List-Id: linux-hwmon@vger.kernel.org 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