From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932990AbcFJPd0 (ORCPT ); Fri, 10 Jun 2016 11:33:26 -0400 Received: from arroyo.ext.ti.com ([198.47.19.12]:37543 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753395AbcFJPdY (ORCPT ); Fri, 10 Jun 2016 11:33:24 -0400 From: "Andrew F. Davis" To: Guenter Roeck , Jean Delvare , Jonathan Corbet , Laxman Dewangan CC: , , , "Andrew F . Davis" Subject: [PATCH v5 0/1] Add support for INA3221 Triple Current/Voltage Monitors Date: Fri, 10 Jun 2016 10:32:32 -0500 Message-ID: <20160610153233.6169-1-afd@ti.com> X-Mailer: git-send-email 2.8.3 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello all, This series adds support for the INA3221 Triple Current/Voltage Monitor. Changes from v4: - Drop DT support, will be added by Laxman in followup patches Changes from v3: - minor fixups from comments - rebased on v4.7-rc1 Changes from v2: - changed alarms to work on current - added of_match_table - other small fixups/typos 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 (1): hwmon: Add support for INA3221 Triple Current/Voltage Monitors Documentation/hwmon/ina3221 | 35 ++++ drivers/hwmon/Kconfig | 11 ++ drivers/hwmon/Makefile | 1 + drivers/hwmon/ina3221.c | 446 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 493 insertions(+) create mode 100644 Documentation/hwmon/ina3221 create mode 100644 drivers/hwmon/ina3221.c -- 2.8.3