Message ID | 1473425117-18645-3-git-send-email-clabbe.montjoie@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id E016660752 for <patchwork-linux-arm@patchwork.kernel.org>; Fri, 9 Sep 2016 12:49:36 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D19D929E7A for <patchwork-linux-arm@patchwork.kernel.org>; Fri, 9 Sep 2016 12:49:36 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C66CD29E7D; Fri, 9 Sep 2016 12:49:36 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 70DF229E7A for <patchwork-linux-arm@patchwork.kernel.org>; Fri, 9 Sep 2016 12:49:36 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1biLE9-00069e-N7; Fri, 09 Sep 2016 12:48:17 +0000 Received: from mail-wm0-x241.google.com ([2a00:1450:400c:c09::241]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1biLD5-0005o8-MM for linux-arm-kernel@lists.infradead.org; Fri, 09 Sep 2016 12:47:14 +0000 Received: by mail-wm0-x241.google.com with SMTP id w12so2620224wmf.1 for <linux-arm-kernel@lists.infradead.org>; Fri, 09 Sep 2016 05:46:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=4n2M3MJz14HAj0vECeY0d3iTDCYl4pl3IPp63lGIfSo=; b=uafEZgId6PQSMKKZEhheqi5ydVoFho5Kuey246Ov5FxbMPuJbAul5tPB5jieIoqkDe o5XVth8SwxxYDe+IVLt+N+XeBrQWqn8fJSAtAFvPS8m0Ar+iotkvSpEXlZbY560pmKfL 874pLjLaapH27F7o/rRoammS5XFNgn0X2bAPnZNSw07C+KFVSeaVJMozog48N5iUG6Z6 XBE3nBe4FZlw45aXPEemNRA0h9f+LoNfmwZiZ0Pnpdd70Dg0NDeOOLl0TCr44K/L3ku7 KoNfHhKf6q89vmu+3jZdGIOO8wCO6tGxCrH9gRkj5+7t2++cTjCJEgQi2zeZYlcGo+T0 +CQw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=4n2M3MJz14HAj0vECeY0d3iTDCYl4pl3IPp63lGIfSo=; b=CyHxTnyBYgmM9uMo0zBjvXbaZqcVO8M63nrm5NOgG7n/RgArHDADock2GIr14wm5jd DRSAAsQOXt37uiqHRgEwJ+GC8b/UkVreDmnYhknEzcO2VCHzRVYxyy0kmA2MgYE42yNH SfeE9T47j8F35odd64uq8MuRX7NMimvkTccRWqYlSx7QivbSVYorIUTpeyGuhy8w9aKN My1Y/4xqFztOsywvj9RhNHz42pXtzjKsYO4qt96/jXwGWPCQ1CdD1/mQ+Ljeyguj9zK3 rbshULZGav2qTB+by9LazB7A3WShlER1nAazsHb7AhmaMSihdirFlMidTYYvUDbminPD /GXA== X-Gm-Message-State: AE9vXwPYoj+X9PWaTql0InDibymHJmuQX2jfQntffmBakJYyhpSFTvgigqFOZnvU9INPcw== X-Received: by 10.28.60.2 with SMTP id j2mr2973962wma.46.1473425209809; Fri, 09 Sep 2016 05:46:49 -0700 (PDT) Received: from Red.local (LFbn-1-7035-57.w90-116.abo.wanadoo.fr. [90.116.208.57]) by smtp.googlemail.com with ESMTPSA id b188sm3192572wmg.24.2016.09.09.05.46.48 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 09 Sep 2016 05:46:49 -0700 (PDT) From: Corentin Labbe <clabbe.montjoie@gmail.com> To: robh+dt@kernel.org, mark.rutland@arm.com, maxime.ripard@free-electrons.com, wens@csie.org, linux@armlinux.org.uk, davem@davemloft.net Subject: [PATCH v3 2/9] MAINTAINERS: Add myself as maintainer of sun8i-emac Date: Fri, 9 Sep 2016 14:45:10 +0200 Message-Id: <1473425117-18645-3-git-send-email-clabbe.montjoie@gmail.com> X-Mailer: git-send-email 2.7.3 In-Reply-To: <1473425117-18645-1-git-send-email-clabbe.montjoie@gmail.com> References: <1473425117-18645-1-git-send-email-clabbe.montjoie@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160909_054712_024298_8B327149 X-CRM114-Status: UNSURE ( 8.57 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Cc: netdev@vger.kernel.org, Corentin Labbe <clabbe.montjoie@gmail.com>, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP |
diff --git a/MAINTAINERS b/MAINTAINERS index 6781a3f..43f5be3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -582,6 +582,12 @@ S: Maintained F: Documentation/i2c/busses/i2c-ali1563 F: drivers/i2c/busses/i2c-ali1563.c +ALLWINNER SUN8I-EMAC ETHERNET DRIVER +M: Corentin Labbe <clabbe.montjoie@gmail.com> +L: netdev@vger.kernel.org +S: Maintained +F: drivers/net/ethernet/allwinner/sun8i-emac.c + ALLWINNER SECURITY SYSTEM M: Corentin Labbe <clabbe.montjoie@gmail.com> L: linux-crypto@vger.kernel.org
This patch add myself as maintainer of the sun8i-emac driver. Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+)