]> err.no Git - linux-2.6/commit
[PATCH] I2C: Setting w83627hf fan divisor 128 fails.
authorGrant Coady <grant_lkml@dodo.com.au>
Thu, 12 May 2005 03:41:51 +0000 (13:41 +1000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 22 Jun 2005 04:51:56 +0000 (21:51 -0700)
commitabc01922477104e8d72b494902aff37135c409e7
tree7ef178b1a14e89c88bac1a976c238c91fc1697ee
parentb9826b3ee8faa468a26782e3bf37716a73d96730
[PATCH] I2C: Setting w83627hf fan divisor 128 fails.

Jarkko Lavinen provided patch to fix: "couldn't set the divisor 128
through fan1_div sysfs entry even though the chip supports it and
setting divisors 1..64 worked. This was due to POWER_TO_REG() only
checking 2's powers 0 till 5 but not 6."

This patch applies that fix to w83627hf and w83781d drivers.

Signed-off-by: Grant Coady <gcoady@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/i2c/chips/w83627hf.c
drivers/i2c/chips/w83781d.c