From patchwork Mon May 13 01:33:22 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 2556011 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) by patchwork2.kernel.org (Postfix) with ESMTP id B25B6DF215 for ; Mon, 13 May 2013 01:44:58 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UbhgK-0008Se-To; Mon, 13 May 2013 01:36:11 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UbheD-0001gY-Ah; Mon, 13 May 2013 01:33:53 +0000 Received: from kirsty.vergenet.net ([202.4.237.240]) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UbheA-0001g4-Du for linux-arm-kernel@lists.infradead.org; Mon, 13 May 2013 01:33:51 +0000 Received: from ayumi.akashicho.tokyo.vergenet.net (p5212-ipbfp1903kobeminato.hyogo.ocn.ne.jp [114.172.132.212]) by kirsty.vergenet.net (Postfix) with ESMTP id C8F0D25BF66; Mon, 13 May 2013 11:33:28 +1000 (EST) Received: by ayumi.akashicho.tokyo.vergenet.net (Postfix, from userid 7100) id 34F14EDE7CB; Mon, 13 May 2013 10:33:22 +0900 (JST) Date: Mon, 13 May 2013 10:33:22 +0900 From: Simon Horman To: Kuninori Morimoto Subject: Re: [PATCH] ARM: shmobile: r8a7778: correct model name in Kconfig Message-ID: <20130513013320.GD7826@verge.net.au> References: <201305090405.41053.sergei.shtylyov@cogentembedded.com> <20130510082055.GB27435@verge.net.au> <518D4CCF.5040706@cogentembedded.com> <87obcfn350.wl%kuninori.morimoto.gx@renesas.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <87obcfn350.wl%kuninori.morimoto.gx@renesas.com> Organisation: Horms Solutions Ltd. User-Agent: Mutt/1.5.21 (2010-09-15) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130512_213350_934098_36125A47 X-CRM114-Status: GOOD ( 21.30 ) X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [202.4.237.240 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: linux@arm.linux.org.uk, magnus.damm@gmail.com, linux-arm-kernel@lists.infradead.org, Sergei Shtylyov , linux-sh@vger.kernel.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org 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 > > > 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 > 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 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 Acked-by: Kuninori Morimoto [horms+renesas@verge.net.au: manually applied to soc-r8a7778 branch] Signed-off-by: Simon Horman --- 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