hwmon: Add driver for Texas Instruments TMP512/513 sensor chips.
authorEric Tremblay <etremblay@distech-controls.com>
Tue, 12 Nov 2019 22:30:01 +0000 (17:30 -0500)
committerGuenter Roeck <linux@roeck-us.net>
Fri, 22 Nov 2019 05:26:40 +0000 (21:26 -0800)
commit59dfa75e5d82a1e1b3d090a1d51fc14f66844576
treee9fb3fa492bca6759d2606e091026d1b15eb06ac
parent17fe2983e872810051934464ec5bcab80b714e65
hwmon: Add driver for Texas Instruments TMP512/513 sensor chips.

TI's TMP512/513 are I2C/SMBus system monitor chips. These chips
monitor the supply voltage, supply current, power consumption
and provide one local and up to three (TMP513) remote temperature sensors.

It has been tested using a TI TMP513 development kit (TMP513EVM)

Signed-off-by: Eric Tremblay <etremblay@distech-controls.com>
Link: https://lore.kernel.org/r/20191112223001.20844-3-etremblay@distech-controls.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/index.rst
Documentation/hwmon/tmp513.rst [new file with mode: 0644]
MAINTAINERS
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/tmp513.c [new file with mode: 0644]