RE: [PATCH] ARM: OMAP5: select SCU

2013-05-17 Thread Shilimkar, Santosh
...@vger.kernel.org; linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: OMAP5: select SCU So the exact commit breaking OMAP5 link for me is: 883a106 ARM: default machine descriptor for multiplatform The breakage seems to be a side effect of not selecting ARCH_VEXPRESS any more, which causes

Re: [PATCH] ARM: OMAP5: select SCU

2013-05-16 Thread Vincent Stehlé
So the exact commit breaking OMAP5 link for me is: 883a106 ARM: default machine descriptor for multiplatform The breakage seems to be a side effect of not selecting ARCH_VEXPRESS any more, which causes HAVE_ARM_SCU to not be selected any more, too, when compiling only for OMAP5. IMHO this only

Re: [PATCH] ARM: OMAP5: select SCU

2013-05-16 Thread Vincent Stehlé
On 05/15/2013 02:36 PM, Santosh Shilimkar wrote: > OMAP5 doesn't need the SCU. So Nak for the patch. Hi, I agree that it is a pure link issue. > I haven't noticed > this earlier. Do you know which commit broke this ? After some bisecting I arrived at this merge commit: 5497e7b Merge branch '

Re: [PATCH] ARM: OMAP5: select SCU

2013-05-15 Thread Santosh Shilimkar
On Tuesday 14 May 2013 10:27 PM, Vincent Stehlé wrote: > From: Vincent Stehlé > > OMAP5 needs SCU in SMP. > > This fixes the following link errors: > > arch/arm/mach-omap2/built-in.o: In function `scu_gp_set': > arch/arm/mach-omap2/sleep44xx.S:132: undefined reference to `scu_power_mode' >

[PATCH] ARM: OMAP5: select SCU

2013-05-14 Thread Vincent Stehlé
From: Vincent Stehlé OMAP5 needs SCU in SMP. This fixes the following link errors: arch/arm/mach-omap2/built-in.o: In function `scu_gp_set': arch/arm/mach-omap2/sleep44xx.S:132: undefined reference to `scu_power_mode' arch/arm/mach-omap2/built-in.o: In function `scu_gp_clear': arch/arm/