From patchwork Fri Apr 19 12:10:50 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13636323 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 98D71C04FF6 for ; Fri, 19 Apr 2024 12:11:28 +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=9IkrTu9PS72rWQzO5YL0E5KrvhjB70Mkn0dw0Wj8xK8=; b=rJVNUP8zPrpoV7 yMfIDT3zhsG9xvvW7WWiPBvdWJx07EyjnSi+WDVhj0pNu7Cp4spHGzJIF9H5gvAxeJRMXG7pJHW6x cqopgy3VF91O6I25mRK1O4td5numdPR5hDuCZ5OrPp12wHXciRnCF3/y2TSY3aWYHU7qx4Op0KyPC hUeWT67kYFsBI06RPy3yLHFtSjFqiLJ69hXLU2lyGIOQ0VLaeeKSm3W88JYdzGx9/F2Z3Dw888J1S +GiUf7THsqqDA2qVQnKgUPk7d+dEmno/IR5H/Osw1pI2mcw3RCD1jy7TQ8g1fMPQ2m1WJEL9jJDE+ 1/TN5bkrd9lCzFiNMwlQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rxn5J-00000005Yst-2qlL; Fri, 19 Apr 2024 12:11:17 +0000 Received: from albert.telenet-ops.be ([2a02:1800:110:4::f00:1a]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rxn53-00000005Yno-1aee for linux-arm-kernel@lists.infradead.org; Fri, 19 Apr 2024 12:11:04 +0000 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed80:76d0:2bff:fec8:549]) by albert.telenet-ops.be with bizsmtp id D0At2C0050SSLxL060At71; Fri, 19 Apr 2024 14:10:53 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1rxn4J-00DJLu-Mq; Fri, 19 Apr 2024 14:10:53 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1rxn4v-00GI7v-6U; Fri, 19 Apr 2024 14:10:53 +0200 From: Geert Uytterhoeven To: Magnus Damm Cc: linux-renesas-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Geert Uytterhoeven Subject: [PATCH 0/2] arm64: dts: renesas: r8a779h0: Add IOMMU support, Date: Fri, 19 Apr 2024 14:10:50 +0200 Message-Id: X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240419_051101_613931_A5F2563C X-CRM114-Status: GOOD ( 17.03 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi all, This patch series adds IOMMU support for the R-Car V4M SoC, by adding device nodes for all IPMMU instances, and linking all current IOMMU consumers. It has been tested on the Gray Hawk Single development board using Ethernet, MSIOF (SYS-DMAC), and eMMC. Thanks for your comments! To be queued in renesas-devel for v6.10. Geert Uytterhoeven (1): arm64: dts: renesas: r8a779h0: Link IOMMU consumers Thanh Le (1): arm64: dts: renesas: r8a779h0: Add IPMMU nodes arch/arm64/boot/dts/renesas/r8a779h0.dtsi | 114 ++++++++++++++++++++++ 1 file changed, 114 insertions(+)