hwmon: Add LTC2990 sensor driver
authorMike Looijmans <mike.looijmans@topic.nl>
Fri, 15 Jan 2016 09:54:59 +0000 (10:54 +0100)
committerGuenter Roeck <linux@roeck-us.net>
Sat, 5 Mar 2016 14:25:34 +0000 (06:25 -0800)
commitdf922703574ebe9035045f7c7242a0ec0e11b980
tree1c9ffb5cdc48f11f61140c7db2555f2dffacb774
parentc32f5eff2db51f0126b0a4e42bdefea2d9d2872e
hwmon: Add LTC2990 sensor driver

This adds support for the Linear Technology LTC2990  I2C System Monitor.
The LTC2990 supports a combination of voltage, current and temperature
monitoring. This driver currently only supports reading two currents
by measuring two differential voltages across series resistors, in
addition to the Vcc supply voltage and internal temperature.

This is sufficient to support the Topic Miami SOM which uses this chip
to monitor the currents flowing into the FPGA and the CPU parts.

Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/ltc2990 [new file with mode: 0644]
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/ltc2990.c [new file with mode: 0644]