From patchwork Sat Feb 11 17:24:51 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 6758 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 89E7423FEE for ; Sat, 11 Feb 2012 17:25:20 +0000 (UTC) Received: from mail-iy0-f180.google.com (mail-iy0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id 42D19A1850F for ; Sat, 11 Feb 2012 17:25:20 +0000 (UTC) Received: by iabz7 with SMTP id z7so2592216iab.11 for ; Sat, 11 Feb 2012 09:25:19 -0800 (PST) Received: by 10.50.216.231 with SMTP id ot7mr18386699igc.8.1328981119599; Sat, 11 Feb 2012 09:25:19 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.231.12.131 with SMTP id x3cs115084ibx; Sat, 11 Feb 2012 09:25:19 -0800 (PST) Received: by 10.68.130.40 with SMTP id ob8mr28324353pbb.106.1328981118433; Sat, 11 Feb 2012 09:25:18 -0800 (PST) Received: from mail-pw0-f50.google.com (mail-pw0-f50.google.com [209.85.160.50]) by mx.google.com with ESMTPS id c4si5091229pbm.177.2012.02.11.09.25.17 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 11 Feb 2012 09:25:18 -0800 (PST) Received-SPF: neutral (google.com: 209.85.160.50 is neither permitted nor denied by best guess record for domain of shawn.guo@linaro.org) client-ip=209.85.160.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.160.50 is neither permitted nor denied by best guess record for domain of shawn.guo@linaro.org) smtp.mail=shawn.guo@linaro.org Received: by pbcwy7 with SMTP id wy7so3124152pbc.37 for ; Sat, 11 Feb 2012 09:25:17 -0800 (PST) MIME-Version: 1.0 Received: by 10.68.74.69 with SMTP id r5mr28971668pbv.118.1328981116946; Sat, 11 Feb 2012 09:25:16 -0800 (PST) Received: from localhost.localdomain ([108.60.121.130]) by mx.google.com with ESMTPS id e10sm23794309pbv.0.2012.02.11.09.25.14 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 11 Feb 2012 09:25:16 -0800 (PST) From: Shawn Guo To: linux-arm-kernel@lists.infradead.org Cc: patches@linaro.org, Shawn Guo , Amit Kucheria , Sascha Hauer Subject: [PATCH] MAINTAINERS: Update ARM/FREESCALE IMX entry Date: Sat, 11 Feb 2012 09:24:51 -0800 Message-Id: <1328981091-12296-1-git-send-email-shawn.guo@linaro.org> X-Mailer: git-send-email 1.7.5.4 X-Gm-Message-State: ALoCoQlvQCZJ4XxNtF5/s0A9ebNUo2LLY6VjrIbrHxfObY6aAMib7gmj7GVFrEDYajTTomum4jiQ With arch/arm/mach-mx5 merged into arch/arm/mach-imx, it may be reasonable to make the following two changes. * Remove 'arch/arm/mach-mx*/' from entry 'ARM/FREESCALE IMX entry', since mach-mx5 has gone into mach-imx and mach-mxs already gets another separate entry, which means mach-mx* only stands for mach-imx anyway. * Remove entry 'ARM/FREESCALE IMX51' completely, since mach-mx5 has gone and it seems that Amit Kucheria has lost the interest in maintaining IMX51 for some time. Signed-off-by: Shawn Guo Cc: Amit Kucheria Cc: Sascha Hauer --- MAINTAINERS | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index a1fce9a..f0946a9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -785,16 +785,9 @@ M: Sascha Hauer 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-mx*/ F: arch/arm/mach-imx/ F: arch/arm/plat-mxc/ -ARM/FREESCALE IMX51 -M: Amit Kucheria -L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) -S: Maintained -F: arch/arm/mach-mx5/ - ARM/FREESCALE IMX6 M: Shawn Guo L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)