From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.8bytes.org (mail.8bytes.org [85.214.250.239]) by smtp.subspace.kernel.org (Postfix) with ESMTP id DCE6240BCA1; Thu, 24 Sep 2026 11:30:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=85.214.250.239 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1790249464; cv=none; b=EJbbZyMW7uhH8bXG6QIb0cR6Hjbo6dO7Wj0QuUqeQ95esW32F/SRWeBiAg6uTW9cyXnAK9wMTiAVkA9sqiTFZeHok4t/6HZOsGJ4JOCunam42Wy2U/wsHvyEviHUcGVzWSs3evFDoCNst45C5ufSXvDeBY12DCw2uahNkpNklE8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1790249464; c=relaxed/simple; bh=y7gO6VrsNdoGYZk5SUzW4j4AMEsUFVWDu8Dp4AtVumU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=taSD13j4+wZqTdVndh43t8/43XKHZVD0HpGHPALpl6WzLh+pcjuo6jV11qm8/sk76bOcQ6r7UCbPwlfjgYTfXGIxxXLJxig/wSmr6eai6T2Bt6G/My+P+we9FWrj2XmkGyPZuy/lvUy1oGus8Qc0obJ3yuYlc4ZXB0mJLWhYMP8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=8bytes.org; spf=pass smtp.mailfrom=8bytes.org; arc=none smtp.client-ip=85.214.250.239 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=8bytes.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=8bytes.org Received: from 8bytes.org (p200300f6af404a00e4ccc4fdbbd66590.dip0.t-ipconnect.de [IPv6:2003:f6:af40:4a00:e4cc:c4fd:bbd6:6590]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.8bytes.org (Postfix) with ESMTPSA id 1421E1C7465; Thu, 24 Sep 2026 13:30:57 +0200 (CEST) Date: Thu, 24 Sep 2026 13:30:55 +0200 From: "Joerg Roedel (AMD)" To: Daniel Drake Cc: Will Deacon , Robin Murphy , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Florian Fainelli , Broadcom internal kernel review list , iommu@lists.linux.dev, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, nick.hollinghurst@raspberrypi.com, james.quinlan@broadcom.com, Jason Gunthorpe Subject: Re: [PATCH v3 0/5] Add support for Broadcom BCM2712 IOMMU driver (Raspberry Pi 5) Message-ID: References: <20260825-bcm2712-iommu-submit-v3-0-7f143e7289b6@reactivated.net> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260825-bcm2712-iommu-submit-v3-0-7f143e7289b6@reactivated.net> On Tue, Aug 25, 2026 at 09:56:03PM +0100, Daniel Drake wrote: > Daniel Drake (5): > iommu_pt: Fix test_pgsize_boundary() failure on narrow-OA formats > dt-bindings: iommu: Add Broadcom BCM2712 IOMMU > iommu/generic_pt: Add Broadcom BCM2712 page table format > iommu: Add Broadcom BCM2712 IOMMU driver > arm64: dts: broadcom: bcm2712: Add GPU IOMMU and IOMMU cache nodes Applied, thanks. Please submit a follow-on patch adding a MAINTAINERS entry for the new IOMMU driver.