All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: shmobile: r8a7778: correct model name in Kconfig
@ 2013-05-09  0:05 ` Sergei Shtylyov
  0 siblings, 0 replies; 12+ messages in thread
From: Sergei Shtylyov @ 2013-05-09  0:05 UTC (permalink / raw)
  To: linux-arm-kernel

The correct model name is R-Car M1A or R8A77781; R8A77780 corresponds to R-Car
M1S which is a SH based SoC.  

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

---
The patch is against the current Linus' tree.

 arch/arm/mach-shmobile/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux/arch/arm/mach-shmobile/Kconfig
=================================--- linux.orig/arch/arm/mach-shmobile/Kconfig
+++ linux/arch/arm/mach-shmobile/Kconfig
@@ -36,7 +36,7 @@ config ARCH_R8A7740
 	select RENESAS_INTC_IRQPIN
 
 config ARCH_R8A7778
-	bool "R-Car M1 (R8A77780)"
+	bool "R-Car M1A (R8A77781)"
 	select CPU_V7
 	select SH_CLK_CPG
 	select ARM_GIC

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

* [PATCH] ARM: shmobile: r8a7778: correct model name in Kconfig
@ 2013-05-09  0:05 ` Sergei Shtylyov
  0 siblings, 0 replies; 12+ messages in thread
From: Sergei Shtylyov @ 2013-05-09  0:05 UTC (permalink / raw)
  To: linux-arm-kernel

The correct model name is R-Car M1A or R8A77781; R8A77780 corresponds to R-Car
M1S which is a SH based SoC.  

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

---
The patch is against the current Linus' tree.

 arch/arm/mach-shmobile/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux/arch/arm/mach-shmobile/Kconfig
===================================================================
--- linux.orig/arch/arm/mach-shmobile/Kconfig
+++ linux/arch/arm/mach-shmobile/Kconfig
@@ -36,7 +36,7 @@ config ARCH_R8A7740
 	select RENESAS_INTC_IRQPIN
 
 config ARCH_R8A7778
-	bool "R-Car M1 (R8A77780)"
+	bool "R-Car M1A (R8A77781)"
 	select CPU_V7
 	select SH_CLK_CPG
 	select ARM_GIC

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

* Re: [PATCH] ARM: shmobile: r8a7778: correct model name in Kconfig
  2013-05-09  0:05 ` Sergei Shtylyov
@ 2013-05-10  8:20   ` Simon Horman
  -1 siblings, 0 replies; 12+ messages in thread
From: Simon Horman @ 2013-05-10  8:20 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, May 09, 2013 at 04:05:40AM +0400, Sergei Shtylyov wrote:
> The correct model name is R-Car M1A or R8A77781; R8A77780 corresponds to R-Car
> M1S which is a SH based SoC.  
> 
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

Morimoto-san,

please review this change.

> 
> ---
> The patch is against the current Linus' tree.
> 
>  arch/arm/mach-shmobile/Kconfig |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Index: linux/arch/arm/mach-shmobile/Kconfig
> =================================> --- linux.orig/arch/arm/mach-shmobile/Kconfig
> +++ linux/arch/arm/mach-shmobile/Kconfig
> @@ -36,7 +36,7 @@ config ARCH_R8A7740
>  	select RENESAS_INTC_IRQPIN
>  
>  config ARCH_R8A7778
> -	bool "R-Car M1 (R8A77780)"
> +	bool "R-Car M1A (R8A77781)"
>  	select CPU_V7
>  	select SH_CLK_CPG
>  	select ARM_GIC
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

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

* [PATCH] ARM: shmobile: r8a7778: correct model name in Kconfig
@ 2013-05-10  8:20   ` Simon Horman
  0 siblings, 0 replies; 12+ messages in thread
From: Simon Horman @ 2013-05-10  8:20 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, May 09, 2013 at 04:05:40AM +0400, Sergei Shtylyov wrote:
> The correct model name is R-Car M1A or R8A77781; R8A77780 corresponds to R-Car
> M1S which is a SH based SoC.  
> 
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

Morimoto-san,

please review this change.

> 
> ---
> The patch is against the current Linus' tree.
> 
>  arch/arm/mach-shmobile/Kconfig |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Index: linux/arch/arm/mach-shmobile/Kconfig
> ===================================================================
> --- linux.orig/arch/arm/mach-shmobile/Kconfig
> +++ linux/arch/arm/mach-shmobile/Kconfig
> @@ -36,7 +36,7 @@ config ARCH_R8A7740
>  	select RENESAS_INTC_IRQPIN
>  
>  config ARCH_R8A7778
> -	bool "R-Car M1 (R8A77780)"
> +	bool "R-Car M1A (R8A77781)"
>  	select CPU_V7
>  	select SH_CLK_CPG
>  	select ARM_GIC
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

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

* Re: [PATCH] ARM: shmobile: r8a7778: correct model name in Kconfig
  2013-05-10  8:20   ` Simon Horman
