Re: [PATCH v2] hwmon: pwm-fan: Add pwm-fan driver

2014-07-14 Thread Tobias Klauser
On 2014-07-14 at 15:50:35 +0200, Kamil Debski wrote: > The pwm-fan driver enables control of fans connected to PWM lines. > This driver uses the PWM framework, so it is compatible with all > PWM devices that provide drivers through the PWM framework. > > Signed-off-by: Kamil Debski > --- > Chang

[PATCH v2] hwmon: pwm-fan: Add pwm-fan driver

2014-07-14 Thread Kamil Debski
The pwm-fan driver enables control of fans connected to PWM lines. This driver uses the PWM framework, so it is compatible with all PWM devices that provide drivers through the PWM framework. Signed-off-by: Kamil Debski --- Changes since v1: - added documentation to Documentation/hwmon - fix chec