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 B355E4746B3; Thu, 24 Sep 2026 11:37:35 +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=1790249859; cv=none; b=ByeFvbrxuWwpLQOdfDx7hf8ey/FwHqPECAlN+FM3DIPNQAbJAnIT3HiiHlAdMMwRecUEi/gjQNpW9sAz/EJLkjSv0Sc60GyOGMjuaWERDhyJJ1v16y485lM9X8p4EwBU/R8bLPJDLA5ylBv+cMaNjkvXgGFtlbgZmdZoUuSfShk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1790249859; c=relaxed/simple; bh=2EznhBAf4tapLikwBNVBshdXp25sQtmOgYlIBY42W08=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=JGyJSD/3apn3wMDEEBO014hjU2ObgVTw9yCudReLz3JybvGtQCn+ngzXMvkv2srSVv+tW9JNjN6u6uu8QLKFXdX6jy05F/aXeUmCieDc+SVUYdJC/sqRp08oR5AGa+wUXuAE76Lg0KEfqJjxuappxTu/bTVfaXQBzBDs9KAq6OA= 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 D53671C7465; Thu, 24 Sep 2026 13:37:32 +0200 (CEST) Date: Thu, 24 Sep 2026 13:37:31 +0200 From: "Joerg Roedel (AMD)" To: Janne Grunau Cc: Sven Peter , Neal Gompa , Will Deacon , Robin Murphy , Rob Herring , Krzysztof Kozlowski , Conor Dooley , asahi@lists.linux.dev, linux-arm-kernel@lists.infradead.org, iommu@lists.linux.dev, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Hector Martin Subject: Re: [PATCH v3 0/2] iommu: apple-dart: device specific DMA aperture support Message-ID: References: <20260902-iommu-apple-dart-aperture-v3-0-252ce55b7001@jannau.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: <20260902-iommu-apple-dart-aperture-v3-0-252ce55b7001@jannau.net> On Wed, Sep 02, 2026 at 09:18:53PM +0200, Janne Grunau wrote: > Janne Grunau (2): > dt-bindings: iommu: dart: Support specifying the DMA aperture > iommu: apple-dart: Support specifying the DMA aperture in the DT Missed that there is a v3, applied this instead.