From: Atif Ofluoglu <atif.ofluoglu@xxxxxxxxxx> Adding support for Maxim MAX20754 Dual-Output, Configurable Multiphase Power-Supply Controller with PMBus Interface. The driver is tested on MAX20754 evalution kit hardware. Atif Ofluoglu (2): hwmon: (pmbus/max20754) Add support for MAX20754 Added documentation for Maxim Integrated max20754 hwmon userspace sysfs. Documentation/hwmon/max20754.rst | 122 ++++++++++ drivers/hwmon/pmbus/Kconfig | 9 + drivers/hwmon/pmbus/Makefile | 1 + drivers/hwmon/pmbus/max20754.c | 390 +++++++++++++++++++++++++++++++ 4 files changed, 522 insertions(+) create mode 100644 Documentation/hwmon/max20754.rst create mode 100644 drivers/hwmon/pmbus/max20754.c -- 2.25.1