From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Tue, 12 Nov 2013 02:30:44 +0000 Subject: Re: [PATCH/RFC] ARM: Rename ARCH_SHMOBILE to ARCH_SHMOBILE_LEGACY Message-Id: <20131112023043.GF9863@verge.net.au> List-Id: References: <1383782061-7111-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> <20131108060803.GF9828@verge.net.au> <9547447.Oq0RhNMWv3@avalon> In-Reply-To: <9547447.Oq0RhNMWv3@avalon> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Sat, Nov 09, 2013 at 01:34:31PM +0100, Laurent Pinchart wrote: > Hi Simon, > > On Friday 08 November 2013 15:08:05 Simon Horman wrote: > > On Thu, Nov 07, 2013 at 03:04:57PM +0900, Magnus Damm wrote: > > > On Thu, Nov 7, 2013 at 8:54 AM, Laurent Pinchart wrote: > > > > SH-Mobile platforms are transitioning from non-multiplatform to > > > > multiplatform kernel. A new ARCH_SHMOBILE_MULTI configuration symbol has > > > > been created to group all multiplatform-enabled SH-Mobile SoCs. The > > > > existing ARCH_SHMOBILE configuration symbol groups SoCs that haven't > > > > been converted yet. > > > > > > > > This arrangement works fine for the arch/ code, but lots of drivers > > > > needed on both ARCH_SHMOBILE and ARCH_SHMOBILE_MULTI depend on > > > > ARCH_SHMOBILE only. In order to avoid changing them, rename > > > > ARCH_SHMOBILE to ARCH_SHMOBILE_LEGACY, and create a new boolean > > > > ARCH_SHMOBILE configuration symbol that is selected by both > > > > ARCH_SHMOBILE_LEGACY and ARCH_SHMOBILE_MULTI. > > > > > > > > Signed-off-by: Laurent Pinchart > > > > > > > > > > Thanks, this looks good to me. > > > > > > Acked-by: Magnus Damm > > > > This seems reasonable to me. > > I would pick it up now but it is marked as "RFC". > > Please let me know if you wish me to pick it up. > > I've sent a non-RFC series, please pick that one up. Thanks, will do.