[PATCH 0/3] hwmon: add Microchip EMC2101 driver
From: Álvaro Fernández Rojas
Date: Thu Jun 26 2025 - 07:34:10 EST
The Microchip EMC2101 is a SMBus 2.0 fan controller with temperature
monitoring.
It supports up to 1 fan, 1 internal temperature sensor, 1 external
temperature sensor and an 8 entry look up table to create a
programmable temperature response.
Álvaro Fernández Rojas (3):
docs: hwmon: add emc2101.rst to docs
dt-bindings: hwmon: Add Microchip EMC2101 support
drivers: hwmon: add EMC2101 driver
.../bindings/hwmon/microchip,emc2101.yaml | 52 +
Documentation/hwmon/emc2101.rst | 61 +
drivers/hwmon/Kconfig | 10 +
drivers/hwmon/Makefile | 1 +
drivers/hwmon/emc2101.c | 2207 +++++++++++++++++
5 files changed, 2331 insertions(+)
create mode 100644 Documentation/devicetree/bindings/hwmon/microchip,emc2101.yaml
create mode 100644 Documentation/hwmon/emc2101.rst
create mode 100644 drivers/hwmon/emc2101.c
--
2.39.5