[PATCH linux dev-4.10 v2 0/5] drivers/hwmon/pmbus: Add IBM P17531 driver
Eddie James
eajames at linux.vnet.ibm.com
Tue Aug 1 06:12:27 AEST 2017
From: "Edward A. James" <eajames at us.ibm.com>
This series adds a hwmon pmbus driver for the IBM P17531 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 P17531 driver
drivers/hwmon/pmbus: p17531: Add non-hwmon attributes
ARM: dts: aspeed: witherspoon: Add P17531 power supply to I2C bus
Documentation: hwmon: Add P17531 documentation
Documentation: ABI: Add P17531 sysfs documentation
Documentation/ABI/testing/sysfs-driver-p17531 | 49 +++++
Documentation/hwmon/p17531 | 53 +++++
arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts | 10 +
drivers/hwmon/pmbus/Kconfig | 10 +
drivers/hwmon/pmbus/Makefile | 1 +
drivers/hwmon/pmbus/p17531.c | 245 +++++++++++++++++++++++
6 files changed, 368 insertions(+)
create mode 100644 Documentation/ABI/testing/sysfs-driver-p17531
create mode 100644 Documentation/hwmon/p17531
create mode 100644 drivers/hwmon/pmbus/p17531.c
--
1.8.3.1
More information about the openbmc
mailing list