]> git.baikalelectronics.ru Git - kernel.git/commit
arm: remove arch specific dma_supported implementation
authorChristoph Hellwig <hch@lst.de>
Mon, 22 May 2017 09:20:18 +0000 (11:20 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 28 Jun 2017 13:54:45 +0000 (06:54 -0700)
commit10fce4aafadc741ed4d6c9392511d77890e1c9b2
tree5f09b1c6475386d085bd210f11440aab57d8b70e
parent32cafd3fec31c6026cafe3ded22cbf7b64ae704d
arm: remove arch specific dma_supported implementation

And instead wire it up as method for all the dma_map_ops instances.

Note that the code seems a little fishy for dmabounce and iommu, but
for now I'd like to preserve the existing behavior 1:1.

Signed-off-by: Christoph Hellwig <hch@lst.de>
arch/arm/common/dmabounce.c
arch/arm/include/asm/dma-iommu.h
arch/arm/include/asm/dma-mapping.h
arch/arm/mm/dma-mapping.c