.../bindings/hwmon/adi,max31732.yaml | 83 +++ Documentation/hwmon/index.rst | 1 + Documentation/hwmon/max31732.rst | 62 ++ drivers/hwmon/Kconfig | 11 + drivers/hwmon/Makefile | 1 + drivers/hwmon/max31732.c | 620 ++++++++++++++++++ 6 files changed, 778 insertions(+) create mode 100644 Documentation/devicetree/bindings/hwmon/adi,max31732.yaml create mode 100644 Documentation/hwmon/max31732.rst create mode 100644 drivers/hwmon/max31732.c