From patchwork Fri Feb 21 17:50:30 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vincenzo Frascino X-Patchwork-Id: 13986112 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id D1A762512FF; Fri, 21 Feb 2025 17:50:44 +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=1740160246; cv=none; b=iQjP/9yGODqttSdTVOkdOikj6wTkP56GWt1YlcR9K3DWoCShF1MYZazGSVM0W0i1SXl4cBvFCIBPdB5YEvBHZ6UGgdo1I2iTQZjcwnH54o95R/QmKHFh6KPa8TqRUVX/Jyk9cpv96f9RB6zsyfHLLzKnHwBwv1epg0DGKSXZfUo= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740160246; c=relaxed/simple; bh=9HZ+k8PfGb53VxceTlInw4tu0dAkbzvNQ9QDQgnjr1g=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=EynW1M3nxJbaSPS4hBn3iMxLAl+07KANj9kqgJhZ40TxbOXp63rov0xHCrv040+42WSnLfKkvjptw6c0zNe2qxZsWz31pJ9IdVTQZYcNw1VoLEFQKaywjo1xoC80VEN0A4SttBtjIEU8C78Rv5E7GdEIMZweweUi8f8flA17kz4= 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 5115B1516; Fri, 21 Feb 2025 09:51:02 -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 D36DA3F59E; Fri, 21 Feb 2025 09:50:42 -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 v2 4/4] MAINTAINERS: Add Vincenzo Frascino as Xilinx Sound Driver Maintainer Date: Fri, 21 Feb 2025 17:50:30 +0000 Message-ID: <20250221175030.1395815-5-vincenzo.frascino@arm.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20250221175030.1395815-1-vincenzo.frascino@arm.com> References: <20250221175030.1395815-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 3864d473f52f..2acea4effd78 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -26013,6 +26013,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.txt +F: Documentation/devicetree/bindings/sound/xlnx,audio-formatter.txt +F: Documentation/devicetree/bindings/sound/xlnx,spdif.txt +F: sound/soc/xilinx/* + XILINX SD-FEC IP CORES M: Derek Kiernan M: Dragan Cvetic