linux-hwmon.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] drivers/hwmon/pmbus: Add IBM power supply hwmon driver
@ 2017-08-02 21:17 Eddie James
  2017-08-02 21:17 ` [PATCH 1/4] " Eddie James
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Eddie James @ 2017-08-02 21:17 UTC (permalink / raw)
  To: linux; +Cc: linux-kernel, linux-hwmon, jdelvare, joel, eajames, Edward A. James

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

This series adds a hwmon pmbus driver for an IBM power supply. The core
monitoring functionality is provided by pmbus. The driver also exports some
sysfs entries for raw status register access and the ability to clear faults.

Edward A. James (4):
  drivers/hwmon/pmbus: Add IBM power supply hwmon driver
  drivers/hwmon/pmbus: ibmps: Add non-hwmon attributes
  Documentation: hwmon: Add IBM power supply documentation
  Documentation: ABI: Add IBM power supply sysfs documentation

 Documentation/ABI/testing/sysfs-driver-ibmps |  49 ++++++
 Documentation/hwmon/ibmps                    |  53 ++++++
 drivers/hwmon/pmbus/Kconfig                  |  10 ++
 drivers/hwmon/pmbus/Makefile                 |   1 +
 drivers/hwmon/pmbus/ibmps.c                  | 242 +++++++++++++++++++++++++++
 5 files changed, 355 insertions(+)
 create mode 100644 Documentation/ABI/testing/sysfs-driver-ibmps
 create mode 100644 Documentation/hwmon/ibmps
 create mode 100644 drivers/hwmon/pmbus/ibmps.c

-- 
1.8.3.1

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

end of thread, other threads:[~2017-08-10 15:33 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-02 21:17 [PATCH 0/4] drivers/hwmon/pmbus: Add IBM power supply hwmon driver Eddie James
2017-08-02 21:17 ` [PATCH 1/4] " Eddie James
2017-08-03  8:25   ` kbuild test robot
2017-08-10 14:49   ` Guenter Roeck
2017-08-10 15:00   ` Guenter Roeck
2017-08-10 15:33     ` Eddie James
2017-08-02 21:17 ` [PATCH 2/4] drivers/hwmon/pmbus: ibmps: Add non-hwmon attributes Eddie James
2017-08-10 14:54   ` Guenter Roeck
2017-08-02 21:17 ` [PATCH 3/4] Documentation: hwmon: Add IBM power supply documentation Eddie James
2017-08-10 14:57   ` Guenter Roeck
2017-08-02 21:17 ` [PATCH 4/4] Documentation: ABI: Add IBM power supply sysfs documentation Eddie James
2017-08-10 14:56   ` 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).