From patchwork Wed Sep 24 19:50:20 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Robert Jarzmik X-Patchwork-Id: 4969741 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 7F4B1BEEA5 for ; Wed, 24 Sep 2014 19:53:08 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id DC41D2013D for ; Wed, 24 Sep 2014 19:53:03 +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 764B62026D for ; Wed, 24 Sep 2014 19:53:02 +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 1XWsaV-0005kQ-U2; Wed, 24 Sep 2014 19:50:55 +0000 Received: from smtp05.smtpout.orange.fr ([80.12.242.127] helo=smtp.smtpout.orange.fr) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XWsaS-0005dM-LH for linux-arm-kernel@lists.infradead.org; Wed, 24 Sep 2014 19:50:53 +0000 Received: from beldin ([90.16.208.226]) by mwinf5d62 with ME id v7qM1o0054td41W037qMHl; Wed, 24 Sep 2014 21:50:29 +0200 X-ME-Helo: beldin X-ME-Date: Wed, 24 Sep 2014 21:50:29 +0200 X-ME-IP: 90.16.208.226 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> <87tx43xswd.fsf@free.fr> <201409200452.31999.arnd@arndb.de> X-URL: http://belgarath.falguerolles.org/ Date: Wed, 24 Sep 2014 21:50:20 +0200 In-Reply-To: <201409200452.31999.arnd@arndb.de> (Arnd Bergmann's message of "Sat, 20 Sep 2014 04:52:31 +0200") Message-ID: <87lhp8re6b.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-20140924_125053_021610_4D1CA489 X-CRM114-Status: GOOD ( 17.93 ) 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 Arnd Bergmann writes: > I disagree. For any other patch I'd be fine with this, but changing > maintainership is a delicate issue, and I don't want to remove Russell > from the list without having seen a comment from him with either > Ack or Nak. > > Let's give Russell a few more days to comment, if we don't here anything from him, > I'd suggest to leave him listed as maintainer and just do the other changes. > You can reorder the list in any way you see fit. Okay, I understand. Therefore, I rechange the patch : - Russell is kept on the list - the order has become alphabetic in the maintainers list Cheers. --- Robert From 4cdb989a27a09e2ae008a9c3ce582b3698f3a48a Mon Sep 17 00:00:00 2001 From: Robert Jarzmik Date: Wed, 24 Sep 2014 21:26:57 +0200 Subject: [PATCH v2] 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 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 1ff06de..bde3c86 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7291,12 +7291,13 @@ F: drivers/video/backlight/pwm_bl.c F: include/linux/pwm_backlight.h PXA2xx/PXA3xx SUPPORT -M: Eric Miao -M: Russell King +M: Daniel Mack M: Haojian Zhuang +M: Robert Jarzmik +M: Russell King 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