Searched hist:"996 dc09c8e773f348086d03ded4cb96950f116bb" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/hwmon/pmbus/ |
H A D | max31785.c | diff 996dc09c8e773f348086d03ded4cb96950f116bb Mon Feb 01 15:22:17 CST 2021 Matthew Barth <msbarth@linux.ibm.com> hwmon: (pmbus/max31785) Support revision "B"
There was an issue in how the tach feedbacks of dual rotor fans were reported during any change in fan speeds with revision "A" of the MAX31785. When the fan speeds would transition to a new target speed, the rotor not wired to the TACH input when TACHSEL = 0 would report a speed of 0 until the new target was reached. This has been fixed, resulting in a revision "B" update where the MFR_REVISION of "B" is 0x3061.
Signed-off-by: Matthew Barth <msbarth@linux.ibm.com> Link: https://lore.kernel.org/r/20210201212217.73721-1-msbarth@linux.ibm.com [groeck: Change 'ret' variable type to int] Signed-off-by: Guenter Roeck <linux@roeck-us.net>
|