Re: [PATCH v5] PWM: atmel-pwm: add PWM controller driver

2013-10-31 Thread Bo Shen
Hi J, On 10/31/2013 13:42, Jean-Christophe PLAGNIOL-VILLARD wrote: On 17:10 Mon 30 Sep , Bo Shen wrote: Add Atmel PWM controller driver based on PWM framework. This is the basic function implementation of Atmel PWM controller. It can work with PWM based led and backlight. Signed-off-by: B

Re: [PATCH v5] PWM: atmel-pwm: add PWM controller driver

2013-10-31 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:10 Mon 30 Sep , Bo Shen wrote: > Add Atmel PWM controller driver based on PWM framework. > > This is the basic function implementation of Atmel PWM controller. > It can work with PWM based led and backlight. > > Signed-off-by: Bo Shen > > --- > Changes in v5: > - call clk_disable di

Re: [PATCH v5] PWM: atmel-pwm: add PWM controller driver

2013-10-30 Thread Bo Shen
Hi Nicolas, On 10/28/2013 10:49 PM, Nicolas Ferre wrote: On 22/10/2013 12:13, Bo Shen : Hi All, On 10/8/2013 21:17, Thierry Reding wrote: On Mon, Sep 30, 2013 at 05:10:40PM +0800, Bo Shen wrote: Add Atmel PWM controller driver based on PWM framework. This is the basic function implementatio

Re: [PATCH v5] PWM: atmel-pwm: add PWM controller driver

2013-10-28 Thread Nicolas Ferre
On 22/10/2013 12:13, Bo Shen : Hi All, On 10/8/2013 21:17, Thierry Reding wrote: On Mon, Sep 30, 2013 at 05:10:40PM +0800, Bo Shen wrote: Add Atmel PWM controller driver based on PWM framework. This is the basic function implementation of Atmel PWM controller. It can work with PWM based led a

Re: [PATCH v5] PWM: atmel-pwm: add PWM controller driver

2013-10-22 Thread Bo Shen
Hi All, On 10/8/2013 21:17, Thierry Reding wrote: On Mon, Sep 30, 2013 at 05:10:40PM +0800, Bo Shen wrote: Add Atmel PWM controller driver based on PWM framework. This is the basic function implementation of Atmel PWM controller. It can work with PWM based led and backlight. Signed-off-by: Bo

Re: [PATCH v5] PWM: atmel-pwm: add PWM controller driver

2013-10-08 Thread Thierry Reding
On Mon, Sep 30, 2013 at 05:10:40PM +0800, Bo Shen wrote: > Add Atmel PWM controller driver based on PWM framework. > > This is the basic function implementation of Atmel PWM controller. > It can work with PWM based led and backlight. > > Signed-off-by: Bo Shen > > --- > Changes in v5: > - cal

Re: [PATCH v5] PWM: atmel-pwm: add PWM controller driver

2013-09-30 Thread Alexandre Belloni
On 30/09/2013 11:10, Bo Shen wrote: > Add Atmel PWM controller driver based on PWM framework. > > This is the basic function implementation of Atmel PWM controller. > It can work with PWM based led and backlight. > > Signed-off-by: Bo Shen Acked-by: Alexandre Belloni > > --- > Changes in v5: >

[PATCH v5] PWM: atmel-pwm: add PWM controller driver

2013-09-30 Thread Bo Shen
Add Atmel PWM controller driver based on PWM framework. This is the basic function implementation of Atmel PWM controller. It can work with PWM based led and backlight. Signed-off-by: Bo Shen --- Changes in v5: - call clk_disable directly, if so, it won't cause more than one channel enabl