Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1386805 > unrolled thread

[PATCH v3 0/2] Add support for INA3221 Triple Current/Voltage Monitors

Started by"Andrew F. Davis" <afd@ti.com>
First post2016-04-25 21:50 +0200
Last post2016-04-25 21:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v3 0/2] Add support for INA3221 Triple Current/Voltage Monitors "Andrew F. Davis" <afd@ti.com> - 2016-04-25 21:50 +0200

#1386805 — [PATCH v3 0/2] Add support for INA3221 Triple Current/Voltage Monitors

From"Andrew F. Davis" <afd@ti.com>
Date2016-04-25 21:50 +0200
Subject[PATCH v3 0/2] Add support for INA3221 Triple Current/Voltage Monitors
Message-ID<rrUG5-2Ru-3@gated-at.bofh.it>
Hello all,

This series adds support for the INA3221 Triple Current/Voltage Monitor.

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 (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                            | 423 +++++++++++++++++++++
 5 files changed, 489 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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web