.../devicetree/bindings/hwmon/mps,mp5990.yaml | 41 +++++++++ Documentation/hwmon/index.rst | 1 + Documentation/hwmon/mp5990.rst | 84 ++++++++++++++++++ drivers/hwmon/pmbus/Kconfig | 9 ++ drivers/hwmon/pmbus/Makefile | 1 + drivers/hwmon/pmbus/mp5990.c | 86 +++++++++++++++++++ 6 files changed, 222 insertions(+) create mode 100644 Documentation/devicetree/bindings/hwmon/mps,mp5990.yaml create mode 100644 Documentation/hwmon/mp5990.rst create mode 100644 drivers/hwmon/pmbus/mp5990.c