From patchwork Wed Aug 9 13:27:53 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Herve Codina X-Patchwork-Id: 711948 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 E08EFC0015E for ; Wed, 9 Aug 2023 13:35:14 +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 B730CEB3; Wed, 9 Aug 2023 15:34:22 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz B730CEB3 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1691588112; bh=Fr31DX6/xP3IIS696L01ZblSFBdc/3TFs0A/vsCyvmU=; 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=jB6nmffsyjj0lxWP6uad+hx9bfnrZpZPz4zv9Tt/oWZHjBlth/0qnYfLM4YRGlvZl Qct+kxCxaf17+muCOz10UBqGTj8irDYEPOrZ0tw8U/c60o0huXTQc34WjMANpwTNcd 5V774k8er3h4I9G2QGejYaJXz8TU3Cttp3naNAEs= Received: by alsa1.perex.cz (Postfix, from userid 50401) id 70881F80580; Wed, 9 Aug 2023 15:29:50 +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 9CF11F805E4; Wed, 9 Aug 2023 15:29:49 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 35729F805A9; Wed, 9 Aug 2023 15:29:45 +0200 (CEST) Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::222]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id BC9D5F80588 for ; Wed, 9 Aug 2023 15:29:02 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz BC9D5F80588 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=bnVpDsB2 Received: by mail.gandi.net (Postfix) with ESMTPA id 6192D4000E; Wed, 9 Aug 2023 13:29:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1691587742; 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=RKUzrp1EUe6E0UYCmHueFrQJ1wK5ilVyh+uo0qrI7mI=; b=bnVpDsB2QT8OMVyTrY7J2y1nBDRLw2Q1YYkcd81/AwO1ixuEHV8YkWH0jd/Svu3suXHy/q tAOltkIfolKV3L+LDoQXv0mu4OhxoqiriFuS0Wl1KS1QCqUDD0lJi4SfJb/r4JJis/D7yO YbQS6895qD4y38/ZxcSsXgbM6+AkOB+M3wEMB+Xao2Y3RAecNc83EkBCZiOMwNezwPsJAt 3X4qgePR17N+Qu9tKZv1Rl4Y+n4HOivgTBb0iyCwww/39XLiEKONfYXVWZHy0lrxSs7mIJ YBWQY8ffAHmmsPxGLuzpUIr+N65sUsSfYmtlXdVD+yYnKmHZ9tFpoNjPfLFA5g== 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, Thomas Petazzoni Subject: [PATCH v3 26/28] MAINTAINERS: Add the Lantiq PEF2256 driver entry Date: Wed, 9 Aug 2023 15:27:53 +0200 Message-ID: <20230809132757.2470544-27-herve.codina@bootlin.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230809132757.2470544-1-herve.codina@bootlin.com> References: <20230809132757.2470544-1-herve.codina@bootlin.com> MIME-Version: 1.0 X-GND-Sasl: herve.codina@bootlin.com Message-ID-Hash: 2HHPXAXXEALY6QAXF4F26UCN6LUUIVNS X-Message-ID-Hash: 2HHPXAXXEALY6QAXF4F26UCN6LUUIVNS 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 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 14041d90f9c8..07a7d9fca3c4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11776,6 +11776,15 @@ 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-regs.h +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