linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: BCM5301X: Fix chip typo in ARCH_BCM_5301X help message
@ 2015-05-13  7:20 Rafał Miłecki
  2015-05-13 17:31 ` Florian Fainelli
  2015-05-13 17:37 ` Hauke Mehrtens
  0 siblings, 2 replies; 4+ messages in thread
From: Rafał Miłecki @ 2015-05-13  7:20 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Rafa? Mi?ecki <zajec5@gmail.com>
---
 arch/arm/mach-bcm/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig
index 8b11f44..7fec7e8 100644
--- a/arch/arm/mach-bcm/Kconfig
+++ b/arch/arm/mach-bcm/Kconfig
@@ -47,7 +47,7 @@ config ARCH_BCM_5301X
 	  BCM53014, BCM53015, BCM53016, BCM53017, BCM53018, BCM4707,
 	  BCM4708 and BCM4709.
 
-	  Do not confuse this with the BCM4760 which is a totally
+	  Do not confuse this with the BCM4706 which is a totally
 	  different SoC or with the older BCM47XX and BCM53XX based
 	  network SoC using a MIPS CPU, they are supported by arch/mips/bcm47xx
 
-- 
1.8.4.5

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

* [PATCH] ARM: BCM5301X: Fix chip typo in ARCH_BCM_5301X help message
  2015-05-13  7:20 [PATCH] ARM: BCM5301X: Fix chip typo in ARCH_BCM_5301X help message Rafał Miłecki
@ 2015-05-13 17:31 ` Florian Fainelli
  2015-05-13 18:16   ` Rafał Miłecki
  2015-05-13 17:37 ` Hauke Mehrtens
  1 sibling, 1 reply; 4+ messages in thread
From: Florian Fainelli @ 2015-05-13 17:31 UTC (permalink / raw)
  To: linux-arm-kernel

On 13/05/15 00:20, Rafa? Mi?ecki wrote:
> Signed-off-by: Rafa? Mi?ecki <zajec5@gmail.com>
> ---
>  arch/arm/mach-bcm/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig
> index 8b11f44..7fec7e8 100644
> --- a/arch/arm/mach-bcm/Kconfig
> +++ b/arch/arm/mach-bcm/Kconfig
> @@ -47,7 +47,7 @@ config ARCH_BCM_5301X
>  	  BCM53014, BCM53015, BCM53016, BCM53017, BCM53018, BCM4707,
>  	  BCM4708 and BCM4709.
>  
> -	  Do not confuse this with the BCM4760 which is a totally
> +	  Do not confuse this with the BCM4706 which is a totally
>  	  different SoC or with the older BCM47XX and BCM53XX based
>  	  network SoC using a MIPS CPU, they are supported by arch/mips/bcm47xx

This is not a real typo per-se, there is a 4760 chip (GPS), do you want
to resubmit to include both?
-- 
Florian

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

* [PATCH] ARM: BCM5301X: Fix chip typo in ARCH_BCM_5301X help message
  2015-05-13  7:20 [PATCH] ARM: BCM5301X: Fix chip typo in ARCH_BCM_5301X help message Rafał Miłecki
  2015-05-13 17:31 ` Florian Fainelli
@ 2015-05-13 17:37 ` Hauke Mehrtens
  1 sibling, 0 replies; 4+ messages in thread
From: Hauke Mehrtens @ 2015-05-13 17:37 UTC (permalink / raw)
  To: linux-arm-kernel

On 05/13/2015 09:20 AM, Rafa? Mi?ecki wrote:
> Signed-off-by: Rafa? Mi?ecki <zajec5@gmail.com>
> ---
>  arch/arm/mach-bcm/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig
> index 8b11f44..7fec7e8 100644
> --- a/arch/arm/mach-bcm/Kconfig
> +++ b/arch/arm/mach-bcm/Kconfig
> @@ -47,7 +47,7 @@ config ARCH_BCM_5301X
>  	  BCM53014, BCM53015, BCM53016, BCM53017, BCM53018, BCM4707,
>  	  BCM4708 and BCM4709.
>  
> -	  Do not confuse this with the BCM4760 which is a totally
> +	  Do not confuse this with the BCM4706 which is a totally
>  	  different SoC or with the older BCM47XX and BCM53XX based
>  	  network SoC using a MIPS CPU, they are supported by arch/mips/bcm47xx
>  
> 
Nack

Like Florian said this is not a typo. There is a BCM4760 SoC and it was
or is supported by Linux.

See this for BCM4760: https://lwn.net/Articles/563957/

I forgot about this at first too. Nice naming Broadcom. (the other
companies are not better).  ;-)

Hauke

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

* [PATCH] ARM: BCM5301X: Fix chip typo in ARCH_BCM_5301X help message
  2015-05-13 17:31 ` Florian Fainelli
@ 2015-05-13 18:16   ` Rafał Miłecki
  0 siblings, 0 replies; 4+ messages in thread
From: Rafał Miłecki @ 2015-05-13 18:16 UTC (permalink / raw)
  To: linux-arm-kernel

On 13 May 2015 at 19:31, Florian Fainelli <f.fainelli@gmail.com> wrote:
> On 13/05/15 00:20, Rafa? Mi?ecki wrote:
>> Signed-off-by: Rafa? Mi?ecki <zajec5@gmail.com>
>> ---
>>  arch/arm/mach-bcm/Kconfig | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig
>> index 8b11f44..7fec7e8 100644
>> --- a/arch/arm/mach-bcm/Kconfig
>> +++ b/arch/arm/mach-bcm/Kconfig
>> @@ -47,7 +47,7 @@ config ARCH_BCM_5301X
>>         BCM53014, BCM53015, BCM53016, BCM53017, BCM53018, BCM4707,
>>         BCM4708 and BCM4709.
>>
>> -       Do not confuse this with the BCM4760 which is a totally
>> +       Do not confuse this with the BCM4706 which is a totally
>>         different SoC or with the older BCM47XX and BCM53XX based
>>         network SoC using a MIPS CPU, they are supported by arch/mips/bcm47xx
>
> This is not a real typo per-se, there is a 4760 chip (GPS), do you want
> to resubmit to include both?

Oops, drop it please.

-- 
Rafa?

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

end of thread, other threads:[~2015-05-13 18:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-13  7:20 [PATCH] ARM: BCM5301X: Fix chip typo in ARCH_BCM_5301X help message Rafał Miłecki
2015-05-13 17:31 ` Florian Fainelli
2015-05-13 18:16   ` Rafał Miłecki
2015-05-13 17:37 ` Hauke Mehrtens

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).