commit | 418a7a7e4f05f36d6e4ab5b8548ea71f0b602140 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon May 22 11:20:18 2017 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Wed Jun 28 06:54:45 2017 -0700 |
tree | 5f09b1c6475386d085bd210f11440aab57d8b70e | |
parent | 19ad53e498745416a77c0377cbb4ee771eedd35b [diff] |
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>