linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: Scorpion is a v7 architecture, not v6
@ 2013-03-04 23:19 Stephen Boyd
  2013-03-05  8:31 ` Arnd Bergmann
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Boyd @ 2013-03-04 23:19 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: linux-kernel, linux-arm-msm

Scorpion processors have always been v7 CPUs. Fix the Kconfig
text to reflect this.

Reported-by: Stepan Moskovchenko <stepanm@codeaurora.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
---
 arch/arm/Kconfig |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index dedf02b..dc3bbbc 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1006,12 +1006,12 @@ config ARCH_MULTI_V4_V5
 	bool
 
 config ARCH_MULTI_V6
-	bool "ARMv6 based platforms (ARM11, Scorpion, ...)"
+	bool "ARMv6 based platforms (ARM11)"
 	select ARCH_MULTI_V6_V7
 	select CPU_V6
 
 config ARCH_MULTI_V7
-	bool "ARMv7 based platforms (Cortex-A, PJ4, Krait)"
+	bool "ARMv7 based platforms (Cortex-A, PJ4, Scorpion, Krait)"
 	default y
 	select ARCH_MULTI_V6_V7
 	select ARCH_VEXPRESS
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] ARM: Scorpion is a v7 architecture, not v6
  2013-03-04 23:19 [PATCH] ARM: Scorpion is a v7 architecture, not v6 Stephen Boyd
@ 2013-03-05  8:31 ` Arnd Bergmann
  2013-03-05 17:33   ` David Brown
  2013-03-15  1:43   ` Stephen Boyd
  0 siblings, 2 replies; 5+ messages in thread
From: Arnd Bergmann @ 2013-03-05  8:31 UTC (permalink / raw)
  To: Stephen Boyd; +Cc: linux-kernel, linux-arm-msm

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 <stepanm@codeaurora.org>
> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
> ---
>  arch/arm/Kconfig |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index dedf02b..dc3bbbc 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -1006,12 +1006,12 @@ config ARCH_MULTI_V4_V5
>         bool
>  
>  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.

Was there also an ARMv6 core from Qualcomm, or did you only use ARM11 at
the time?

	Arnd

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] ARM: Scorpion is a v7 architecture, not v6
  2013-03-05  8:31 ` Arnd Bergmann
@ 2013-03-05 17:33   ` David Brown
  2013-03-15  1:43   ` Stephen Boyd
  1 sibling, 0 replies; 5+ messages in thread
From: David Brown @ 2013-03-05 17:33 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: Stephen Boyd, linux-kernel, linux-arm-msm

Arnd Bergmann <arnd@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.
>
> Was there also an ARMv6 core from Qualcomm, or did you only use ARM11 at
> the time?

I believe the v6 core in the Qualcomm chips was an ARM11.

David

-- 
sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] ARM: Scorpion is a v7 architecture, not v6
  2013-03-05  8:31 ` Arnd Bergmann
  2013-03-05 17:33   ` David Brown
@ 2013-03-15  1:43   ` Stephen Boyd
  2013-03-15 10:38     ` Arnd Bergmann
  1 sibling, 1 reply; 5+ messages in thread
From: Stephen Boyd @ 2013-03-15  1:43 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: linux-kernel, linux-arm-msm

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 <stepanm@codeaurora.org>
>> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
>> ---
>>  arch/arm/Kconfig |    4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
>> index dedf02b..dc3bbbc 100644
>> --- a/arch/arm/Kconfig
>> +++ b/arch/arm/Kconfig
>> @@ -1006,12 +1006,12 @@ config ARCH_MULTI_V4_V5
>>         bool
>>  
>>  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.

Can you pick this patch up from the mailing list? Otherwise I can try to
route it through David's msm tree.

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
hosted by The Linux Foundation


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] ARM: Scorpion is a v7 architecture, not v6
  2013-03-15  1:43   ` Stephen Boyd
@ 2013-03-15 10:38     ` Arnd Bergmann
  0 siblings, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2013-03-15 10:38 UTC (permalink / raw)
  To: Stephen Boyd; +Cc: linux-kernel, linux-arm-msm

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-03-15 10:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-04 23:19 [PATCH] ARM: Scorpion is a v7 architecture, not v6 Stephen Boyd
2013-03-05  8:31 ` Arnd Bergmann
2013-03-05 17:33   ` David Brown
2013-03-15  1:43   ` Stephen Boyd
2013-03-15 10:38     ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).