The patchset includes: Patch #1 - introduction of the driver for mp2975 device, documentation for mp2975 device driver. Patch #2 - extending of binding documentation for trivial devices. Vadim Pasternak (2): hwmon: (pmbus) Add support for MPS Multi-phase mp2975 controller dt-bindings: Add MP2975 voltage regulator device .../devicetree/bindings/trivial-devices.yaml | 2 + Documentation/hwmon/mp2975.rst | 116 +++ drivers/hwmon/pmbus/Kconfig | 9 + drivers/hwmon/pmbus/Makefile | 1 + drivers/hwmon/pmbus/mp2975.c | 812 +++++++++++++++++++++ 5 files changed, 940 insertions(+) create mode 100644 Documentation/hwmon/mp2975.rst create mode 100644 drivers/hwmon/pmbus/mp2975.c -- 2.11.0