From patchwork Fri Oct 7 15:06:21 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 4569 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 4A01C23F59 for ; Fri, 7 Oct 2011 15:03:33 +0000 (UTC) Received: from mail-yw0-f52.google.com (mail-yw0-f52.google.com [209.85.213.52]) by fiordland.canonical.com (Postfix) with ESMTP id 4F83CA18655 for ; Fri, 7 Oct 2011 15:03:29 +0000 (UTC) Received: by ywp31 with SMTP id 31so5451454ywp.11 for ; Fri, 07 Oct 2011 08:03:28 -0700 (PDT) Received: by 10.223.5.3 with SMTP id 3mr11263255fat.4.1317999808476; Fri, 07 Oct 2011 08:03:28 -0700 (PDT) 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.152.23.170 with SMTP id n10cs8209laf; Fri, 7 Oct 2011 08:03:27 -0700 (PDT) Received: by 10.224.199.134 with SMTP id es6mr337684qab.2.1317999806599; Fri, 07 Oct 2011 08:03:26 -0700 (PDT) Received: from mail-qw0-f50.google.com (mail-qw0-f50.google.com [209.85.216.50]) by mx.google.com with ESMTPS id k6si2240453qcy.179.2011.10.07.08.03.26 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 07 Oct 2011 08:03:26 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.216.50 is neither permitted nor denied by best guess record for domain of shawn.guo@linaro.org) client-ip=209.85.216.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.216.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 qabj34 with SMTP id j34so3532186qab.37 for ; Fri, 07 Oct 2011 08:03:25 -0700 (PDT) Received: by 10.68.15.65 with SMTP id v1mr5578993pbc.132.1317999805506; Fri, 07 Oct 2011 08:03:25 -0700 (PDT) Received: from localhost.localdomain ([114.219.81.130]) by mx.google.com with ESMTPS id h5sm32093353pbf.4.2011.10.07.08.03.09 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 07 Oct 2011 08:03:19 -0700 (PDT) From: Shawn Guo To: Arnd Bergmann Cc: Sascha Hauer , linux-arm-kernel@lists.infradead.org, patches@linaro.org, Shawn Guo Subject: [PATCH] MAINTAINERS: add ARM/FREESCALE IMX6 entry Date: Fri, 7 Oct 2011 23:06:21 +0800 Message-Id: <1317999981-2802-1-git-send-email-shawn.guo@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1317610626-24357-1-git-send-email-shawn.guo@linaro.org> References: <1317610626-24357-1-git-send-email-shawn.guo@linaro.org> It adds maintainer for ARM/FREESCALE IMX6. Signed-off-by: Shawn Guo --- MAINTAINERS | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 65ca7ea..05e4d69 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -786,6 +786,13 @@ 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) +S: Maintained +T: git git://git.linaro.org/people/shawnguo/linux-2.6.git +F: arch/arm/mach-imx/*imx6* + ARM/GLOMATION GESBC9312SX MACHINE SUPPORT M: Lennert Buytenhek L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)