From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Date: Thu, 05 Nov 2015 12:29:01 +0000 Subject: Re: [PATCH/RFC] ARM: shmobile: Introduce ARCH_RENESAS Message-Id: <563B4B8D.9050701@cogentembedded.com> List-Id: References: <1446702397-24078-1-git-send-email-horms+renesas@verge.net.au> <563B3ACB.9050807@cogentembedded.com> <20151105121049.GC711@verge.net.au> In-Reply-To: <20151105121049.GC711@verge.net.au> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On 11/5/2015 3:10 PM, Simon Horman wrote: >>> The purpose of this patch is to start the process of replacing both >>> ARCH_SHMOBILE and ARCH_SHMOBILE_MULTI with ARCH_RENESAS. The motivation >>> being that as time has moved on Renesas has become a name than shmobile for >>> the majority Renesas 32-bit ARM based SoCs. >> >> Couldn't parse this sentence. :-) > > RENESAS seems to be a more appropriate name that SHMOBILE for the s/that/than/. Otherwise parsable. :-) > majority of Renesas 32-bit ARM based SoCs. > >>> The name is, conveniently, also >>> applicable to (older) Renesas SH based SoCs and (newer) ARM64 based SoCs >>> although this patch only addresses 32-bit ARM. >>> >>> It is envisaged that follow up work may address migrating both >>> SH SoCs and drivers from ARCH_SHMOBILE and ARCH_SHMOBILE_MULTI to >>> ARCH_RENESAS. >>> >>> Proposed support for the r8a7795 ARM64 based SoC already uses ARCH_RENESAS >>> which selects ARCH_SHMOBILE. >>> >>> Signed-off-by: Simon Horman >> >> [...] MBR, Sergei From mboxrd@z Thu Jan 1 00:00:00 1970 From: sergei.shtylyov@cogentembedded.com (Sergei Shtylyov) Date: Thu, 5 Nov 2015 15:29:01 +0300 Subject: [PATCH/RFC] ARM: shmobile: Introduce ARCH_RENESAS In-Reply-To: <20151105121049.GC711@verge.net.au> References: <1446702397-24078-1-git-send-email-horms+renesas@verge.net.au> <563B3ACB.9050807@cogentembedded.com> <20151105121049.GC711@verge.net.au> Message-ID: <563B4B8D.9050701@cogentembedded.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 11/5/2015 3:10 PM, Simon Horman wrote: >>> The purpose of this patch is to start the process of replacing both >>> ARCH_SHMOBILE and ARCH_SHMOBILE_MULTI with ARCH_RENESAS. The motivation >>> being that as time has moved on Renesas has become a name than shmobile for >>> the majority Renesas 32-bit ARM based SoCs. >> >> Couldn't parse this sentence. :-) > > RENESAS seems to be a more appropriate name that SHMOBILE for the s/that/than/. Otherwise parsable. :-) > majority of Renesas 32-bit ARM based SoCs. > >>> The name is, conveniently, also >>> applicable to (older) Renesas SH based SoCs and (newer) ARM64 based SoCs >>> although this patch only addresses 32-bit ARM. >>> >>> It is envisaged that follow up work may address migrating both >>> SH SoCs and drivers from ARCH_SHMOBILE and ARCH_SHMOBILE_MULTI to >>> ARCH_RENESAS. >>> >>> Proposed support for the r8a7795 ARM64 based SoC already uses ARCH_RENESAS >>> which selects ARCH_SHMOBILE. >>> >>> Signed-off-by: Simon Horman >> >> [...] MBR, Sergei