hwmon: (lm70) Code streamlining and cleanup
authorKaiwan N Billimoria <kaiwan@designergraphix.com>
Wed, 7 Jan 2009 15:37:34 +0000 (16:37 +0100)
committerJean Delvare <khali@linux-fr.org>
Wed, 7 Jan 2009 15:37:34 +0000 (16:37 +0100)
commit2b7300513b98e05058a803de3beb8a1c0a0c61d9
tree279b61da3b204e44bc52ad62a4836e28ffce1bde
parent0589c2de643ef71a684ba6d219532f9e2a3e554b
hwmon: (lm70) Code streamlining and cleanup

This fixes a byteswap bug in the LM70 temperature sensor driver,
which was previously covered up by a converse bug in the driver
for the LM70EVAL-LLP board (which is also fixed).

Other fixes:  doc updates, remove an annoying msleep(), and improve
three-wire protocol handling.

Signed-off-by: Kaiwan N Billimoria <kaiwan@designergraphix.com>
[ dbrownell@users.sourceforge.net: doc and whitespace tweaks ]
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Documentation/hwmon/lm70
Documentation/spi/spi-lm70llp
drivers/hwmon/lm70.c
drivers/spi/spi_lm70llp.c