From patchwork Wed Mar 15 13:42:28 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Herve Codina X-Patchwork-Id: 664265 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 749B0C76196 for ; Wed, 15 Mar 2023 13:42:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231452AbjCONmv (ORCPT ); Wed, 15 Mar 2023 09:42:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57020 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232138AbjCONms (ORCPT ); Wed, 15 Mar 2023 09:42:48 -0400 Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [217.70.183.194]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8E95B8C97A; Wed, 15 Mar 2023 06:42:45 -0700 (PDT) Received: (Authenticated sender: herve.codina@bootlin.com) by mail.gandi.net (Postfix) with ESMTPA id 1163E40007; Wed, 15 Mar 2023 13:42:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1678887764; 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=0YBlfkWN4uRgoK2zQn1smyULeh9+sx/f01ppPsRKAF4=; b=OtOHDu0irUG+ua7dX+nyKl7VYZNAhl/6cIYtsR7P0j7zjxfblyTd6dvHd83R0oswHcPZL9 ZkQI1zwNPDtlgLeU+Z/SJqrDW3TWVgZ+T57vA2Hhd1BiOeCinaEdPBjRCkG2Ht14HSDKef Zl2YIrwFOcinxuWZN/sT728U3057ahrjTCCCRkG7h/pMcvVMjEIesdcr39Tk478FbgZ/o7 YFw2eHNFN9E67hS4+ruMA0t9K7GhkwCL22KgeyHR6VSXed9JnovG6+Fy0FgomxhOd+Lox1 JOt23rHieiZYSshG3vnE3PvOXL4eXZxYfC6+7t2qxQkLkFt1joPfIvt8fsHL8A== From: Herve Codina To: Herve Codina , Rob Herring , Krzysztof Kozlowski , Liam Girdwood , Mark Brown , Derek Kiernan , Dragan Cvetic , Arnd Bergmann , Greg Kroah-Hartman , Jaroslav Kysela , Takashi Iwai Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, alsa-devel@alsa-project.org, Christophe Leroy , Thomas Petazzoni Subject: [PATCH 4/7] MAINTAINERS: Add the Lantiq PEF2256 driver entry Date: Wed, 15 Mar 2023 14:42:28 +0100 Message-Id: <20230315134231.233193-5-herve.codina@bootlin.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230315134231.233193-1-herve.codina@bootlin.com> References: <20230315134231.233193-1-herve.codina@bootlin.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org After contributing the driver, add myself as the maintainer for the Lantiq PEF2256 driver. Signed-off-by: Herve Codina --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index fcb69242cd19..b258498aa8ac 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11651,6 +11651,14 @@ S: Maintained F: arch/mips/lantiq F: drivers/soc/lantiq +LANTIQ PEF2256 DRIVER +M: Herve Codina +S: Maintained +F: Documentation/ABI/testing/sysfs-bus-platform-devices-pef2256 +F: Documentation/devicetree/bindings/misc/lantiq,pef2256.yaml +F: drivers/misc/pef2256.c +F: include/linux/pef2256.h + LASI 53c700 driver for PARISC M: "James E.J. Bottomley" L: linux-scsi@vger.kernel.org