From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756088AbaCDEaG (ORCPT ); Mon, 3 Mar 2014 23:30:06 -0500 Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:50963 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755944AbaCDEaD (ORCPT ); Mon, 3 Mar 2014 23:30:03 -0500 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 108.39.110.144 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18Cd1MvyMDQlw3Tm957HBl/dPML9gGfggY= X-DKIM: OpenDKIM Filter v2.0.1 titan 1C7DE53924C Date: Mon, 3 Mar 2014 23:29:42 -0500 From: Jason Cooper To: Sebastian Hesselbarth Cc: Mark Rutland , Andrew Lunn , Russell King , Pawel Moll , Ian Campbell , linux-kernel@vger.kernel.org, Kishon Vijay Abraham I , devicetree@vger.kernel.org, Rob Herring , Kumar Gala , Gregory Clement , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v3 3/4] ARM: mvebu: move DT Dove to MVEBU Message-ID: <20140304042942.GK1872@titan.lakedaemon.net> References: <1393538613-28293-1-git-send-email-sebastian.hesselbarth@gmail.com> <1393663178-22120-1-git-send-email-sebastian.hesselbarth@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1393663178-22120-1-git-send-email-sebastian.hesselbarth@gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Mar 01, 2014 at 09:39:38AM +0100, Sebastian Hesselbarth wrote: > With all the DT support preparation done, we are able to move Dove > to MVEBU easily. Legacy non-DT mach-dove is left untouched to rot > for a while before removal. > > Signed-off-by: Sebastian Hesselbarth > --- > Changelog: > v1->v2: > - just rename CONFIG_ARCH_DOVE to CONFIG_MACH_DOVE in dts/Makefile > (Suggested by Jason Cooper) > v2->v3: > - dropped drivers/phy/Kconfig change, which is now an individual > patch sent to Kishon. > > Cc: Rob Herring > Cc: Pawel Moll > Cc: Mark Rutland > Cc: Ian Campbell > Cc: Kumar Gala > Cc: Russell King > Cc: Jason Cooper > Cc: Andrew Lunn > Cc: Gregory Clement > Cc: Kishon Vijay Abraham I > Cc: devicetree@vger.kernel.org > Cc: linux-arm-kernel@lists.infradead.org > Cc: linux-kernel@vger.kernel.org > --- > arch/arm/boot/dts/Makefile | 2 +- > arch/arm/mach-dove/Kconfig | 12 ------------ > arch/arm/mach-dove/Makefile | 1 - > arch/arm/mach-dove/board-dt.c | 43 ------------------------------------------- > arch/arm/mach-mvebu/Kconfig | 12 ++++++++++++ > arch/arm/mach-mvebu/Makefile | 1 + > arch/arm/mach-mvebu/dove.c | 39 +++++++++++++++++++++++++++++++++++++++ > 7 files changed, 53 insertions(+), 57 deletions(-) > delete mode 100644 arch/arm/mach-dove/board-dt.c > create mode 100644 arch/arm/mach-mvebu/dove.c We'll see how it goes! Applied to mvebu/soc thx, Jason. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Cooper Subject: Re: [PATCH v3 3/4] ARM: mvebu: move DT Dove to MVEBU Date: Mon, 3 Mar 2014 23:29:42 -0500 Message-ID: <20140304042942.GK1872@titan.lakedaemon.net> References: <1393538613-28293-1-git-send-email-sebastian.hesselbarth@gmail.com> <1393663178-22120-1-git-send-email-sebastian.hesselbarth@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1393663178-22120-1-git-send-email-sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Sebastian Hesselbarth Cc: Mark Rutland , Andrew Lunn , Russell King , Pawel Moll , Ian Campbell , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Kishon Vijay Abraham I , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Rob Herring , Kumar Gala , Gregory Clement , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On Sat, Mar 01, 2014 at 09:39:38AM +0100, Sebastian Hesselbarth wrote: > With all the DT support preparation done, we are able to move Dove > to MVEBU easily. Legacy non-DT mach-dove is left untouched to rot > for a while before removal. > > Signed-off-by: Sebastian Hesselbarth > --- > Changelog: > v1->v2: > - just rename CONFIG_ARCH_DOVE to CONFIG_MACH_DOVE in dts/Makefile > (Suggested by Jason Cooper) > v2->v3: > - dropped drivers/phy/Kconfig change, which is now an individual > patch sent to Kishon. > > Cc: Rob Herring > Cc: Pawel Moll > Cc: Mark Rutland > Cc: Ian Campbell > Cc: Kumar Gala > Cc: Russell King > Cc: Jason Cooper > Cc: Andrew Lunn > Cc: Gregory Clement > Cc: Kishon Vijay Abraham I > Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org > Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > --- > arch/arm/boot/dts/Makefile | 2 +- > arch/arm/mach-dove/Kconfig | 12 ------------ > arch/arm/mach-dove/Makefile | 1 - > arch/arm/mach-dove/board-dt.c | 43 ------------------------------------------- > arch/arm/mach-mvebu/Kconfig | 12 ++++++++++++ > arch/arm/mach-mvebu/Makefile | 1 + > arch/arm/mach-mvebu/dove.c | 39 +++++++++++++++++++++++++++++++++++++++ > 7 files changed, 53 insertions(+), 57 deletions(-) > delete mode 100644 arch/arm/mach-dove/board-dt.c > create mode 100644 arch/arm/mach-mvebu/dove.c We'll see how it goes! Applied to mvebu/soc thx, Jason. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: jason@lakedaemon.net (Jason Cooper) Date: Mon, 3 Mar 2014 23:29:42 -0500 Subject: [PATCH v3 3/4] ARM: mvebu: move DT Dove to MVEBU In-Reply-To: <1393663178-22120-1-git-send-email-sebastian.hesselbarth@gmail.com> References: <1393538613-28293-1-git-send-email-sebastian.hesselbarth@gmail.com> <1393663178-22120-1-git-send-email-sebastian.hesselbarth@gmail.com> Message-ID: <20140304042942.GK1872@titan.lakedaemon.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Sat, Mar 01, 2014 at 09:39:38AM +0100, Sebastian Hesselbarth wrote: > With all the DT support preparation done, we are able to move Dove > to MVEBU easily. Legacy non-DT mach-dove is left untouched to rot > for a while before removal. > > Signed-off-by: Sebastian Hesselbarth > --- > Changelog: > v1->v2: > - just rename CONFIG_ARCH_DOVE to CONFIG_MACH_DOVE in dts/Makefile > (Suggested by Jason Cooper) > v2->v3: > - dropped drivers/phy/Kconfig change, which is now an individual > patch sent to Kishon. > > Cc: Rob Herring > Cc: Pawel Moll > Cc: Mark Rutland > Cc: Ian Campbell > Cc: Kumar Gala > Cc: Russell King > Cc: Jason Cooper > Cc: Andrew Lunn > Cc: Gregory Clement > Cc: Kishon Vijay Abraham I > Cc: devicetree at vger.kernel.org > Cc: linux-arm-kernel at lists.infradead.org > Cc: linux-kernel at vger.kernel.org > --- > arch/arm/boot/dts/Makefile | 2 +- > arch/arm/mach-dove/Kconfig | 12 ------------ > arch/arm/mach-dove/Makefile | 1 - > arch/arm/mach-dove/board-dt.c | 43 ------------------------------------------- > arch/arm/mach-mvebu/Kconfig | 12 ++++++++++++ > arch/arm/mach-mvebu/Makefile | 1 + > arch/arm/mach-mvebu/dove.c | 39 +++++++++++++++++++++++++++++++++++++++ > 7 files changed, 53 insertions(+), 57 deletions(-) > delete mode 100644 arch/arm/mach-dove/board-dt.c > create mode 100644 arch/arm/mach-mvebu/dove.c We'll see how it goes! Applied to mvebu/soc thx, Jason.