.../devicetree/bindings/trivial-devices.yaml | 2 + Documentation/hwmon/index.rst | 1 + Documentation/hwmon/mp2845.rst | 143 +++++ MAINTAINERS | 7 + drivers/hwmon/Kconfig | 10 + drivers/hwmon/Makefile | 1 + drivers/hwmon/mp2845.c | 493 ++++++++++++++++++ 7 files changed, 657 insertions(+) create mode 100644 Documentation/hwmon/mp2845.rst create mode 100644 drivers/hwmon/mp2845.c