commit | 48b9d5b4f408259cd6800c4b17d4fe5025435da2 | [log] [tgz] |
---|---|---|
author | Kamil Debski <k.debski@samsung.com> | Mon Nov 03 15:42:55 2014 +0100 |
committer | Guenter Roeck <linux@roeck-us.net> | Tue Nov 11 10:39:45 2014 -0800 |
tree | 9e6acd855c6088dd9d9dbbb2d95ccc665da4edda | |
parent | aab18da44f243cf59b4dee335ea50b32f529b5b0 [diff] |
hwmon: (pwm-fan) Fix suspend/resume behavior The state of a PWM output is not clearly defined after resume. Some PWM drivers do not restore the duty cycle upon resume, thus it is necessary to manually restore the correct value. Signed-off-by: Kamil Debski <k.debski@samsung.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net>