From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: <> From: "Andrew F. Davis" To: Jean Delvare , Guenter Roeck , Jonathan Corbet CC: , , , "Andrew F. Davis" Subject: [PATCH v2 0/2] Add support for INA3221 Triple Current/Voltage Monitors Date: Tue, 19 Apr 2016 13:28:37 -0500 Message-ID: <1461090519-3386-1-git-send-email-afd@ti.com> MIME-Version: 1.0 Content-Type: text/plain List-ID: Hello all, This series adds support for the INA3221 Triple Current/Voltage Monitor. Changes from v1: - rearranged and renumbered sysfs enteries - added reading alert bits to sysfs - removed internal power calculation - added DT setting of shunt resistors - various other minor fixups Thanks, Andrew Andrew F. Davis (2): hwmon: Define binding for the INA3221 hwmon driver hwmon: Add support for INA3221 Triple Current/Voltage Monitors .../devicetree/bindings/hwmon/ina3221.txt | 19 + Documentation/hwmon/ina3221 | 35 ++ drivers/hwmon/Kconfig | 11 + drivers/hwmon/Makefile | 1 + drivers/hwmon/ina3221.c | 405 +++++++++++++++++++++ 5 files changed, 471 insertions(+) create mode 100644 Documentation/devicetree/bindings/hwmon/ina3221.txt create mode 100644 Documentation/hwmon/ina3221 create mode 100644 drivers/hwmon/ina3221.c -- 2.8.1