]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
hwmon: Add LattePanda Sigma EC driver
authorMariano Abad <weimaraner@gmail.com>
Tue, 3 Mar 2026 00:46:04 +0000 (21:46 -0300)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 31 Mar 2026 02:45:05 +0000 (19:45 -0700)
commita28b088ede9df9fd9f5be6e54b4a7d9fc70d9f35
treef93aa05fb2ac7a4324ce2849f9ba6cc8cce07c8e
parentafc6c4aedea5717b7cb4a14b4bcc094892ea8d89
hwmon: Add LattePanda Sigma EC driver

Add hardware monitoring support for the LattePanda Sigma SBC
(DFRobot, ITE IT8613E EC). The driver reads fan speed and
temperatures via direct port I/O, as the BIOS disables the
ACPI EC interface.

Signed-off-by: Mariano Abad <weimaraner@gmail.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/index.rst
Documentation/hwmon/lattepanda-sigma-ec.rst [new file with mode: 0644]
MAINTAINERS
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/lattepanda-sigma-ec.c [new file with mode: 0644]