From patchwork Tue Sep 18 08:08:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 1471091 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 9F362DF24C for ; Tue, 18 Sep 2012 08:14:22 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TDsqp-0002FY-PK; Tue, 18 Sep 2012 08:08:11 +0000 Received: from mail-pb0-f49.google.com ([209.85.160.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TDsqc-0002Am-Ay for linux-arm-kernel@lists.infradead.org; Tue, 18 Sep 2012 08:07:59 +0000 Received: by pbbrq8 with SMTP id rq8so11490783pbb.36 for ; Tue, 18 Sep 2012 01:07:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent :x-gm-message-state; bh=M/GlcwfM2yTl97uc2HJitk8vfbdFhRPUMicmy4z1yWI=; b=CXQBzGromeZH6TCc9DThf6nz1Ic2yTfd1Dwy9Vlg7XORua5kNXU3lV/CtlvMAW6+tX b0bbbXFQknsDdykRbXLw714ZpRr0i9ySJVEJ/9vKwTiRMbl9zFvNOsOoIfYq3hHDQ8B0 MLAHzTHchAjAC351cTtCfVyErWMlWHG6YjhGf2yGmyAjU0QZ0KvHa/7ho8Iqkkk4BELe zUM5DDS4pO1sLj6qitZwyCd1bxOQumpsSfu0GKl96oUbCZq1oyJTV5PSpVvA3VPYSYdj A7NRdONv6YzWP8On5tcMz9nMDWQVlgq+crUamsaxFmy1MoK7EuGU0XF/owb4m50CpQUV SZJA== Received: by 10.66.85.70 with SMTP id f6mr24965588paz.7.1347955677375; Tue, 18 Sep 2012 01:07:57 -0700 (PDT) Received: from S2101-09.ap.freescale.net ([114.216.157.196]) by mx.google.com with ESMTPS id mu8sm8251351pbc.49.2012.09.18.01.07.53 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 18 Sep 2012 01:07:56 -0700 (PDT) Date: Tue, 18 Sep 2012 16:08:18 +0800 From: Shawn Guo To: linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 06/34] ARM: imx: merge plat-mxc into mach-imx Message-ID: <20120918080816.GB6377@S2101-09.ap.freescale.net> References: <1347860103-4141-1-git-send-email-shawn.guo@linaro.org> <1347860103-4141-7-git-send-email-shawn.guo@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1347860103-4141-7-git-send-email-shawn.guo@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Gm-Message-State: ALoCoQm0o+bXjVlX7hAUHfjxLn10TtBoNuXZzdjXW7Wujp/VLEMZYZUl28QBqJEv7BRAKDvlI2/K X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.160.49 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Fabio Estevam , Sascha Hauer , Arnd Bergmann , Rob Herring X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org On Mon, Sep 17, 2012 at 01:34:35PM +0800, Shawn Guo wrote: > It's really unnecessary to have plat-mxc, and let's merge it into > mach-imx. It's pretty much just a bunch of file renaming and > Kconfig/Makefile merge. > > To make the change less invasive, we keep using Kconfig symbol > CONFIG_ARCH_MXC for mach-imx sub-architecture. > > Signed-off-by: Shawn Guo Will amend the following change into the patch. Shawn linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --- a/MAINTAINERS +++ b/MAINTAINERS @@ -775,7 +775,6 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Maintained T: git git://git.pengutronix.de/git/imx/linux-2.6.git F: arch/arm/mach-imx/ -F: arch/arm/plat-mxc/ _______________________________________________ linux-arm-kernel mailing list