From mboxrd@z Thu Jan 1 00:00:00 1970 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 69D0FC433F5 for ; Thu, 21 Apr 2022 11:37:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1388849AbiDULjz (ORCPT ); Thu, 21 Apr 2022 07:39:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34250 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229845AbiDULjx (ORCPT ); Thu, 21 Apr 2022 07:39:53 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 44FB422284 for ; Thu, 21 Apr 2022 04:37:04 -0700 (PDT) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id E42741FB; Thu, 21 Apr 2022 04:37:03 -0700 (PDT) Received: from e121345-lin.cambridge.arm.com (e121345-lin.cambridge.arm.com [10.1.196.40]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id DB60A3F5A1; Thu, 21 Apr 2022 04:37:02 -0700 (PDT) From: Robin Murphy To: hch@lst.de, linux@armlinux.org.uk Cc: linux-arm-kernel@lists.infradead.org, m.szyprowski@samsung.com, arnd@kernel.org, iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/3] More ARM DMA ops cleanup Date: Thu, 21 Apr 2022 12:36:56 +0100 Message-Id: X-Mailer: git-send-email 2.35.3.dirty MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, Thanks to Christoph's latest series, I'm reminded that, if we're going to give the ARM DMA ops some cleanup this cycle, it's as good a time as any to dust off these old patches and add them on top as well. I've based these on the arm-dma-direct branch which I assume matches the patches posted at [1]. Cheers, Robin. [1] https://lore.kernel.org/linux-arm-kernel/20220421074204.1284072-1-hch@lst.de/ Robin Murphy (3): ARM/dma-mapping: Drop .dma_supported for IOMMU ops ARM/dma-mapping: Consolidate IOMMU ops callbacks ARM/dma-mapping: Merge IOMMU ops arch/arm/mm/dma-mapping.c | 286 +++++++++----------------------------- 1 file changed, 62 insertions(+), 224 deletions(-) -- 2.35.3.dirty