Re: [PATCH 09/16] avr32/at32ap: switch to the generic PWM framework

2014-04-07 Thread Thierry Reding
On Wed, Mar 19, 2014 at 03:18:20PM +0100, Hans-Christian Egtvedt wrote: > Around Wed 19 Mar 2014 14:03:22 +0100 or thereabout, Alexandre Belloni wrote: > > Switch to the pwm/pwm-atmel driver instead of misc/atmel_pwm > > > > Signed-off-by: Alexandre Belloni > > Acked-by: Hans-Christian Egtvedt

Re: [PATCH 09/16] avr32/at32ap: switch to the generic PWM framework

2014-04-07 Thread Thierry Reding
On Wed, Mar 19, 2014 at 03:18:20PM +0100, Hans-Christian Egtvedt wrote: Around Wed 19 Mar 2014 14:03:22 +0100 or thereabout, Alexandre Belloni wrote: Switch to the pwm/pwm-atmel driver instead of misc/atmel_pwm Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com

Re: [PATCH 09/16] avr32/at32ap: switch to the generic PWM framework

2014-03-19 Thread Hans-Christian Egtvedt
Around Wed 19 Mar 2014 14:03:22 +0100 or thereabout, Alexandre Belloni wrote: > Switch to the pwm/pwm-atmel driver instead of misc/atmel_pwm > > Signed-off-by: Alexandre Belloni Acked-by: Hans-Christian Egtvedt > --- > arch/avr32/mach-at32ap/at32ap700x.c | 7 ++- > 1 file changed, 2

[PATCH 09/16] avr32/at32ap: switch to the generic PWM framework

2014-03-19 Thread Alexandre Belloni
Switch to the pwm/pwm-atmel driver instead of misc/atmel_pwm Signed-off-by: Alexandre Belloni --- arch/avr32/mach-at32ap/at32ap700x.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/arch/avr32/mach-at32ap/at32ap700x.c b/arch/avr32/mach-at32ap/at32ap700x.c index

[PATCH 09/16] avr32/at32ap: switch to the generic PWM framework

2014-03-19 Thread Alexandre Belloni
Switch to the pwm/pwm-atmel driver instead of misc/atmel_pwm Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com --- arch/avr32/mach-at32ap/at32ap700x.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/arch/avr32/mach-at32ap/at32ap700x.c

Re: [PATCH 09/16] avr32/at32ap: switch to the generic PWM framework

2014-03-19 Thread Hans-Christian Egtvedt
Around Wed 19 Mar 2014 14:03:22 +0100 or thereabout, Alexandre Belloni wrote: Switch to the pwm/pwm-atmel driver instead of misc/atmel_pwm Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no ---