Re: [PATCH 3/5] ARM: ux500: Remove platform specific PRCMU and Clk initialisation

2013-03-27 Thread Linus Walleij
On Fri, Mar 22, 2013 at 4:27 PM, Lee Jones wrote: > For the moment at least, every platform which executes though > ux500_init_irq requires the same clk and prcmu initialisation. > So let's call those functions without clause. > > Signed-off-by: Lee Jones This is not true after the multiplatfor

[PATCH 3/5] ARM: ux500: Remove platform specific PRCMU and Clk initialisation

2013-03-22 Thread Lee Jones
For the moment at least, every platform which executes though ux500_init_irq requires the same clk and prcmu initialisation. So let's call those functions without clause. Signed-off-by: Lee Jones --- arch/arm/mach-ux500/cpu.c |9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) dif