hwmon: Add driver for Texas Instruments TMP421/422/423 sensor chips
authorAndre Prendel <andre.prendel@gmx.de>
Tue, 15 Sep 2009 15:18:11 +0000 (17:18 +0200)
committerJean Delvare <khali@linux-fr.org>
Tue, 15 Sep 2009 15:18:11 +0000 (17:18 +0200)
commit9410700b881f867a50dd8dc3204372fd9dccd8f8
treed41a31183e3716bb2ac8e548843653bbcf54105d
parent5bed13f5809927be10facccb63add834b712df51
hwmon: Add driver for Texas Instruments TMP421/422/423 sensor chips

Add support for Texas Instruments TMP421/422/423 temperature sensor IC.

TI's TMP421/422/423 are I2C temperature sensor chips. These chips are
similar to TI's TMP401/411 chips, but with reduced functionality (only
temperature measurement). The chips have one local sensor and up to
three (TMP423) remote sensors.

Signed-off-by: Andre Prendel <andre.prendel@gmx.de>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/tmp421.c [new file with mode: 0644]