]> git.baikalelectronics.ru Git - kernel.git/commit
it87: Add support for the IT8718F
authorJean Delvare <khali@linux-fr.org>
Mon, 28 Aug 2006 12:37:19 +0000 (14:37 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 28 Sep 2006 22:31:13 +0000 (15:31 -0700)
commitc176a910052bdbc1e6adc4843a54d5abde20f9d9
tree030b275650c5d8c79285bc3f7b0ba8f1c2cc25b6
parent1f1a4209125cf94299269d65bf03fac46860a4b1
it87: Add support for the IT8718F

it87: Add support for the IT8718F

The IT8718F is a Super-I/O chip with integrated hardware monitoring
functions. It is very similar to the IT8716F, so adding support to the
it87 driver was pretty straightforward. The most significant difference
is that the IT8718F has up to 8 VID pins, instead of 6 for the older
chips.

For the IT8718F, the VID value can only be read from Super-I/O space.

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

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