hwmon: Add EC Chip driver for Lenovo ThinkStation motherboards
authorDavid Ober <dober6023@gmail.com>
Thu, 28 Mar 2024 12:12:50 +0000 (08:12 -0400)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 30 Apr 2024 17:31:26 +0000 (10:31 -0700)
commit70118f85e6538f5c376f57a3e8d621f1f3448754
tree5f0c1aac56af5a17d272a79852293408a8dd8de0
parent916300902725b362d5008ee10825a39056f0b095
hwmon: Add EC Chip driver for Lenovo ThinkStation motherboards

This addition adds in the ability for the system to scan
the EC chip in the Lenovo ThinkStation systems to get the
current fan RPM speeds the Maximum speed value for each
fan also provides the CPU, DIMM other thermal statuses

Signed-off-by: David Ober <dober6023@gmail.com>
Link: https://lore.kernel.org/r/20240328121250.331146-1-dober6023@gmail.com
[groeck: Dropped pointless case statements]
[Colin King: Fixed spelling error accesssible -> accessible]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/lenovo-ec-sensors.c [new file with mode: 0644]