hwmon: (tmp102) Various fixes
authorJean Delvare <khali@linux-fr.org>
Thu, 27 May 2010 17:58:57 +0000 (19:58 +0200)
committerJean Delvare <khali@linux-fr.org>
Thu, 27 May 2010 17:58:57 +0000 (19:58 +0200)
commitcff37c9e82e022068840b3d33167e64c6a0ecc06
tree8ebce4d6d8cbc16a661e6548515d02f43d66ad58
parentbeb1b6bbf2b448b97b9611200eb4b5a555336c60
hwmon: (tmp102) Various fixes

Fixes from my driver review:
http://lists.lm-sensors.org/pipermail/lm-sensors/2010-March/028051.html

Only the small changes are in there, more important changes will come
later separately as time permits.

* Drop the remnants of the now gone detect function
* The TMP102 has no known compatible chip
* Include the right header files
* Clarify why byte swapping of register values is needed
* Strip resolution info bit from temperature register value
* Set cache lifetime to 1/3 second
* Don't arbitrarily reject limit values; clamp as needed
* Make limit writing unconditional
* Don't check for transaction types the driver doesn't use
* Properly check for error when setting configuration
* Report error on failed probe
* Make the driver load automatically where needed
* Various other minor fixes

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Steven King <sfking@fdwdc.com>
Documentation/hwmon/tmp102
drivers/hwmon/Kconfig
drivers/hwmon/tmp102.c