From: Ban Feng <baneric926@xxxxxxxxx> NCT736X is an I2C based hardware monitoring chip from Nuvoton. Ban Feng (2): dt-bindings: hwmon: Add nct736x bindings hwmon: Driver for Nuvoton NCT736X .../bindings/hwmon/nuvoton,nct736x.yaml | 80 +++ Documentation/hwmon/index.rst | 1 + Documentation/hwmon/nct736x.rst | 35 ++ MAINTAINERS | 8 + drivers/hwmon/Kconfig | 10 + drivers/hwmon/Makefile | 1 + drivers/hwmon/nct736x.c | 479 ++++++++++++++++++ 7 files changed, 614 insertions(+) create mode 100644 Documentation/devicetree/bindings/hwmon/nuvoton,nct736x.yaml create mode 100644 Documentation/hwmon/nct736x.rst create mode 100644 drivers/hwmon/nct736x.c -- 2.34.1