Currently "pmbus" infrastructure does not build for support reading "vout" in "vid" mode, for cases when device is configured with the different modes per page bases. However some devices could be configured in such way. The patchset includes: Patch#1 allows selection mode per pmbus page bases, by extending "vrm_version" field to per page array and modify the drivers using this field. Patch#2 introduces support for "vrm" Intel specification mode "IMVP9" and AMD specification mode "6.25mV". Patch#3 extends "tps53679" driver with support of the additional device TPS53688. Patch#4 introduces new driver for Infineon Multi-phase Digital VR Controller Sierra controllers XDPE12250, XDPE12254, XDPE12283, XDPE12284, XDPE12286. Patch#5 extends binding documentation for trivial devices. Vadim Pasternak (5): hwmon: (pmbus/core) Add support for vid mode detection per page bases hwmon: (pmbus/core) Add support for Intel IMVP9 and AMD 6.25mV modes hwmon: (pmbus/tps53679) Extend device list supported by driver hwmon: (pmbus) Add support for Infineon Multi-phase xdpe122 family controllers dt-bindings: Add TI and Infineon VR Controllers as trivial devices .../devicetree/bindings/trivial-devices.yaml | 14 +++ drivers/hwmon/pmbus/Kconfig | 13 ++- drivers/hwmon/pmbus/Makefile | 1 + drivers/hwmon/pmbus/max20751.c | 2 +- drivers/hwmon/pmbus/pmbus.c | 5 +- drivers/hwmon/pmbus/pmbus.h | 4 +- drivers/hwmon/pmbus/pmbus_core.c | 10 +- drivers/hwmon/pmbus/pxe1610.c | 44 ++++---- drivers/hwmon/pmbus/tps53679.c | 46 ++++---- drivers/hwmon/pmbus/xdpe12284.c | 121 +++++++++++++++++++++ 10 files changed, 211 insertions(+), 49 deletions(-) create mode 100644 drivers/hwmon/pmbus/xdpe12284.c -- 2.11.0