SFR NeufBox 6 is equipped with an I2C connected chip to monitor voltage, temperature and other stats. It also has PWM LEDs that can be manually controlled or set to specific hardware monitoring modes. Álvaro Fernández Rojas (2): dt-bindings: hwmon: Add SFR NB6 sensor binding hwmon: Add SFR NB6 sensor driver .../bindings/hwmon/sfr,neufbox6.yaml | 96 ++++ drivers/hwmon/Kconfig | 11 + drivers/hwmon/Makefile | 1 + drivers/hwmon/nb6-hwmon.c | 466 ++++++++++++++++++ 4 files changed, 574 insertions(+) create mode 100644 Documentation/devicetree/bindings/hwmon/sfr,neufbox6.yaml create mode 100644 drivers/hwmon/nb6-hwmon.c -- 2.26.2