Re: [PATCH] ARM: Scorpion is a v7 architecture, not v6

2013-03-15 Thread Arnd Bergmann
On Friday 15 March 2013, Stephen Boyd wrote: > Can you pick this patch up from the mailing list? Otherwise I can try to > route it through David's msm tree. Ok, applied to the fixes branch now. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

Re: [PATCH] ARM: Scorpion is a v7 architecture, not v6

2013-03-15 Thread Arnd Bergmann
On Friday 15 March 2013, Stephen Boyd wrote: Can you pick this patch up from the mailing list? Otherwise I can try to route it through David's msm tree. Ok, applied to the fixes branch now. Arnd -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a

Re: [PATCH] ARM: Scorpion is a v7 architecture, not v6

2013-03-14 Thread Stephen Boyd
On 03/05/13 00:31, Arnd Bergmann wrote: > On Monday 04 March 2013, Stephen Boyd wrote: >> Scorpion processors have always been v7 CPUs. Fix the Kconfig >> text to reflect this. >> >> Reported-by: Stepan Moskovchenko >> Signed-off-by: Stephen Boyd >> --- >> arch/arm/Kconfig |4 ++-- >> 1

Re: [PATCH] ARM: Scorpion is a v7 architecture, not v6

2013-03-14 Thread Stephen Boyd
On 03/05/13 00:31, Arnd Bergmann wrote: On Monday 04 March 2013, Stephen Boyd wrote: Scorpion processors have always been v7 CPUs. Fix the Kconfig text to reflect this. Reported-by: Stepan Moskovchenko step...@codeaurora.org Signed-off-by: Stephen Boyd sb...@codeaurora.org ---

Re: [PATCH] ARM: Scorpion is a v7 architecture, not v6

2013-03-05 Thread David Brown
Arnd Bergmann writes: > On Monday 04 March 2013, Stephen Boyd wrote: >> config ARCH_MULTI_V6 >> - bool "ARMv6 based platforms (ARM11, Scorpion, ...)" >> + bool "ARMv6 based platforms (ARM11)" >> select ARCH_MULTI_V6_V7 >> select CPU_V6 > > Sorry about that, my fault.

Re: [PATCH] ARM: Scorpion is a v7 architecture, not v6

2013-03-05 Thread Arnd Bergmann
On Monday 04 March 2013, Stephen Boyd wrote: > Scorpion processors have always been v7 CPUs. Fix the Kconfig > text to reflect this. > > Reported-by: Stepan Moskovchenko > Signed-off-by: Stephen Boyd > --- > arch/arm/Kconfig |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >

Re: [PATCH] ARM: Scorpion is a v7 architecture, not v6

2013-03-05 Thread Arnd Bergmann
On Monday 04 March 2013, Stephen Boyd wrote: Scorpion processors have always been v7 CPUs. Fix the Kconfig text to reflect this. Reported-by: Stepan Moskovchenko step...@codeaurora.org Signed-off-by: Stephen Boyd sb...@codeaurora.org --- arch/arm/Kconfig |4 ++-- 1 file changed, 2

Re: [PATCH] ARM: Scorpion is a v7 architecture, not v6

2013-03-05 Thread David Brown
Arnd Bergmann a...@arndb.de writes: On Monday 04 March 2013, Stephen Boyd wrote: config ARCH_MULTI_V6 - bool ARMv6 based platforms (ARM11, Scorpion, ...) + bool ARMv6 based platforms (ARM11) select ARCH_MULTI_V6_V7 select CPU_V6 Sorry about that, my fault.

[PATCH] ARM: Scorpion is a v7 architecture, not v6

2013-03-04 Thread Stephen Boyd
Scorpion processors have always been v7 CPUs. Fix the Kconfig text to reflect this. Reported-by: Stepan Moskovchenko Signed-off-by: Stephen Boyd --- arch/arm/Kconfig |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index

[PATCH] ARM: Scorpion is a v7 architecture, not v6

2013-03-04 Thread Stephen Boyd
Scorpion processors have always been v7 CPUs. Fix the Kconfig text to reflect this. Reported-by: Stepan Moskovchenko step...@codeaurora.org Signed-off-by: Stephen Boyd sb...@codeaurora.org --- arch/arm/Kconfig |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git