Received: by 2002:ac0:a594:0:0:0:0:0 with SMTP id m20-v6csp4790136imm; Mon, 14 May 2018 13:08:10 -0700 (PDT) X-Google-Smtp-Source: AB8JxZrN5V3rCgJHEVL0X0sYc0qr6MC6vAl+DRG068LuUc8GHtYM0in5hJc7Ny7wVwbBoYPCJqWm X-Received: by 2002:a17:902:6bc1:: with SMTP id m1-v6mr11222716plt.91.1526328490364; Mon, 14 May 2018 13:08:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1526328490; cv=none; d=google.com; s=arc-20160816; b=s6AwZtfWGio4mQmGGAq9InjZcDwg7sszz8b65A3+hvicD2WKJ/MeTVRJjcGd5jF7sI 1qfuHeisEbuxkxpC1acnwa6nMUzhr5JBs5KudemKroU1402bY7CXp/TnTckZeU3drQpP zyj55dAw8jpixYD7c0NKUuYmPsvq+aqq6IrdfNHyKDeoVGeey6pM7epeMZfUvPvRqEjJ M+mEd8RwbmeGIs/UuyRJFkHBdiUIeCPNBTf5D+2i4Pdql2BmMNjJEeW7Fvfdz7fEy8qb ZPU07m1hox/N2ZviwFKOkM34BGOnl8sxZVE7dy2zYnp7H87qvQaLJmYeEJsbaojKkxUw gaOg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=D+SKgc06jJEPOuE112E6MfPTKP+wobdDGBSz9xGiyTA=; b=kOnokyR60NXKWT93f4GiQjQkbi4Yhr3nWb7rNVAEecxXBKQpaGQ5Up4JnZGFFM9QKt RrJqWoDgK7B+dz4euQwjBx5HH62goRBJkH46hVwy3UdNkVOrVK4ifwYJDigCWgb0fY4r UNi6GVJv06Yhu0bKjDWWtREKPmUQzyQbg4XyGWiLZGFmqURX4OnitPQA/qH31RYmGZjP Cvoak899HBack4kViyY3DItCEXz5Q1uolz15PLI7Lbjl3X/Ih+GjhbIcVxlRf/R/0IPr PU0t0oAdL3iiWzogBAaHMxfdK8kQdL4DJpge+d6j531fYxHWqD02xDr6TnAfo8spaDKy uz6A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 71-v6si10340740plc.164.2018.05.14.13.07.56; Mon, 14 May 2018 13:08:10 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752203AbeENUGk (ORCPT + 99 others); Mon, 14 May 2018 16:06:40 -0400 Received: from mail.bootlin.com ([62.4.15.54]:32951 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752070AbeENUFZ (ORCPT ); Mon, 14 May 2018 16:05:25 -0400 Received: by mail.bootlin.com (Postfix, from userid 110) id 42E0D208BF; Mon, 14 May 2018 22:05:23 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.bootlin.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 [88.191.26.124]) by mail.bootlin.com (Postfix) with ESMTPSA id 171C020794; Mon, 14 May 2018 22:05:23 +0200 (CEST) From: Alexandre Belloni To: "David S . Miller" Cc: Allan Nielsen , razvan.stefanescu@nxp.com, po.liu@nxp.com, Thomas Petazzoni , Andrew Lunn , Florian Fainelli , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mips@linux-mips.org, Alexandre Belloni Subject: [PATCH net-next v3 7/7] MAINTAINERS: Add entry for Microsemi Ethernet switches Date: Mon, 14 May 2018 22:05:00 +0200 Message-Id: <20180514200500.2953-8-alexandre.belloni@bootlin.com> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180514200500.2953-1-alexandre.belloni@bootlin.com> References: <20180514200500.2953-1-alexandre.belloni@bootlin.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add myself as a maintainer for the Microsemi Ethernet switches. Signed-off-by: Alexandre Belloni --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 0a1410d5a621..b632deb3f503 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9280,6 +9280,12 @@ F: include/linux/cciss*.h F: include/uapi/linux/cciss*.h F: Documentation/scsi/smartpqi.txt +MICROSEMI ETHERNET SWITCH DRIVER +M: Alexandre Belloni +L: netdev@vger.kernel.org +S: Supported +F: drivers/net/ethernet/mscc/ + MICROSOFT SURFACE PRO 3 BUTTON DRIVER M: Chen Yu L: platform-driver-x86@vger.kernel.org -- 2.17.0