linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/1] Add support for INA3221 Triple Current/Voltage Monitors
@ 2016-06-10 15:32 Andrew F. Davis
  2016-06-10 15:32 ` [PATCH v5 1/1] hwmon: " Andrew F. Davis
  0 siblings, 1 reply; 9+ messages in thread
From: Andrew F. Davis @ 2016-06-10 15:32 UTC (permalink / raw)
  To: Guenter Roeck, Jean Delvare, Jonathan Corbet, Laxman Dewangan
  Cc: linux-hwmon, linux-doc, linux-kernel, Andrew F . Davis

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-06-24 20:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-10 15:32 [PATCH v5 0/1] Add support for INA3221 Triple Current/Voltage Monitors Andrew F. Davis
2016-06-10 15:32 ` [PATCH v5 1/1] hwmon: " Andrew F. Davis
2016-06-10 16:44   ` Guenter Roeck
2016-06-17 23:21     ` Andrew F. Davis
2016-06-18 15:16       ` Guenter Roeck
2016-06-24 15:02         ` Andrew F. Davis
2016-06-24 16:46           ` Guenter Roeck
2016-06-24 17:30             ` Andrew F. Davis
2016-06-24 20:19               ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).