All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux dev-4.10 v3 0/5] drivers/hwmon/pmbus: Add IBM power supply hwmon driver
@ 2017-08-02 20:25 Eddie James
  2017-08-02 20:25 ` [PATCH linux dev-4.10 v3 1/5] " Eddie James
                   ` (5 more replies)
  0 siblings, 6 replies; 22+ messages in thread
From: Eddie James @ 2017-08-02 20:25 UTC (permalink / raw)
  To: openbmc; +Cc: joel, bjwyman, mspinler, Edward A. James

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

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

The driver should be probed automatically, so I added it to the witherspoon
device-tree.

Edward A. James (5):
  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
  ARM: dts: aspeed: witherspoon: Add IBM power supply to I2C bus

 Documentation/ABI/testing/sysfs-driver-ibmps     |  49 +++++
 Documentation/hwmon/ibmps                        |  53 +++++
 arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts |  10 +
 drivers/hwmon/pmbus/Kconfig                      |  10 +
 drivers/hwmon/pmbus/Makefile                     |   1 +
 drivers/hwmon/pmbus/ibmps.c                      | 242 +++++++++++++++++++++++
 6 files changed, 365 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] 22+ messages in thread

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

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-02 20:25 [PATCH linux dev-4.10 v3 0/5] drivers/hwmon/pmbus: Add IBM power supply hwmon driver Eddie James
2017-08-02 20:25 ` [PATCH linux dev-4.10 v3 1/5] " Eddie James
2017-08-04  0:34   ` Andrew Jeffery
2017-08-04 15:03     ` Eddie James
2017-08-07  5:41       ` Andrew Jeffery
2017-08-08  2:34         ` Andrew Jeffery
2017-08-09 22:43           ` Brandon Wyman
2017-08-10  0:07             ` Andrew Jeffery
2017-08-02 20:25 ` [PATCH linux dev-4.10 v3 2/5] drivers/hwmon/pmbus: ibmps: Add non-hwmon attributes Eddie James
2017-08-04  0:33   ` Andrew Jeffery
2017-08-04 15:16     ` Eddie James
2017-08-04 16:17       ` Matt Spinler
2017-08-07  6:03         ` Andrew Jeffery
2017-08-02 20:25 ` [PATCH linux dev-4.10 v3 3/5] Documentation: hwmon: Add IBM power supply documentation Eddie James
2017-08-02 22:11   ` Brandon Wyman
2017-08-03  2:23     ` Eddie James
2017-08-03  4:22       ` Andrew Jeffery
2017-08-02 20:25 ` [PATCH linux dev-4.10 v3 4/5] Documentation: ABI: Add IBM power supply sysfs documentation Eddie James
2017-08-03 15:42   ` Matt Spinler
2017-08-03 23:52     ` Andrew Jeffery
2017-08-02 20:25 ` [PATCH linux dev-4.10 v3 5/5] ARM: dts: aspeed: witherspoon: Add IBM power supply to I2C bus Eddie James
2017-08-02 20:27 ` [PATCH linux dev-4.10 v3 0/5] drivers/hwmon/pmbus: Add IBM power supply hwmon driver Eddie James

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.