Re: [PATCHv10 1/2] pwm: Add Allwinner SoC support

2015-01-19 Thread Olliver Schinagl
Hey Alexandre, I'll pull your v10 and start testing that hopefully this week. I've been using an older version, v8 I think, without any trouble so far. On 19-01-15 10:21, Chen-Yu Tsai wrote: On Thu, Dec 18, 2014 at 5:15 AM, Alexandre Belloni wrote: This adds a generic PWM framework driver f

Re: [PATCHv10 1/2] pwm: Add Allwinner SoC support

2015-01-19 Thread Chen-Yu Tsai
On Thu, Dec 18, 2014 at 5:15 AM, Alexandre Belloni wrote: > This adds a generic PWM framework driver for the PWM controller > found on Allwinner SoCs. Hi, Any news on this series? ChenYu > Signed-off-by: Alexandre Belloni > Acked-by: Maxime Ripard > --- > drivers/pwm/Kconfig | 10 ++ >

[PATCHv10 1/2] pwm: Add Allwinner SoC support

2014-12-17 Thread Alexandre Belloni
This adds a generic PWM framework driver for the PWM controller found on Allwinner SoCs. Signed-off-by: Alexandre Belloni Acked-by: Maxime Ripard --- drivers/pwm/Kconfig | 10 ++ drivers/pwm/Makefile| 1 + drivers/pwm/pwm-sun4i.c | 366