hwmon: Add driver for ADT7411 voltage and temperature sensor
authorWolfram Sang <w.sang@pengutronix.de>
Fri, 5 Mar 2010 21:17:23 +0000 (22:17 +0100)
committerJean Delvare <khali@linux-fr.org>
Fri, 5 Mar 2010 21:17:23 +0000 (22:17 +0100)
commitd84ca5b345c2b77ebf053d534ada6af2332a43b6
tree6ed7d8e10828692cf6512255e08aae7036485785
parent5852f9609d21794c45964129b03365883150a6d0
hwmon: Add driver for ADT7411 voltage and temperature sensor

Add basic support for the ADT7411. Reads out all conversion results (via I2C,
SPI yet missing) and allows some on-the-fly configuration. Tested with a
custom board.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Documentation/hwmon/adt7411 [new file with mode: 0644]
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/adt7411.c [new file with mode: 0644]