linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] hwmon: (pmbus): Add POWER System power supply driver
@ 2017-08-10 22:19 Eddie James
  2017-08-10 22:19 ` [PATCH v2 1/3] dt-bindings: i2c: Document the POWER system power supply device Eddie James
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Eddie James @ 2017-08-10 22:19 UTC (permalink / raw)
  To: linux
  Cc: robh+dt, jdelvare, linux-kernel, linux-hwmon, joel, jk, andrew,
	eajames, mark.rutland, devicetree, corbet, linux-doc,
	Edward A. James

From: "Edward A. James" <eajames@us.ibm.com>

This series adds a hwmon pmbus driver for a POWER System power supply. The
core monitoring functionality is provided by pmbus.

This series depends on the pmbus core extensions for debugfs recently submitted
to the mailing list (latest: https://lkml.org/lkml/2017/8/10/881).

Since v1:
 * Renamed the driver.
 * Removed non-hwmon attributes.
 * Simplified word and byte data reads.

Edward A. James (3):
  dt-bindings: i2c: Document the POWER system power supply device
  hwmon: (pmbus): Add POWER system power supply driver
  Documentation: hwmon: Add POWER system power supply documentation

 .../devicetree/bindings/i2c/ibm,power-ps.txt       |  21 +++
 Documentation/hwmon/powerps                        |  54 ++++++++
 drivers/hwmon/pmbus/Kconfig                        |  10 ++
 drivers/hwmon/pmbus/Makefile                       |   1 +
 drivers/hwmon/pmbus/powerps.c                      | 144 +++++++++++++++++++++
 5 files changed, 230 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/i2c/ibm,power-ps.txt
 create mode 100644 Documentation/hwmon/powerps
 create mode 100644 drivers/hwmon/pmbus/powerps.c

-- 
1.8.3.1

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

end of thread, other threads:[~2017-08-21 18:35 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-10 22:19 [PATCH v2 0/3] hwmon: (pmbus): Add POWER System power supply driver Eddie James
2017-08-10 22:19 ` [PATCH v2 1/3] dt-bindings: i2c: Document the POWER system power supply device Eddie James
2017-08-17 15:11   ` Rob Herring
2017-08-21 18:35     ` Eddie James
2017-08-10 22:19 ` [PATCH v2 2/3] hwmon: (pmbus): Add POWER system power supply driver Eddie James
2017-08-11  1:18   ` Guenter Roeck
2017-08-11 14:30     ` Eddie James
2017-08-11 18:27       ` Guenter Roeck
2017-08-10 22:19 ` [PATCH v2 3/3] Documentation: hwmon: Add POWER system power supply documentation Eddie James
2017-08-11  1: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).