changes in v2: - remove Reviewed-by tag Sinan Divarci (3): drivers: hwmon: Add max31732 quad remote temperature sensor driver docs: hwmon: add max31732 documentation dt-bindings: hwmon: Add bindings for max31732 .../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 base-commit: e2ca6ba6ba0152361aa4fcbf6067db71b2c7a770 -- 2.25.1