@ 2013-05-10 19:38     ` Sergei Shtylyov
  -1 siblings, 0 replies; 12+ messages in thread
From: Sergei Shtylyov @ 2013-05-10 19:38 UTC (permalink / raw)
  To: linux-arm-kernel

Hello.

On 05/10/2013 12:20 PM, Simon Horman wrote:

>
>> The correct model name is R-Car M1A or R8A77781; R8A77780 corresponds to R-Car
>> M1S which is a SH based SoC.
>>
>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> Morimoto-san,
>
> please review this change.
>

    This patch was based on the info found on this official Renesas webpage:

http://www.renesas.eu/applications/automotive/cis/cis_highend/rcar_m1as/index.jsp

WBR, Sergei


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

* [PATCH] ARM: shmobile: r8a7778: correct model name in Kconfig
@ 2013-05-10 19:38     ` Sergei Shtylyov
  0 siblings, 0 replies; 12+ messages in thread
From: Sergei Shtylyov @ 2013-05-10 19:38 UTC (permalink / raw)
  To: linux-arm-kernel

Hello.

On 05/10/2013 12:20 PM, Simon Horman wrote:

>
>> The correct model name is R-Car M1A or R8A77781; R8A77780 corresponds to R-Car
>> M1S which is a SH based SoC.
>>
>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> Morimoto-san,
>
> please review this change.
>

    This patch was based on the info found on this official Renesas webpage:

http://www.renesas.eu/applications/automotive/cis/cis_highend/rcar_m1as/index.jsp

WBR, Sergei

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

* Re: [PATCH] ARM: shmobile: r8a7778: correct model name in Kconfig
  2013-05-10 19:38     ` Sergei Shtylyov
@ 2013-05-13  0:18       ` Kuninori Morimoto
  -1 siblings, 0 replies; 12+ messages in thread
From: Kuninori Morimoto @ 2013-05-13  0:18 UTC (permalink / raw)
  To: linux-arm-kernel


Hi

> >> The correct model name is R-Car M1A or R8A77781; R8A77780 corresponds to R-Car
> >> M1S which is a SH based SoC.
> >>
> >> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> > Morimoto-san,
> >
> > please review this change.
> >
> 
>     This patch was based on the info found on this official Renesas webpage:
> 
> http://www.renesas.eu/applications/automotive/cis/cis_highend/rcar_m1as/index.jsp

Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Best regards
---
Kuninori Morimoto

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

* [PATCH] ARM: shmobile: r8a7778: correct model name in Kconfig
@ 2013-05-13  0:18       ` Kuninori Morimoto
  0 siblings, 0 replies; 12+ messages in thread
From: Kuninori Morimoto @ 2013-05-13  0:18 UTC (permalink / raw)
  To: linux-arm-kernel


Hi

> >> The correct model name is R-Car M1A or R8A77781; R8A77780 corresponds to R-Car
> >> M1S which is a SH based SoC.
> >>
> >> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> > Morimoto-san,
> >
> > please review this change.
> >
> 
>     This patch was based on the info found on this official Renesas webpage:
> 
> http://www.renesas.eu/applications/automotive/cis/cis_highend/rcar_m1as/index.jsp

Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Best regards
---
Kuninori Morimoto

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

* Re: [PATCH] ARM: shmobile: r8a7778: correct model name in Kconfig
  2013-05-13  0:18       ` Kuninori Morimoto
@ 2013-05-13  1:33         ` Simon Horman
  -1 siblings, 0 replies; 12+ messages in thread
From: Simon Horman @ 2013-05-13  1:33 UTC (permalink / raw)
  To: linux-arm-kernel

On Sun, May 12, 2013 at 05:18:41PM -0700, Kuninori Morimoto wrote:
> 
> Hi
> 
> > >> The correct model name is R-Car M1A or R8A77781; R8A77780 corresponds to R-Car
> > >> M1S which is a SH based SoC.
> > >>
> > >> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> > > Morimoto-san,
> > >
> > > please review this change.
> > >
> > 
> >     This patch was based on the info found on this official Renesas webpage:
> > 
> > http://www.renesas.eu/applications/automotive/cis/cis_highend/rcar_m1as/index.jsp
> 
> Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 

Thanks, I have queued-up the following in the soc-r8a7778 branch.
There was a trivial conflict which I resolved. Please let me know
if I messed it up.

From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

ARM: shmobile: r8a7778: correct model name in Kconfig

The correct model name is R-Car M1A or R8A77781; R8A77780 corresponds to R-Car
M1S which is a SH based SoC.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
[horms+renesas@verge.net.au: manually applied to soc-r8a7778 branch]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/mach-shmobile/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig
index 3e7ad45..3c463ff 100644
--- a/arch/arm/mach-shmobile/Kconfig
+++ b/arch/arm/mach-shmobile/Kconfig
@@ -36,7 +36,7 @@ config ARCH_R8A7740
 	select RENESAS_INTC_IRQPIN
 
 config ARCH_R8A7778
-	bool "R-Car M1 (R8A77780)"
+	bool "R-Car M1A (R8A77781)"
 	select ARCH_WANT_OPTIONAL_GPIOLIB
 	select CPU_V7
 	select SH_CLK_CPG
-- 
1.8.2.1


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

* [PATCH] ARM: shmobile: r8a7778: correct model name in Kconfig
@ 2013-05-13  1:33         ` Simon Horman
  0 siblings, 0 replies; 12+ messages in thread
