From patchwork Fri Sep 19 20:22:10 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Robert Jarzmik X-Patchwork-Id: 4940061 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 6AEF1BEEA5 for ; Fri, 19 Sep 2014 20:24:44 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9585B201BB for ; Fri, 19 Sep 2014 20:24:43 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5C90B20142 for ; Fri, 19 Sep 2014 20:24:42 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XV4hV-0006iD-PW; Fri, 19 Sep 2014 20:22:41 +0000 Received: from smtp03.smtpout.orange.fr ([80.12.242.125] helo=smtp.smtpout.orange.fr) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XV4hS-0006c1-Vr for linux-arm-kernel@lists.infradead.org; Fri, 19 Sep 2014 20:22:40 +0000 Received: from beldin ([92.156.0.72]) by mwinf5d26 with ME id t8NA1o00E1ZCbSL038NAk1; Fri, 19 Sep 2014 22:22:14 +0200 X-ME-Helo: beldin X-ME-Date: Fri, 19 Sep 2014 22:22:14 +0200 X-ME-IP: 92.156.0.72 From: Robert Jarzmik To: Arnd Bergmann Subject: Re: [PATCH] MAINTAINERS: update ARM pxa maintainers References: <1409342875-31720-1-git-send-email-robert.jarzmik@free.fr> X-URL: http://belgarath.falguerolles.org/ Date: Fri, 19 Sep 2014 22:22:10 +0200 In-Reply-To: <1409342875-31720-1-git-send-email-robert.jarzmik@free.fr> (Robert Jarzmik's message of "Fri, 29 Aug 2014 22:07:55 +0200") Message-ID: <87tx43xswd.fsf@free.fr> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.92 (gnu/linux) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140919_132239_352214_3984D186 X-CRM114-Status: GOOD ( 12.22 ) X-Spam-Score: -0.2 (/) Cc: Eric Miao , Russell King , linux-arm-kernel@lists.infradead.org, Haojian Zhuang , Daniel Mack X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Arnd, I think I met the necessary number of acks. I amended the patch to reflect this, attached to this mail. Could you schedule this single patch for your maintainers branch (or for-next by default) in arm-soc please ? Cheers. Acked-by: Russell King --- Robert --<8-- From c4d1e8e185c76654452c5161c86f3cc34b3ba103 Mon Sep 17 00:00:00 2001 From: Robert Jarzmik Date: Fri, 29 Aug 2014 22:07:55 +0200 Subject: [PATCH] MAINTAINERS: update ARM pxa maintainers Change pxa active maintainers, and remove more busy people. Remove Eric's tree as it is not accessible anymore. Signed-off-by: Robert Jarzmik Acked-by: Daniel Mack Acked-by: Eric Miao Acked-by: Haojian Zhuang --- MAINTAINERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 1ff06de..d7ec0f6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7291,12 +7291,12 @@ F: drivers/video/backlight/pwm_bl.c F: include/linux/pwm_backlight.h PXA2xx/PXA3xx SUPPORT -M: Eric Miao -M: Russell King M: Haojian Zhuang +M: Robert Jarzmik +M: Daniel Mack L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) T: git git://github.com/hzhuang1/linux.git -T: git git://git.linaro.org/people/ycmiao/pxa-linux.git +T: git git://github.com/rjarzmik/linux.git S: Maintained F: arch/arm/mach-pxa/ F: drivers/pcmcia/pxa2xx* From c4d1e8e185c76654452c5161c86f3cc34b3ba103 Mon Sep 17 00:00:00 2001 From: Robert Jarzmik Date: Fri, 29 Aug 2014 22:07:55 +0200 Subject: [PATCH] MAINTAINERS: update ARM pxa maintainers Change pxa active maintainers, and remove more busy people. Remove Eric's tree as it is not accessible anymore. Signed-off-by: Robert Jarzmik Acked-by: Daniel Mack Acked-by: Eric Miao Acked-by: Haojian Zhuang --- MAINTAINERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 1ff06de..d7ec0f6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7291,12 +7291,12 @@ F: drivers/video/backlight/pwm_bl.c F: include/linux/pwm_backlight.h PXA2xx/PXA3xx SUPPORT -M: Eric Miao -M: Russell King M: Haojian Zhuang +M: Robert Jarzmik +M: Daniel Mack L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) T: git git://github.com/hzhuang1/linux.git -T: git git://git.linaro.org/people/ycmiao/pxa-linux.git +T: git git://github.com/rjarzmik/linux.git S: Maintained F: arch/arm/mach-pxa/ F: drivers/pcmcia/pxa2xx* -- 2.0.0.rc2