From patchwork Thu Sep 28 07:06:46 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Herve Codina X-Patchwork-Id: 727119 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 alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 2158ACE7B04 for ; Thu, 28 Sep 2023 07:17:28 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 10621EBB; Thu, 28 Sep 2023 09:16:36 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 10621EBB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1695885446; bh=UAiwOEWMzokbHVZ+qMJND2TPvtmDc3JJ26Nv/ny1wiU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-Id: List-Archive:List-Help:List-Owner:List-Post:List-Subscribe: List-Unsubscribe:From; b=mZ3gUGnDT1z1H4MOrXXEdis31vB8PLuiBeLu2UioQ/RkutnI+y7ve+vnAUrEF4nLr sb/rNwxLd+sLelNWdkNv8RRpFRHdTW8nMdeuaS16v1xJmfHzKv3M7oa+OnvaBc8j5z pSaKieVi56UxWf4w8et5EWG67skKIyEuGKEWk8bI= Received: by alsa1.perex.cz (Postfix, from userid 50401) id 615C7F8007C; Thu, 28 Sep 2023 09:10:42 +0200 (CEST) Received: from mailman-core.alsa-project.org (mailman-core.alsa-project.org [10.254.200.10]) by alsa1.perex.cz (Postfix) with ESMTP id A172DF805A0; Thu, 28 Sep 2023 09:10:41 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id CA357F80698; Thu, 28 Sep 2023 09:10:35 +0200 (CEST) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::227]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 809DCF80551 for ; Thu, 28 Sep 2023 09:08:46 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 809DCF80551 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key, unprotected) header.d=bootlin.com header.i=@bootlin.com header.a=rsa-sha256 header.s=gm1 header.b=jQi9v6mU Received: by mail.gandi.net (Postfix) with ESMTPA id 59ADB20002; Thu, 28 Sep 2023 07:08:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1695884925; 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=jQi9v6mUi4dxXf7xwT8QBgTHjeypQ609xJPuT69fFnyVAlW89SyVYt1S6BsVU+8qqeu8wv y5b/LSN1TvHpUnZOO4s6j/7ueN/Dp4x0UoDO4Q2OOeRDoLjg7dLjuorzf9CmgtZtyJoN1W k5BzcmzRhRz3ZPZx+JEIdag7eUqsX7YqpTJHqTIdtgblna53KyRKB3EOPZU35Wyfx+JIe5 v2D21pFqySYvnpIzcNamDer3gGSq5X3TTlXG4lpb1nOQ2tiSUmglWH/VAVvTzV+9KlCXh5 NJdifhZgQY3nDwy1ls3LXrME6tYoRIa92285ajtJWCaE3xDGdVBuazDRtlBc9Q== From: Herve Codina To: Herve Codina , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Andrew Lunn , Rob Herring , Krzysztof Kozlowski , Conor Dooley , 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 v7 28/30] MAINTAINERS: Add the Lantiq PEF2256 driver entry Date: Thu, 28 Sep 2023 09:06:46 +0200 Message-ID: <20230928070652.330429-29-herve.codina@bootlin.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230928070652.330429-1-herve.codina@bootlin.com> References: <20230928070652.330429-1-herve.codina@bootlin.com> MIME-Version: 1.0 X-GND-Sasl: herve.codina@bootlin.com Message-ID-Hash: JQC3F3CRDMH25TP4B272VUNHJ5KNACWF X-Message-ID-Hash: JQC3F3CRDMH25TP4B272VUNHJ5KNACWF X-MailFrom: herve.codina@bootlin.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-alsa-devel.alsa-project.org-0; header-match-alsa-devel.alsa-project.org-1; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: 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