]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Mon, 1 Feb 2016 02:44:15 +0000 (18:44 -0800)
commit972d7d17b6bb7908e7da5223cf02d6cdc88a5b1c
treeb820fabc93a25bfc8fb1754178ada0d448bfe8af
parent783b728cb1dd69e7906eab4c32682f8d6f9d3a41
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]