From: "Edward A. James" <eajames@xxxxxxxxxx> This series adds a hwmon pmbus driver for a POWER System power supply. The core monitoring functionality is provided by pmbus. This series depends on the pmbus core extensions for debugfs recently submitted to the mailing list (latest: https://lkml.org/lkml/2017/8/10/881). Since v1: * Renamed the driver. * Removed non-hwmon attributes. * Simplified word and byte data reads. Edward A. James (3): dt-bindings: i2c: Document the POWER system power supply device hwmon: (pmbus): Add POWER system power supply driver Documentation: hwmon: Add POWER system power supply documentation .../devicetree/bindings/i2c/ibm,power-ps.txt | 21 +++ Documentation/hwmon/powerps | 54 ++++++++ drivers/hwmon/pmbus/Kconfig | 10 ++ drivers/hwmon/pmbus/Makefile | 1 + drivers/hwmon/pmbus/powerps.c | 144 +++++++++++++++++++++ 5 files changed, 230 insertions(+) create mode 100644 Documentation/devicetree/bindings/i2c/ibm,power-ps.txt create mode 100644 Documentation/hwmon/powerps create mode 100644 drivers/hwmon/pmbus/powerps.c -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html