All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/3] hwmon: (pmbus): Add IBM Common Form Factor (CFF) power supply driver
@ 2017-08-21 19:46 Eddie James
  2017-08-21 19:46 ` [PATCH v5 1/3] dt-bindings: hwmon: Document the IBM CCF power supply version 1 Eddie James
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Eddie James @ 2017-08-21 19:46 UTC (permalink / raw)
  To: linux
  Cc: jdelvare, linux-kernel, linux-hwmon, mark.rutland, devicetree,
	corbet, eajames, 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.

Changes since v4:
 * Relocate dt bindings documentation under hwmon.

Changes since v3:
 * Change "fault" to "alarm" in the documentation.

Changes since v2:
 * Renamed the driver again...
 * Remove debugfs bool from pmbus_driver_info.
 * Add comment for returning rc when reading STATUS_MFR_SPECIFIC fails.

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

Edward A. James (3):
  dt-bindings: hwmon: Document the IBM CCF power supply version 1
  hwmon: (pmbus): Add IBM Common Form Factor (CFF) power supply driver
  Documentation: hwmon: Document the IBM CFF power supply

 .../devicetree/bindings/hwmon/ibm,cffps1.txt       |  21 +++
 Documentation/hwmon/ibm-cffps                      |  54 ++++++++
 drivers/hwmon/pmbus/Kconfig                        |  10 ++
 drivers/hwmon/pmbus/Makefile                       |   1 +
 drivers/hwmon/pmbus/ibm-cffps.c                    | 151 +++++++++++++++++++++
 5 files changed, 237 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwmon/ibm,cffps1.txt
 create mode 100644 Documentation/hwmon/ibm-cffps
 create mode 100644 drivers/hwmon/pmbus/ibm-cffps.c

-- 
1.8.3.1

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

end of thread, other threads:[~2017-08-30  1:09 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-21 19:46 [PATCH v5 0/3] hwmon: (pmbus): Add IBM Common Form Factor (CFF) power supply driver Eddie James
2017-08-21 19:46 ` [PATCH v5 1/3] dt-bindings: hwmon: Document the IBM CCF power supply version 1 Eddie James
2017-08-21 19:56   ` Eddie James
2017-08-25 18:10   ` Rob Herring
2017-08-25 18:10     ` Rob Herring
2017-08-30  1:04   ` [v5, " Guenter Roeck
2017-08-21 19:46 ` [PATCH v5 2/3] hwmon: (pmbus): Add IBM Common Form Factor (CFF) power supply driver Eddie James
2017-08-30  1:06   ` [v5, " Guenter Roeck
2017-08-21 19:46 ` [PATCH v5 3/3] Documentation: hwmon: Document the IBM CFF power supply Eddie James
2017-08-30  1:07   ` [v5,3/3] " Guenter Roeck
2017-08-30  1:07     ` Guenter Roeck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.