[PATCH 05/16] ARM: at91: at91sam9rl: switch to 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/arm/mach-at91/at91sam9rl.c | 1 + arch/arm/mach-at91/at91sam9rl_devices.c | 11 ++- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git

[PATCH 05/16] ARM: at91: at91sam9rl: switch to 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/arm/mach-at91/at91sam9rl.c | 1 + arch/arm/mach-at91/at91sam9rl_devices.c | 11 ++- 2 files changed, 3 insertions(+), 9 deletions(-) diff