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 6C24F1863 for ; Fri, 3 Feb 2023 09:41:49 +0000 (UTC) Received: from 8bytes.org (p200300c27714bc0086ad4f9d2505dd0d.dip0.t-ipconnect.de [IPv6:2003:c2:7714:bc00:86ad:4f9d:2505:dd0d]) (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 253A2224208; Fri, 3 Feb 2023 10:41:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=8bytes.org; s=default; t=1675417308; bh=SByJjWxgR6x3teX2cMdrO2uuYT22engALik+DQf9/Sg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aSs9RPJrHTJO8mb4wvzMgllqYrcuVVK5nQ9cb706iXgudDid7pYoemDE8szLEilM7 gN2r5oL64BDmR1Ck4Ygd14K0t69RWzheYNrTtwFUOpunoFDSG12pevQCZ9pzXrfEzE eVtsB1MyG0bUL01hn7yW+LWE9BlD6DNNxy38NT17+Jqd3fMHsxvwLlgYm1QLDdAvYV DbtlPS0Rd5EQcY5L9BJNN+btbDHN8buM8ba6Mqx4hAl2laDftCSuZHB0RlM/BXUrzy wxp0nzvktMeZvGBn3eBmqRMZnDBVeAlw/Q7tebyoYR0+5cic58pm4oNO57M4bF2fLt U7rEVdYFw9izA== Date: Fri, 3 Feb 2023 10:41:46 +0100 From: Joerg Roedel To: Marek Szyprowski Cc: iommu@lists.linux.dev, linux-samsung-soc@vger.kernel.org, Will Deacon , Robin Murphy , Krzysztof Kozlowski , lim Akhtar , Lu Baolu , Jason Gunthorpe Subject: Re: [PATCH] iommu/exynos: add missing set_platform_dma_ops callback Message-ID: References: <20230123093102.12392-1-m.szyprowski@samsung.com> Precedence: bulk X-Mailing-List: iommu@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230123093102.12392-1-m.szyprowski@samsung.com> On Mon, Jan 23, 2023 at 10:31:01AM +0100, Marek Szyprowski wrote: > Add set_platform_dma_ops() required for proper driver operation on ARM > 32bit arch after recent changes in the IOMMU framework (detach ops > removal). > > Fixes: c1fe9119ee70 ("iommu: Add set_platform_dma_ops callbacks") > Signed-off-by: Marek Szyprowski Applied, thanks.