From: Simon Horman @ 2013-05-13  1:33 UTC (permalink / raw)
  To: linux-arm-kernel

On Sun, May 12, 2013 at 05:18:41PM -0700, Kuninori Morimoto wrote:
> 
> Hi
> 
> > >> The correct model name is R-Car M1A or R8A77781; R8A77780 corresponds to R-Car
> > >> M1S which is a SH based SoC.
> > >>
> > >> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> > > Morimoto-san,
> > >
> > > please review this change.
> > >
> > 
> >     This patch was based on the info found on this official Renesas webpage:
> > 
> > http://www.renesas.eu/applications/automotive/cis/cis_highend/rcar_m1as/index.jsp
> 
> Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 

Thanks, I have queued-up the following in the soc-r8a7778 branch.
There was a trivial conflict which I resolved. Please let me know
if I messed it up.

From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

ARM: shmobile: r8a7778: correct model name in Kconfig

The correct model name is R-Car M1A or R8A77781; R8A77780 corresponds to R-Car
M1S which is a SH based SoC.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
[horms+renesas at verge.net.au: manually applied to soc-r8a7778 branch]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/mach-shmobile/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig
index 3e7ad45..3c463ff 100644
--- a/arch/arm/mach-shmobile/Kconfig
+++ b/arch/arm/mach-shmobile/Kconfig
@@ -36,7 +36,7 @@ config ARCH_R8A7740
 	select RENESAS_INTC_IRQPIN
 
 config ARCH_R8A7778
-	bool "R-Car M1 (R8A77780)"
+	bool "R-Car M1A (R8A77781)"
 	select ARCH_WANT_OPTIONAL_GPIOLIB
 	select CPU_V7
 	select SH_CLK_CPG
-- 
1.8.2.1

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

* Re: [PATCH] ARM: shmobile: r8a7778: correct model name in Kconfig
  2013-05-13  1:33         ` Simon Horman
@ 2013-05-13 13:17           ` Sergei Shtylyov
  -1 siblings, 0 replies; 12+ messages in thread
From: Sergei Shtylyov @ 2013-05-13 13:17 UTC (permalink / raw)
  To: linux-arm-kernel

On 13-05-2013 5:33, Simon Horman wrote:

>>>>> The correct model name is R-Car M1A or R8A77781; R8A77780 corresponds to R-Car
>>>>> M1S which is a SH based SoC.

>>>>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
>>>> Morimoto-san,

>>>> please review this change.


>>>      This patch was based on the info found on this official Renesas webpage:

>>> http://www.renesas.eu/applications/automotive/cis/cis_highend/rcar_m1as/index.jsp

>> Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>


> Thanks, I have queued-up the following in the soc-r8a7778 branch.
> There was a trivial conflict which I resolved. Please let me know
> if I messed it up.

    It's alright, thanks. I'm just not sure this fix is worth deferring 
for several more months...

WBR, Sergei


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

* [PATCH] ARM: shmobile: r8a7778: correct model name in Kconfig
@ 2013-05-13 13:17           ` Sergei Shtylyov
  0 siblings, 0 replies; 12+ messages in thread
From: Sergei Shtylyov @ 2013-05-13 13:17 UTC (permalink / raw)
  To: linux-arm-kernel

On 13-05-2013 5:33, Simon Horman wrote:

>>>>> The correct model name is R-Car M1A or R8A77781; R8A77780 corresponds to R-Car
>>>>> M1S which is a SH based SoC.

>>>>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
>>>> Morimoto-san,

>>>> please review this change.


>>>      This patch was based on the info found on this official Renesas webpage:

>>> http://www.renesas.eu/applications/automotive/cis/cis_highend/rcar_m1as/index.jsp

>> Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>


> Thanks, I have queued-up the following in the soc-r8a7778 branch.
> There was a trivial conflict which I resolved. Please let me know
> if I messed it up.

    It's alright, thanks. I'm just not sure this fix is worth deferring 
for several more months...

WBR, Sergei

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

end of thread, other threads:[~2013-05-13 13:17 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-09  0:05 [PATCH] ARM: shmobile: r8a7778: correct model name in Kconfig Sergei Shtylyov
2013-05-09  0:05 ` Sergei Shtylyov
2013-05-10  8:20 ` Simon Horman
2013-05-10  8:20   ` Simon Horman
2013-05-10 19:38   ` Sergei Shtylyov
2013-05-10 19:38     ` Sergei Shtylyov
2013-05-13  0:18     ` Kuninori Morimoto
2013-05-13  0:18       ` Kuninori Morimoto
2013-05-13  1:33       ` Simon Horman
2013-05-13  1:33         ` Simon Horman
2013-05-13 13:17         ` Sergei Shtylyov
2013-05-13 13:17           ` Sergei Shtylyov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.