From patchwork Wed Mar 25 21:57:31 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Belloni X-Patchwork-Id: 454797 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from mail-la0-x239.google.com (mail-la0-x239.google.com [IPv6:2a00:1450:4010:c03::239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id E5628140082 for ; Thu, 26 Mar 2015 08:57:40 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass reason="2048-bit key; unprotected key" header.d=googlegroups.com header.i=@googlegroups.com header.b=pU3v0i6A; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: by labhs14 with SMTP id hs14sf15086750lab.0 for ; Wed, 25 Mar 2015 14:57:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=20120806; h=mime-version:from:to:cc:subject:date:message-id:x-original-sender :x-original-authentication-results:reply-to:content-type:precedence :mailing-list:list-id:list-post:list-help:list-archive:sender :list-subscribe:list-unsubscribe; bh=9jXEQbl+6SyWnJPiqqraHmpY9sJtGTop+6yY1wdNnw4=; b=pU3v0i6AOpvTKxs5raN7t/eZNGbM3U/IIBDIRzMmu7kqP++7JL0O4+bQqQHfYzbGD7 c5E3imxnyMigWqkj5VBUn88vmb7V0mUlV5O4nQlNcZJHS4t7kUC6pBmP5D+9yxgxT/mv AbJLbhty/WWm+dHN/u1LMy+crAOVVxMxu/2VbFnp+iy96IcVE84HRnVrFzo4BS5/sclw OWnQtIovngMbN6DlZgf+Qtish4mDbXbFQG4NU3qkgXd4o7l/G/aC5gPrknkcHtK8umpF dYUoc3kjN1tFD7GEoqONDl/J2/DLKMJJONcSxWosSzdaDNAlnhbVhAG9DDwKxC5jaeJy 9lzA== X-Received: by 10.180.206.102 with SMTP id ln6mr167975wic.5.1427320657008; Wed, 25 Mar 2015 14:57:37 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: rtc-linux@googlegroups.com Received: by 10.180.24.162 with SMTP id v2ls56473wif.17.gmail; Wed, 25 Mar 2015 14:57:36 -0700 (PDT) X-Received: by 10.194.178.67 with SMTP id cw3mr2587725wjc.2.1427320656476; Wed, 25 Mar 2015 14:57:36 -0700 (PDT) Received: from mail.free-electrons.com (down.free-electrons.com. [37.187.137.238]) by gmr-mx.google.com with ESMTP id bz6si1018924wib.3.2015.03.25.14.57.36 for ; Wed, 25 Mar 2015 14:57:36 -0700 (PDT) Received-SPF: pass (google.com: domain of alexandre.belloni@free-electrons.com designates 37.187.137.238 as permitted sender) client-ip=37.187.137.238; Received: by mail.free-electrons.com (Postfix, from userid 106) id A418A372; Wed, 25 Mar 2015 22:57:36 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.free-electrons.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT, URIBL_BLOCKED shortcircuit=ham autolearn=disabled version=3.4.0 Received: from localhost (unknown [12.104.145.3]) by mail.free-electrons.com (Postfix) with ESMTPSA id 9D19E209; Wed, 25 Mar 2015 22:57:35 +0100 (CET) From: Alexandre Belloni To: Andrew Morton , Alessandro Zummo Cc: linux-kernel@vger.kernel.org, rtc-linux@googlegroups.com, Alexandre Belloni Subject: [rtc-linux] [PATCH] MAINTAINERS: Add Alexandre Belloni as an RTC maintainer Date: Wed, 25 Mar 2015 22:57:31 +0100 Message-Id: <1427320651-21356-1-git-send-email-alexandre.belloni@free-electrons.com> X-Mailer: git-send-email 2.1.0 X-Original-Sender: alexandre.belloni@free-electrons.com X-Original-Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of alexandre.belloni@free-electrons.com designates 37.187.137.238 as permitted sender) smtp.mail=alexandre.belloni@free-electrons.com Reply-To: rtc-linux@googlegroups.com Precedence: list Mailing-list: list rtc-linux@googlegroups.com; contact rtc-linux+owners@googlegroups.com List-ID: X-Google-Group-Id: 712029733259 List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , Add myself as an RTC subsystem maintainer. Signed-off-by: Alexandre Belloni --- Hi, I've noticed that most of the patches for the RTC subsystem are currently either taken directly by Andrew or going through another maintainer's tree, quite often without an Acked-by or Reviewed-by tag. I'd like to propose myself as the RTC susbsystem co-maintainer, to mainly help Alessandro reviewing incoming patches and maintain a subsystem tree to avoid having the RTC patches going through trees when they have no particular dependencies. MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 358eb0105e00..117dab06bab3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8134,6 +8134,7 @@ X: kernel/torture.c REAL TIME CLOCK (RTC) SUBSYSTEM M: Alessandro Zummo +M: Alexandre Belloni L: rtc-linux@googlegroups.com Q: http://patchwork.ozlabs.org/project/rtc-linux/list/ S: Maintained