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 85808C6FD19 for ; Thu, 16 Mar 2023 12:28:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230414AbjCPM2i (ORCPT ); Thu, 16 Mar 2023 08:28:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46998 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230255AbjCPM2b (ORCPT ); Thu, 16 Mar 2023 08:28:31 -0400 Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DF5A0C0812; Thu, 16 Mar 2023 05:28:09 -0700 (PDT) Received: (Authenticated sender: herve.codina@bootlin.com) by mail.gandi.net (Postfix) with ESMTPA id 2DBBA1BF20B; Thu, 16 Mar 2023 12:28:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1678969687; 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=DV4CC5O5iyRa+8OQdtxcgwDs8G2cCnQDmrmdt77V24E=; b=W9X0VEUTnKlIqDMIQhKIIklbmTh83DTK5aI7TJxCI9EaaYxcRQPF/+zHObVTAuaPycXCLu Br7j/H6/YAKyoGPkmyVcCdOEI6BF7cvDZ8JH47BlDES/o5e2fvt06tnWCyvo6mhaQ2TVFB iqPPIF3lx4MTvoig1qfHCfecccARmSiC93pv0Px96lS9UdUUOsWudqXQNQlcRq9yMaaFwk HtMisZsmDSIvOsLsw6aVruKG11UElfDN6UFwFHFKzaVocXkJaU5X/tBaMwpp4uv9J/ewfy Eg4Kd9tMlD1uY/cdCHMMCX9LJ1wcCCxYyweaY3ywaEDvW3DU5Oq7du5AWsQugA== 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 v2 7/7] MAINTAINERS: Add the Lantiq PEF2256 ASoC codec entry Date: Thu, 16 Mar 2023 13:27:41 +0100 Message-Id: <20230316122741.577663-8-herve.codina@bootlin.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230316122741.577663-1-herve.codina@bootlin.com> References: <20230316122741.577663-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 codec, add myself as the maintainer for the Lantiq PEF2256 codec. Signed-off-by: Herve Codina --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index b258498aa8ac..81c17580b402 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11651,6 +11651,13 @@ S: Maintained F: arch/mips/lantiq F: drivers/soc/lantiq +LANTIQ PEF2256 ASoC CODEC +M: Herve Codina +L: alsa-devel@alsa-project.org (moderated for non-subscribers) +S: Maintained +F: Documentation/devicetree/bindings/sound/lantiq,pef2256-codec.yaml +F: sound/soc/codecs/pef2256-codec.c + LANTIQ PEF2256 DRIVER M: Herve Codina S: Maintained -- 2.39.2