From mboxrd@z Thu Jan 1 00:00:00 1970 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 4C6C0C761A6 for ; Tue, 28 Mar 2023 09:27:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232548AbjC1J1L (ORCPT ); Tue, 28 Mar 2023 05:27:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57292 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232452AbjC1J1H (ORCPT ); Tue, 28 Mar 2023 05:27:07 -0400 Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::228]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0FD4C619E; Tue, 28 Mar 2023 02:27:01 -0700 (PDT) Received: (Authenticated sender: herve.codina@bootlin.com) by mail.gandi.net (Postfix) with ESMTPA id 0DF9A1BF20F; Tue, 28 Mar 2023 09:26:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1679995620; 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=NZF5AfOr6NqUrKibPpIKyfVUE8v0dg0CjG97i8h7gyg=; b=iqIkJ85nmrquXK9GjThpibaxr08Y4csHtpKqnr3ywQ1soYxs94hbEorxeDY1LGPI81RPrZ l3kaHeygZfEuLjZ1oaZGE+11DlZsw5tbCXKfzXhZdRTL6IAoXNQzxJWxkm8iB0RANZwOkE EM5w7StJ0zmk5uTfx41jjWqSGneu1CRpv12UPchrWbOdPZEhH9YCyUqCR0k5T6HaP+yZXH i/McCFK54as/LhbFmJ41e4Ha+sVnDav+jyqIjut90Z9xOmauEtaTofAhyRBnds2KFXKkzV yGm0ikHoHnttkZjpuSoQNDwdljIfo45XJ75VPb6usIxPgRldUmjMrFJVgrNLBQ== From: Herve Codina To: Herve Codina , Lee Jones , Rob Herring , Krzysztof Kozlowski , Liam Girdwood , Mark Brown , 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 v5 5/5] MAINTAINERS: Add the Lantiq PEF2256 driver entry Date: Tue, 28 Mar 2023 11:26:45 +0200 Message-Id: <20230328092645.634375-6-herve.codina@bootlin.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230328092645.634375-1-herve.codina@bootlin.com> References: <20230328092645.634375-1-herve.codina@bootlin.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index fcb69242cd19..a17c85648f6f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11651,6 +11651,15 @@ 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/mfd/lantiq,pef2256.yaml +F: drivers/mfd/pef2256.c +F: include/linux/mfd/pef2256.h +F: sound/soc/codecs/pef2256-codec.c + LASI 53c700 driver for PARISC M: "James E.J. Bottomley" L: linux-scsi@vger.kernel.org -- 2.39.2