From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752167AbcCYCMR (ORCPT ); Thu, 24 Mar 2016 22:12:17 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:47787 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751096AbcCYCMO (ORCPT ); Thu, 24 Mar 2016 22:12:14 -0400 Date: Fri, 25 Mar 2016 11:12:08 +0900 From: Simon Horman To: Geert Uytterhoeven Cc: Kishon Vijay Abraham I , Yoshihiro Shimoda , Magnus Damm , "linux-kernel@vger.kernel.org" , linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH v2] phy: rcar-gen3-usb2, rcar-gen2: Use ARCH_RENESAS Message-ID: <20160325021207.GC31681@verge.net.au> References: <1457313264-18476-1-git-send-email-horms+renesas@verge.net.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organisation: Horms Solutions Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 07, 2016 at 09:01:48AM +0100, Geert Uytterhoeven wrote: > On Mon, Mar 7, 2016 at 2:14 AM, Simon Horman wrote: > > Make use of ARCH_RENESAS in place of ARCH_SHMOBILE. > > A now redundant dependency on OF is also dropped. > > > > This is part of an ongoing process to migrate from ARCH_SHMOBILE to > > ARCH_RENESAS the motivation for which being that RENESAS seems to be a more > > appropriate name than SHMOBILE for the majority of Renesas ARM based SoCs. > > > > Signed-off-by: Simon Horman > > Acked-by: Yoshihiro Shimoda > > Acked-by: Geert Uytterhoeven Hi Kishon, I am wondering if you could consider applying this series too. Thanks in advance!