The LTP8800-1A/-2/-4A is a 150A/135A/200A step-down μModule regulator that provides microprocessor core voltage from 54V power distribution architecture. It features remote configurability and telemetry monitoring of power management parameters over PMBus. This patch series adds driver and bindings for these devices. Cedric Encarnacion (2): dt-bindings: trivial-devices: add ltp8800 hwmon: pmbus: add driver for ltp8800-1a, ltp8800-4a, and ltp8800-2 .../devicetree/bindings/trivial-devices.yaml | 6 + Documentation/hwmon/index.rst | 1 + Documentation/hwmon/ltp8800.rst | 103 ++++++++++++++++++ MAINTAINERS | 7 ++ drivers/hwmon/pmbus/Kconfig | 18 +++ drivers/hwmon/pmbus/Makefile | 1 + drivers/hwmon/pmbus/ltp8800.c | 74 +++++++++++++ 7 files changed, 210 insertions(+) create mode 100644 Documentation/hwmon/ltp8800.rst create mode 100644 drivers/hwmon/pmbus/ltp8800.c base-commit: 893acae4cdaf34fdde0e7285d5922af70775e5f7 -- 2.39.2