From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: use dma_map_ops for all architectures Date: Mon, 9 Nov 2015 19:17:05 +0100 Message-ID: <1447093041-21832-1-git-send-email-hch@lst.de> Return-path: Sender: linux-parisc-owner@vger.kernel.org List-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Andrew Morton , Haavard Skinnemoen , Hans-Christian Egtvedt , Steven Miao , Ley Foon Tan , David Howells , Koichi Yasutake , Chris Metcalf , linux-snps-arc@lists.infraded.org, linux-c6x-dev@linux-c6x.org, linux-cris-kernel@axis.com, linux-parisc@vger.kernel.org, linux-m68k@lists.linux-m68k.org, linux-metag@vger.kernel.org, sparclinux@vger.kernel.org, iommu@lists.linux-foundation.org This series converts all remaining architectures to use dma_map_ops and the generic implementation of the DMA API. This not only simplifies the code a lot, but also prepares for possible future changes like more generic non-iommu dma_ops implementations or generic per-device dma_map_ops. A git tree is also available at: http://git.infradead.org/users/hch/block.git/shortlog/refs/heads/dma-mapping-cleanups