drivers: hwmon: Add max31760 fan speed controller driver
authorIbrahim Tilki <Ibrahim.Tilki@analog.com>
Sat, 10 Sep 2022 17:19:42 +0000 (20:19 +0300)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 20 Sep 2022 14:10:58 +0000 (07:10 -0700)
commit38b04ad02d0da956b697ff93c5c23e21cdb4cddc
tree55f8501ca5f829847716dcb7b9078efbb5fdea36
parent0cb15e8ae0f8e7f00f2da726541bfa44718fb955
drivers: hwmon: Add max31760 fan speed controller driver

MAX31760 is a precision fan speed controller with nonvolatile lookup table.
Device has one internal and one external temperature sensor support.
Controls two fans and measures their speeds. Generates hardware alerts when
programmable max and critical temperatures are exceeded.

Signed-off-by: Ibrahim Tilki <Ibrahim.Tilki@analog.com>
Reviewed-by: Nurettin Bolucu <Nurettin.Bolucu@analog.com>
Link: https://lore.kernel.org/r/20220910171945.48088-2-Ibrahim.Tilki@analog.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/max31760.c [new file with mode: 0644]