[PATCH linux dev-4.10 v3 0/5] drivers/hwmon/pmbus: Add IBM power supply hwmon driver

Eddie James eajames at linux.vnet.ibm.com
Thu Aug 3 06:25:29 AEST 2017


From: "Edward A. James" <eajames at 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



More information about the openbmc mailing list