RE: [PATCH v4] hwmon: pwm-fan: Add pwm-fan driver

2014-07-16 Thread Kamil Debski
anz.ch; > linux-...@vger.kernel.org; varkabhad...@gmail.com > Subject: Re: [PATCH v4] hwmon: pwm-fan: Add pwm-fan driver > > Hi Kamil, > > comments inline. Thank you for your review :-) > > Thanks, > Guenter > > On 07/16/2014 03:03 AM, Kamil Debski wrote: > > T

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

2014-07-16 Thread Guenter Roeck
Hi Kamil, comments inline. Thanks, Guenter On 07/16/2014 03:03 AM, 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:

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

2014-07-16 Thread Tobias Klauser
On 2014-07-16 at 12:03:34 +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 Looks good a

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

2014-07-16 Thread Varka Bhadram
Hi Kamil, On 07/16/2014 03:33 PM, 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 --- Changes since v3