Re: [PATCH v7 2/5] pwm: add the Berlin pwm controller driver

2015-10-05 Thread Thierry Reding
On Fri, Oct 02, 2015 at 04:59:47PM +0200, Antoine Tenart wrote: > Add a PWM controller driver for the Marvell Berlin SoCs. This PWM > controller has 4 channels. > > Signed-off-by: Antoine Tenart > Acked-by: Sebastian Hesselbarth > --- > drivers/pwm/Kconfig | 9 ++ > drivers/pwm/Makefile

[PATCH v7 2/5] pwm: add the Berlin pwm controller driver

2015-10-02 Thread Antoine Tenart
Add a PWM controller driver for the Marvell Berlin SoCs. This PWM controller has 4 channels. Signed-off-by: Antoine Tenart Acked-by: Sebastian Hesselbarth --- drivers/pwm/Kconfig | 9 ++ drivers/pwm/Makefile | 1 + drivers/pwm/pwm-berlin.c | 221