From patchwork Wed Oct 11 06:14:32 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Herve Codina X-Patchwork-Id: 732993 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 82150CD98C7 for ; Wed, 11 Oct 2023 06:17:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345344AbjJKGRu (ORCPT ); Wed, 11 Oct 2023 02:17:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43996 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345233AbjJKGRF (ORCPT ); Wed, 11 Oct 2023 02:17:05 -0400 Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C43A212C; Tue, 10 Oct 2023 23:16:29 -0700 (PDT) Received: by mail.gandi.net (Postfix) with ESMTPA id 9E273E0009; Wed, 11 Oct 2023 06:16:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1697004988; 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=eP8so5+40OVF0V/I6f05agR/9uxTfpFGxdMPV+noKD8=; b=HGPWbcBvOUusl9kp0Egn9GwxwT+raZZAa1UUOGqKBuXzJVTnbkh3Y55ge+SDjFvBqetb9f PO99icTfBy1+WiKEwsyFKtlEAZWqlIhctwe7pH0O+4/g9qVIJ+v3AbFTYL3vu6Faqn9VEV Ir0HFflwYVBady/HoTe9LjWIquwg4f0zXNdIy1QXG+UEJzGpBuhln7ClGo+2QoZ9cnlbv3 SRnmipImpV6O1hUWEEjnE9BgENAtGTtPGGqnurm/sLs2p4nmaeEBwuOugTw54n46dpWWUw rZgm2yz+JeGJBXh/dGUpjf3lrX2lqhGtrH+Cn5dCKX+Qj8T+y3hxIJarRPjZKg== 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 , Qiang Zhao , Li Yang , Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai , Shengjiu Wang , Xiubo Li , Fabio Estevam , Nicolin Chen , Christophe Leroy , Randy Dunlap Cc: netdev@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org, alsa-devel@alsa-project.org, Simon Horman , Christophe JAILLET , Thomas Petazzoni Subject: [PATCH v8 28/30] MAINTAINERS: Add the Lantiq PEF2256 driver entry Date: Wed, 11 Oct 2023 08:14:32 +0200 Message-ID: <20231011061437.64213-29-herve.codina@bootlin.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20231011061437.64213-1-herve.codina@bootlin.com> References: <20231011061437.64213-1-herve.codina@bootlin.com> MIME-Version: 1.0 X-GND-Sasl: herve.codina@bootlin.com Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org 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 8b987f2c8633..d8f2433e326e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11876,6 +11876,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