public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add support for INA3221 Triple Current/Voltage Monitors
@ 2016-04-19 18:28 Andrew F. Davis
  2016-04-19 18:28 ` [PATCH v2 1/2] hwmon: Define binding for the INA3221 hwmon driver Andrew F. Davis
  2016-04-19 18:28 ` [PATCH v2 2/2] hwmon: Add support for INA3221 Triple Current/Voltage Monitors Andrew F. Davis
  0 siblings, 2 replies; 5+ messages in thread
From: Andrew F. Davis @ 2016-04-19 18:28 UTC (permalink / raw)
  To: Jean Delvare, Guenter Roeck, Jonathan Corbet
  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 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

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

end of thread, other threads:[~2016-04-25 19:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-19 18:28 [PATCH v2 0/2] Add support for INA3221 Triple Current/Voltage Monitors Andrew F. Davis
2016-04-19 18:28 ` [PATCH v2 1/2] hwmon: Define binding for the INA3221 hwmon driver Andrew F. Davis
2016-04-19 18:28 ` [PATCH v2 2/2] hwmon: Add support for INA3221 Triple Current/Voltage Monitors Andrew F. Davis
2016-04-23 16:53   ` Guenter Roeck
2016-04-25 19:28     ` Andrew F. Davis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox