[PATCH] I2C: New hardware monitoring driver: w83627ehf
authorJean Delvare <khali@linux-fr.org>
Mon, 25 Apr 2005 20:43:25 +0000 (22:43 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 22 Jun 2005 04:51:54 +0000 (21:51 -0700)
commit08e7e2789e0da49eadeb17121e24af22efeee84b
tree0e7edd2ffc4ad0a3b1e5c5fe070fb1bc460696cf
parent40b5cda28aafe3744d8808c21f7959e472a9ecb1
[PATCH] I2C: New hardware monitoring driver: w83627ehf

This is a new hardware monitoring driver, w83627ehf, which supports the
Winbond W83627EHF Super-I/O chip. The driver is not complete, but
already usable. It only implements fan speed and temperature monitoring,
while the chip also supports voltage inputs with VID, PWM output and
temperature sensor selection. I have no more time to work on this, but
anyone with supported hardware could add the missing functionalities
later.

This driver is largely derived from the w83627hf driver.

Thanks to Leon Moonen and Steve Cliffe for tesing the preliminary
versions of my driver and reporting the problems they encountered.

Thanks to Grant Coady for noticing and fixing various corner cases in
the fan management. This third version of the driver hopefully addresses
all the issues the original version had.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/i2c/chips/Kconfig
drivers/i2c/chips/Makefile
drivers/i2c/chips/w83627ehf.c [new file with mode: 0644]