hwmon: Driver for TI TMP102 temperature sensor
authorSteven King <sfking@fdwdc.com>
Thu, 27 May 2010 17:58:56 +0000 (19:58 +0200)
committerJean Delvare <khali@linux-fr.org>
Thu, 27 May 2010 17:58:56 +0000 (19:58 +0200)
commitbeb1b6bbf2b448b97b9611200eb4b5a555336c60
treeff20c6fe10e2ef0f29e5fe0f21caf1fcff5236d6
parentdac6831e67e90d1cee430a66e7390e753c20d835
hwmon: Driver for TI TMP102 temperature sensor

Driver for the TI TMP102.

The TI TMP102 is similar to the LM75.  It differs from the LM75 by
having a 16-bit conf register and the temp registers have a minimum
resolution of 12 bits; the extended conf register can select 13-bit
resolution (which this driver does) and also change the update rate
(which this driver currently doesn't use).

[JD: Fix tmp102_exit tag, must be __exit, not __init.]

Signed-off-by: Steven King <sfking@fdwdc.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Documentation/hwmon/tmp102 [new file with mode: 0644]
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/tmp102.c [new file with mode: 0644]