hwmon: Add driver for ltc2991
authorAntoniu Miclaus <antoniu.miclaus@analog.com>
Thu, 26 Oct 2023 10:33:13 +0000 (13:33 +0300)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 30 Oct 2023 05:22:20 +0000 (22:22 -0700)
commit2b9ea4262ae9114b0b86ac893b4d6175d8520001
tree22e33ec10b124c83b0837dc1cddd2724b2efe056
parent4bac088e2b12d40c49ad96c77be470eb2be7bae0
hwmon: Add driver for ltc2991

Add support for LTC2991 Octal I2C Voltage, Current, and Temperature
Monitor.

The LTC2991 is used to monitor system temperatures, voltages and
currents. Through the I2C serial interface, the eight monitors can
individually measure supply voltages and can be paired for
differential measurements of current sense resistors or temperature
sensing transistors. Additional measurements include internal
temperature and internal VCC.

Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com>
Link: https://lore.kernel.org/r/20231026103413.27800-2-antoniu.miclaus@analog.com
[groeck: Fixed up documentation warning]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/index.rst
Documentation/hwmon/ltc2991.rst [new file with mode: 0644]
MAINTAINERS
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/ltc2991.c [new file with mode: 0644]