From patchwork Wed Feb 26 12:23:25 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vincenzo Frascino X-Patchwork-Id: 13992252 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 7A02E2206BB; Wed, 26 Feb 2025 12:23:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740572619; cv=none; b=pRybqMyYSzj6BU0Z505QRQvJRLKMARTmCIby1aFr/r6g82jsUHg+zHW7Je1yurKEMrqsj6BGmmyXJNE4zlRIv25G90EP5P/LMPM+hcTR4Us3Qmy5CpXta+U9bvjbK/82E3glXXfDywd0dMvQtaBjW2CAW9cwO+dhtdaj54ApLDA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740572619; c=relaxed/simple; bh=nFlhUJpu5IyDOM3Yvq2TQXWWyR5FKc900AMjUz0SMXU=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=DsD2EMmBe4PmritLdSZVdzoDb5lztElgCBiq7yTVKZ7pQhRBJ/b0Bp1t/8cqz/kki9PQKZbMGY3jn3tr0dhKt2Y86mT22z6jk9nvLoO/RmDgQps7wRdzT8YqRSrJl5/vKtwDwquthSj+6xFDXOE16ORE+6wwns+tVVzk6mec6Is= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id C61F813D5; Wed, 26 Feb 2025 04:23:53 -0800 (PST) Received: from e119884-lin.cambridge.arm.com (e119884-lin.cambridge.arm.com [10.1.196.72]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 374903F5A1; Wed, 26 Feb 2025 04:23:36 -0800 (PST) From: Vincenzo Frascino To: linux-sound@vger.kernel.org Cc: Vincenzo Frascino , Maruthi Srinivas Bayyavarapu , Sudeep Holla , Liam Girdwood , Mark Brown , Rob Herring , Krzysztof Kozlowski , Conor Dooley , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v6 4/4] MAINTAINERS: Add Vincenzo Frascino as Xilinx Sound Driver Maintainer Date: Wed, 26 Feb 2025 12:23:25 +0000 Message-ID: <20250226122325.2014547-5-vincenzo.frascino@arm.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20250226122325.2014547-1-vincenzo.frascino@arm.com> References: <20250226122325.2014547-1-vincenzo.frascino@arm.com> Precedence: bulk X-Mailing-List: linux-sound@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Add Vincenzo Frascino as Xilinx Sound Driver Maintainer. Signed-off-by: Vincenzo Frascino --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 1b0cc181db74..8dea8da3d6d6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -26011,6 +26011,14 @@ S: Maintained F: drivers/pwm/pwm-xilinx.c F: include/clocksource/timer-xilinx.h +XILINX SOUND DRIVERS +M: Vincenzo Frascino +S: Maintained +F: Documentation/devicetree/bindings/sound/xlnx,i2s.yaml +F: Documentation/devicetree/bindings/sound/xlnx,audio-formatter.yaml +F: Documentation/devicetree/bindings/sound/xlnx,spdif.yaml +F: sound/soc/xilinx/* + XILINX SD-FEC IP CORES M: Derek Kiernan M: Dragan Cvetic