hwmon: (it87) Add support for the IT8721F/IT8758E
authorJean Delvare <khali@linux-fr.org>
Thu, 28 Oct 2010 18:31:51 +0000 (20:31 +0200)
committerJean Delvare <khali@endymion.delvare>
Thu, 28 Oct 2010 18:31:51 +0000 (20:31 +0200)
commit44c1bcd4bcde32b2a31a6775a277706ab489c0dc
treebb8f17e5c2d0e6e871906f3cddb32290cf1a09b8
parent0df6454da937548594774788b009616ed27607ed
hwmon: (it87) Add support for the IT8721F/IT8758E

Add support for the IT8721F/IT8758E. These new chips differ from the
older IT87xxF chips in the following ways:
* ADC LSB is 12 mV instead of 16 mV.
* PWM values are 8-bit instead of 7-bit.
There are other minor changes we don't have to care about in the
driver.

Another change is that we will handle internal voltage scaling in the
driver instead of delegating the work to user-space.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Documentation/hwmon/it87
drivers/hwmon/Kconfig
drivers/hwmon/it87.c