Re: [PATCH v3 4/4] hwmon: (adt7475) add high frequency support

2017-05-14 Thread Guenter Roeck
On 05/11/2017 02:31 PM, Chris Packham wrote: On 11/05/17 15:45, Chris Packham wrote: Systems using 4-wire fans usually require high frequency (22.5kHz) output on the pwm. Add 22500 as a valid option in the pwmfreq_table. In high frequency mode the low-order bit are ignored so they can safely be

Re: [PATCH v3 4/4] hwmon: (adt7475) add high frequency support

2017-05-11 Thread Chris Packham
On 11/05/17 15:45, Chris Packham wrote: > Systems using 4-wire fans usually require high frequency (22.5kHz) > output on the pwm. Add 22500 as a valid option in the pwmfreq_table. In > high frequency mode the low-order bit are ignored so they can safely be > set to 0. > > Signed-off-by: Chris

[PATCH v3 4/4] hwmon: (adt7475) add high frequency support

2017-05-10 Thread Chris Packham
Systems using 4-wire fans usually require high frequency (22.5kHz) output on the pwm. Add 22500 as a valid option in the pwmfreq_table. In high frequency mode the low-order bit are ignored so they can safely be set to 0. Signed-off-by: Chris Packham --- Changes