This patch adds a pmbus client driver for the ST STPDDC60 Universal Digital Multicell Controller chip. The technical specification is not made publicly available, but the pmbus parts are described in the specification for the BMR481 converter. The patch has been tested with a Flex BMR481 converter module. Erik Rosen (1): Add ST STPDDC60 pmbus driver Documentation/hwmon/index.rst | 1 + Documentation/hwmon/stpddc60.rst | 79 +++++++++++++ MAINTAINERS | 7 ++ drivers/hwmon/pmbus/Kconfig | 10 ++ drivers/hwmon/pmbus/Makefile | 2 + drivers/hwmon/pmbus/stpddc60.c | 188 +++++++++++++++++++++++++++++++ 6 files changed, 287 insertions(+) create mode 100644 Documentation/hwmon/stpddc60.rst create mode 100644 drivers/hwmon/pmbus/stpddc60.c -- 2.20.1