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 F3E78C6FD1C for ; Wed, 22 Mar 2023 13:47:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230437AbjCVNrt (ORCPT ); Wed, 22 Mar 2023 09:47:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40076 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230409AbjCVNra (ORCPT ); Wed, 22 Mar 2023 09:47:30 -0400 Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E7B0862FC0; Wed, 22 Mar 2023 06:47:22 -0700 (PDT) Received: (Authenticated sender: herve.codina@bootlin.com) by mail.gandi.net (Postfix) with ESMTPA id 800E520008; Wed, 22 Mar 2023 13:47:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1679492841; 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=fSms4o0d5lNX1sjS54cdW3PavZ+i4PZiYiRS0aL0g1A=; b=kTKtWg2+f5c65JPJYxhJ1YvQVCXFo13W5htTxWbrkT93XHwlv0R4Xdqi84a03H3wJVqsVq VblFw3Ai1JU6qa81JEtVyePAzP5IAWaN3O2fQA2vSpC3hve1JZUYdK4xvNTDN6HBlck14s y95O3olb2hluX7OX/fl2rKzhEa+TwaQTLrkXH09K6+EITQypyl7snip2dugeB6JE++aBW2 DbO2bXqIfeqLtDQtcx8VF1bV2/yQcJVFS/sVtZXJ711oJwpvpz8HaEY9QEXaUvQyVG2K5s zA9KYjB1QXG29omgsfBVXQ7lUxgNcW3MXJ/hEpCiNa1C7htTOoMFjTVnA+KYmw== 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 v3 6/6] MAINTAINERS: Add the Lantiq PEF2256 driver entry Date: Wed, 22 Mar 2023 14:46:54 +0100 Message-Id: <20230322134654.219957-7-herve.codina@bootlin.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230322134654.219957-1-herve.codina@bootlin.com> References: <20230322134654.219957-1-herve.codina@bootlin.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org After contributing the driver, add myself as the maintainer for the Lantiq PEF2256 driver. Signed-off-by: Herve Codina --- MAINTAINERS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index fcb69242cd19..be38a24c031c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11651,6 +11651,16 @@ 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: Documentation/devicetree/bindings/sound/lantiq,pef2256-codec.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