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 27884201013 for ; Tue, 29 Oct 2024 09:05:04 +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=1730192707; cv=none; b=EdIAcHOAjYWyQqfm1h0QHLJ7UUJ0bSwoUSOMeZtiYC/xGnV6Jd5C0HxSd/0XCQ7w3WqzHBZ8fD6XmoOOJI+FE562JwuAwtFkP3Qe6EKB+WhbEOwKw2Ja4k+2Q7+Ffr2PB3hASP6RlFBw/z6M2vMMSPgqVTeQDfIeBS2RlsbLpzk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730192707; c=relaxed/simple; bh=eH17U5iBFIa1Xemd4TTLtZPVFnYTiOpDfOaOdchseTc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=MoUqiwkfroXuYQ2TIF8RVg1uW7YTGuxNw1A3Q442Z4YAwYcWMFxelcXN1TPVxrTwqVcykl5zVcIKqiZ4Cixrn6qRGE0xCf5DtuJzUAN5oknsajMZYQnZ2t876VUH02GBjxSXlzDymmGju/1/XH3aCCx6MNXC11zRrZvWiZ6BfCQ= 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; dkim=pass (2048-bit key) header.d=8bytes.org header.i=@8bytes.org header.b=OvqM/nJd; 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 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=8bytes.org header.i=@8bytes.org header.b="OvqM/nJd" Received: from 8bytes.org (p549219d2.dip0.t-ipconnect.de [84.146.25.210]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.8bytes.org (Postfix) with ESMTPSA id E03332A8D55; Tue, 29 Oct 2024 10:05:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=8bytes.org; s=default; t=1730192704; bh=eH17U5iBFIa1Xemd4TTLtZPVFnYTiOpDfOaOdchseTc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OvqM/nJdIN4RIHkOZXT/boGA06HOCSNDia/ch0HOAtXn8Y2f0qs+VNfZmWe1TBAab oVrw8Y12u2hz6G2pRm2+fbfog0Xyyw8Bwh1Ur9Q/DHk39e7+PsWkkikajdeualC/LF YlYJmry+Mo9xqehf0SQQHPrxP2pLRtY8hkWLE+4uv+7E1l5c4EuthLdJm1XKEp9hWT W6QbRKp1BqMhVYAcd2/keR64P1dhZT19hc12bvTV3FDumLJx9we3i4sa3/CHwYSOl/ UBhUMYyLDlh9RW377Plzn5H6dB5ydJMjC6+NtmRqxOqNEAtW489rnJhMFqXoq7beS+ Ps1bL2l7NNtMg== Date: Tue, 29 Oct 2024 10:05:02 +0100 From: Joerg Roedel To: Lu Baolu Cc: Will Deacon , Robin Murphy , Jason Gunthorpe , Kevin Tian , Yi Liu , David Airlie , Daniel Vetter , Kalle Valo , Bjorn Andersson , Mathieu Poirier , Alex Williamson , mst@redhat.com, Jason Wang , Thierry Reding , Jonathan Hunter , Mikko Perttunen , Jeff Johnson , ath10k@lists.infradead.org, ath11k@lists.infradead.org, Lyude Paul , Beleswar Padhi , iommu@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 0/4] iommu: Refactoring domain allocation interface Message-ID: References: <20241009041147.28391-1-baolu.lu@linux.intel.com> 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: <20241009041147.28391-1-baolu.lu@linux.intel.com> On Wed, Oct 09, 2024 at 12:11:43PM +0800, Lu Baolu wrote: > Lu Baolu (4): > remoteproc: Use iommu_paging_domain_alloc() > media: nvidia: tegra: Use iommu_paging_domain_alloc() > drm/nouveau/tegra: Use iommu_paging_domain_alloc() > iommu: Remove iommu_domain_alloc() > > include/linux/iommu.h | 6 ---- > .../drm/nouveau/nvkm/engine/device/tegra.c | 4 +-- > drivers/iommu/iommu.c | 36 ------------------- > .../media/platform/nvidia/tegra-vde/iommu.c | 7 ++-- > drivers/remoteproc/remoteproc_core.c | 6 ++-- > 5 files changed, 9 insertions(+), 50 deletions(-) Applied, thanks.