The patchset includes: Patch #1 - introduction of the driver for mp2975 device. Patch #2 - documentation for mp2975 device driver. Patch #3 - extending of binding documentation for trivial devices. Vadim Pasternak (3): hwmon: (pmbus) Add support for MPS Multi-phase mp2975 controller docs: hwmon: Include 'mp2975.rst' into docs 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 | 825 +++++++++++++++++++++ 5 files changed, 953 insertions(+) create mode 100644 Documentation/hwmon/mp2975.rst create mode 100644 drivers/hwmon/pmbus/mp2975.c -- 2.11.0