]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
hwmon: (f75375s) Fix register write order when setting fans to full speed
authorNikolaus Schulz <schulz@macnetix.de>
Wed, 22 Feb 2012 22:18:44 +0000 (23:18 +0100)
committerGuenter Roeck <guenter.roeck@ericsson.com>
Thu, 23 Feb 2012 14:47:47 +0000 (06:47 -0800)
commitc1c1a3d012fe5e82a9a025fb4b5a4f8ee67a53f6
tree5a123a800cd8b845b164f46ce311b81210df9b31
parent363434b5dc352464ac7601547891e5fc9105f124
hwmon: (f75375s) Fix register write order when setting fans to full speed

By hwmon sysfs interface convention, setting pwm_enable to zero sets a fan
to full speed.  In the f75375s driver, this need be done by enabling
manual fan control, plus duty mode for the F875387 chip, and then setting
the maximum duty cycle.  Fix a bug where the two necessary register writes
were swapped, effectively discarding the setting to full-speed.

Signed-off-by: Nikolaus Schulz <mail@microschulz.de>
Cc: Riku Voipio <riku.voipio@iki.fi>
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
drivers/hwmon/f75375s.c