From: Jean Delvare Date: Fri, 17 Oct 2008 15:51:13 +0000 (+0200) Subject: hwmon: (lm85) Implement the standard PWM frequency interface X-Git-Tag: firefly_0821_release~17367^2~29 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=34e7dc6ca4a663a1bb0a0a4e118426849dccd72d;hp=34e7dc6ca4a663a1bb0a0a4e118426849dccd72d;p=firefly-linux-kernel-4.4.55.git hwmon: (lm85) Implement the standard PWM frequency interface Implement the standard PWM frequency interface: pwm[1-*]_freq in units of 1 Hz, instead of the non-standard pwm[1-*]_auto_pwm_freq in units of 0.1 Hz. The old naming was not only non-standard, it was also confusing, because it suggested that the frequency value only applied in automatic fan speed mode, which isn't true. Signed-off-by: Jean Delvare Acked-by: Herbert Poetzl ---