Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755516Ab2HFCHL (ORCPT ); Sun, 5 Aug 2012 22:07:11 -0400 Received: from [216.32.181.182] ([216.32.181.182]:42469 "EHLO ch1outboundpool.messaging.microsoft.com" rhost-flags-FAIL-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1755352Ab2HFCHJ (ORCPT ); Sun, 5 Aug 2012 22:07:09 -0400 X-Forefront-Antispam-Report: CIP:70.37.183.190;KIP:(null);UIP:(null);IPV:NLI;H:mail.freescale.net;RD:none;EFVD:NLI X-SpamScore: -2 X-BigFish: VS-2(zz98dI1432Izz1202hzzz2dh87h2a8h668h839h944hd25he96hf0ah107ah) X-FB-DOMAIN-IP-MATCH: fail Date: Mon, 6 Aug 2012 10:06:58 +0800 From: Shawn Guo To: Matt Sealey CC: Linux ARM Kernel Mailing List , Linux Kernel Mailing List Subject: Re: [PATCH 0/4] Remove Genesi Efika MX support Message-ID: <20120806020656.GA18471@S2101-09.ap.freescale.net> References: <1343843371-14143-1-git-send-email-matt@genesi-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1343843371-14143-1-git-send-email-matt@genesi-usa.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-OriginatorOrg: sigmatel.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2254 Lines: 47 On Wed, Aug 01, 2012 at 12:49:27PM -0500, Matt Sealey wrote: > In an effort to start afresh we are removing the "legacy" Efika MX support > from the tree in this patch series so as to break ties with any non-device-tree > code and minimize the possibility that there are two ways to build for our > boards. > > Patches to support the board again with FDT (along with a matching U-Boot) > are not ready for submission, but that doesn't block *this* submission. The > number of users of 3.5 kernels on Genesi platforms is generally thought of > as zero and no significant work or support has been committed to the platform > in a long time. In our opinion, all efforts by external developers wishing to > run modern kernels on Genesi Efika MX boards should be directed at device tree > support for the MX51 platforms. > > Matt Sealey (4): > efikamx: remove support for Genesi Efika MX from the build > efikamx: remove Genesi Efika MX from the i.MX v6/v7 defconfig > efikamx: remove Genesi Efika MX platform files from the tree > efikamx: remove Efika MX-specific CHRGVBUS hack from the USB driver > > arch/arm/configs/imx_v6_v7_defconfig | 2 - > arch/arm/mach-imx/Kconfig | 26 -- > arch/arm/mach-imx/Makefile | 3 - > arch/arm/mach-imx/efika.h | 10 - > arch/arm/mach-imx/mach-mx51_efikamx.c | 300 ---------------- > arch/arm/mach-imx/mach-mx51_efikasb.c | 296 --------------- > arch/arm/mach-imx/mx51_efika.c | 632 --------------------------------- > drivers/usb/host/ehci-mxc.c | 20 -- > 8 files changed, 1289 deletions(-) > delete mode 100644 arch/arm/mach-imx/efika.h > delete mode 100644 arch/arm/mach-imx/mach-mx51_efikamx.c > delete mode 100644 arch/arm/mach-imx/mach-mx51_efikasb.c > delete mode 100644 arch/arm/mach-imx/mx51_efika.c > I set up a branch imx/rm-boards and queued the series there. I expect I will have some patches removing imx53 board files to be queued there for 3.7 too. -- Regards, Shawn -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/