Re: [RFC PATCH] pwm: atmel-pwm: add pwm controller driver

2013-08-20 Thread Bo Shen
Hi Nicolas, On 8/20/2013 16:33, Nicolas Ferre wrote: On 19/08/2013 05:11, Bo Shen : add atmel pwm controller driver based on PWM framework this is basic function implementation of pwm controller it can work with pwm based led and backlight Signed-off-by: Bo Shen --- This patch is based on L

Re: [RFC PATCH] pwm: atmel-pwm: add pwm controller driver

2013-08-20 Thread Nicolas Ferre
On 19/08/2013 05:11, Bo Shen : add atmel pwm controller driver based on PWM framework this is basic function implementation of pwm controller it can work with pwm based led and backlight Signed-off-by: Bo Shen --- This patch is based on Linux v3.11 rc6 Tested on sama5d31ek and at91sam9m10g45e

Re: [RFC PATCH] pwm: atmel-pwm: add pwm controller driver

2013-08-19 Thread Bo Shen
Hi Thierry, On 8/20/2013 05:20, Thierry Reding wrote: On Mon, Aug 19, 2013 at 11:11:06AM +0800, Bo Shen wrote: add atmel pwm controller driver based on PWM framework this is basic function implementation of pwm controller it can work with pwm based led and backlight Please use the proper spe

Re: [RFC PATCH] pwm: atmel-pwm: add pwm controller driver

2013-08-19 Thread Thierry Reding
On Mon, Aug 19, 2013 at 11:11:06AM +0800, Bo Shen wrote: > add atmel pwm controller driver based on PWM framework > > this is basic function implementation of pwm controller > it can work with pwm based led and backlight Please use the proper spelling "PWM" in prose. Variable names and such shoul

[RFC PATCH] pwm: atmel-pwm: add pwm controller driver

2013-08-18 Thread Bo Shen
add atmel pwm controller driver based on PWM framework this is basic function implementation of pwm controller it can work with pwm based led and backlight Signed-off-by: Bo Shen --- This patch is based on Linux v3.11 rc6 Tested on sama5d31ek and at91sam9m10g45ek board --- .../devicetree/bindi