Re: [PATCH v7 1/2] PWM: atmel-pwm: add PWM controller driver

2013-11-15 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:53 Fri 15 Nov , 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 v

[PATCH v7 1/2] PWM: atmel-pwm: add PWM controller driver

2013-11-15 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 Acked-by: Alexandre Belloni --- Changes in v7: - fix issue for none device tree issues. Changes in v