From patchwork Tue Nov 28 13:25:34 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Herve Codina X-Patchwork-Id: 13471143 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="ZHH+oPqk" Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ED6E0DA; Tue, 28 Nov 2023 05:25:44 -0800 (PST) Received: by mail.gandi.net (Postfix) with ESMTPA id CB86C60003; Tue, 28 Nov 2023 13:25:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1701177943; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=n9MGtTd8XXzFKz9pLqFK27LE2yY8oTJdvvi1+jcO4EM=; b=ZHH+oPqkvylLDl6sE4sM+u3jOkb1yvZgd9pTWo0Bm3mOZYlN4/YgfukondWQf1zNdHQ+5U 0X388m4rZLlVMIiVY1dgjDO+Y0pQ4MliFKQCT+0gdMtlMomm2hDNDYc7DYB66cCnSFA68W aUuRt1jZvkcPpeCqOGVuIhYHyYMZI/0jQd5CqIfRBZZkgkYaTa/nIbXJJ3EHBdxM8UBbn3 N9CiKwx1yqjAhS06VPCWbnm+himK1Z1hYo6fOLBTSUGHlYp/R2qQT2qdC2X0zP/qzYCORZ i51pgqcWJHMSywlCVcb4Szui/ZP7+bIQslZFwTWW6r6gLrGjOt3kpWVDrSdUVA== From: Herve Codina To: Herve Codina , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Andrew Lunn , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Lee Jones , Linus Walleij , Liam Girdwood , Mark Brown Cc: netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, Christophe Leroy , Thomas Petazzoni Subject: [PATCH 5/5] MAINTAINERS: Add the Lantiq PEF2256 driver entry Date: Tue, 28 Nov 2023 14:25:34 +0100 Message-ID: <20231128132534.258459-6-herve.codina@bootlin.com> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231128132534.258459-1-herve.codina@bootlin.com> References: <20231128132534.258459-1-herve.codina@bootlin.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-GND-Sasl: herve.codina@bootlin.com After contributing the driver, add myself as the maintainer for the Lantiq PEF2256 driver. Signed-off-by: Herve Codina Reviewed-by: Christophe Leroy --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 97f51d5ec1cf..1e3f4f34ce69 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12028,6 +12028,14 @@ S: Maintained F: arch/mips/lantiq F: drivers/soc/lantiq +LANTIQ PEF2256 DRIVER +M: Herve Codina +S: Maintained +F: Documentation/devicetree/bindings/net/lantiq,pef2256.yaml +F: drivers/net/wan/framer/pef2256/ +F: drivers/pinctrl/pinctrl-pef2256.c +F: include/linux/framer/pef2256.h + LASI 53c700 driver for PARISC M: "James E.J. Bottomley" L: linux-scsi@vger.kernel.org