it87: Add support for the IT8716F
authorJean Delvare <khali@linux-fr.org>
Mon, 28 Aug 2006 12:23:46 +0000 (14:23 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 28 Sep 2006 22:31:13 +0000 (15:31 -0700)
commit17d648bf5786ba5b8cbf7cbd5cb18d3d8d2657ca
tree8761d44284bbff01c0bd720c6cfd47a42b145978
parent0dd7699ec4b27b3662d8980ff7a309cc81276298
it87: Add support for the IT8716F

it87: Add support for the IT8716F

The IT8716F is a Super-I/O chip with integrated hardware monitoring
functions. It is very similar to the IT8712F, so adding support to the
it87 driver was pretty straightforward. The most significant change here
is that the IT8716F has 16-bit fan speed counters, so the user no more
needs to tweak the fan clock dividers to get the best readings.

Userspace support is already in lm_sensors SVN (to be soon released
as 2.10.1.)

Thanks to Stian Oksavik, Olivier Nicolas, Prakash Punnoor and
Juergen Kilb for testing the early versions of this patch.

Thanks also to ITE for providing datasheets and answering my questions.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Documentation/hwmon/it87
drivers/hwmon/Kconfig
drivers/hwmon/it87.c