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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 19BEDC47DA9 for ; Sat, 27 Jan 2024 16:33:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=MkvWmcogubyR+vuntv+rQfXQaCDsiDIzg47dcyHZmJo=; b=2oIsOd0Osrqtfe wAB48Eerm4v8JzGiAYatY82XUqBzAVZ4X368pxhxPVQboPvpPQ9W14sXO1LDSl0zumj2zqXueOZ9C vlE3t4pOHuGZ3GtE8KGfsf/BHmyKEVO+B6A/VE6QiOyjU1L0IcK3voYtP8fRrP1y7BTVa0/8VoPLV xePxUTQyB7gxcxvdpKuHliPFt99iSV1tXoCNx2JRdzZOxcUosdkhKVX1cP1jQTbADFc4Rkcj67TL1 1+TP35oKdr9nbKI4Q8nl4qd7+tOHNFhAC1x55wRWc6QYG+e0MdJj+VjXjH7syL1Uqcj2xnhvYvqWX HlTrrtMbkd5QRrwO4bPQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rTlcL-00000007puC-071J; Sat, 27 Jan 2024 16:33:17 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rTlcI-00000007pqj-0qOJ for linux-arm-kernel@lists.infradead.org; Sat, 27 Jan 2024 16:33:16 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id AC8F1CE379D; Sat, 27 Jan 2024 16:33:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E1DC0C43394; Sat, 27 Jan 2024 16:32:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1706373175; bh=KAfVWbrl2OKLT7q1byYXuM4lIKN7zYfbYPsqezgJCYI=; h=From:To:Cc:Subject:Date:From; b=JK7PSKCY+LB8W5oAPOptM9zT+5K7HyUnEY5aYJDIP/p0/w6jz1IFHPJ+KBIZZnntC MG/FszS/kR3teA2mSIXCOkMcE/MiyK4TenSc0hlrwB6QrJq+KgDlWtYVnzazFlBq0C HveOSMmwec9DYR7aomCTOroIAKcOc+gKXhrgRBwPnufZg/FzojXFnwMz0f8O67jZhQ Ao+KnuY86B7WkjG8KtqIBSp77OlaehPHkemIbsi72By3nVzwpB0qbdiueZUKg0tizu RztEevpslTMUc2S1r8UnyeM2afCO85LUdAhlM2Cx4wDuazY7wgZuN/GMOYtvOOeO3u dWmWGoImzg+TA== Received: by wens.tw (Postfix, from userid 1000) id 3CAC35FB4D; Sun, 28 Jan 2024 00:32:52 +0800 (CST) From: Chen-Yu Tsai To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Jernej Skrabec , Samuel Holland , Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai , Vinod Koul Cc: Chen-Yu Tsai , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-sound@vger.kernel.org, dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 0/7] arm64: sun50i-h616: Add DMA and SPDIF controllers Date: Sun, 28 Jan 2024 00:32:40 +0800 Message-Id: <20240127163247.384439-1-wens@kernel.org> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240127_083314_585294_86FBB8AD X-CRM114-Status: GOOD ( 18.14 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Chen-Yu Tsai Hi everyone, This is v2 of my H616/H618 DMA and SPDIF controller series. Changes since v1: - Switch to "contains" for if-properties statement - Fall back to A100 instead of H6 - Add DMA channels for r_i2c This series adds DMA and SPDIF controllers for the H616 and H618. There's also a fix for SPDIF on H6: the controller also has a receiver that was not correctly modeled. Patch 1 fixes the binding for the SPDIF controller on the H6 by adding the RX DMA channel. Patch 2 adds a compatible string for the H616's SPDIF transmitter to the binding. Patch 3 adds a compatible string for the H616's SPDIF transmitter to the driver. Patch 4 adds a compatible string for the H616's DMA controller. Patch 5 adds the RX DMA channel to the SPDIF controller on the H6. Patch 6 adds a device node for the H616's DMA controller. Patch 7 adds a device node for the H616's SPDIF controller. This was tested on the Orange Pi Zero 3 with SPI flash transfers and SPDIF audio output. The H6 SPDIF change is superficial as the driver does not support receiving / capturing an audio stream. Please have a look. I expect the first three patches to go through the ASoC tree, the fourth patch to either go through the DMA tree, or through the sunxi tree with an Ack, and the last three through the sunxi tree. Thanks ChenYu Chen-Yu Tsai (7): dt-bindings: sound: sun4i-spdif: Fix requirements for H6 dt-bindings: sound: sun4i-spdif: Add Allwinner H616 compatible ASoC: sunxi: sun4i-spdif: Add support for Allwinner H616 dt-bindings: dma: allwinner,sun50i-a64-dma: Add compatible for H616 arm64: dts: allwinner: h6: Add RX DMA channel for SPDIF arm64: dts: allwinner: h616: Add DMA controller and DMA channels arm64: dts: allwinner: h616: Add SPDIF device node .../dma/allwinner,sun50i-a64-dma.yaml | 12 ++-- .../sound/allwinner,sun4i-a10-spdif.yaml | 5 +- .../dts/allwinner/sun50i-h6-beelink-gs1.dts | 2 + .../boot/dts/allwinner/sun50i-h6-tanix.dtsi | 2 + arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi | 7 +-- .../arm64/boot/dts/allwinner/sun50i-h616.dtsi | 61 +++++++++++++++++++ sound/soc/sunxi/sun4i-spdif.c | 5 ++ 7 files changed, 85 insertions(+), 9 deletions(-) -- 2.39.2 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel