commit | 5ceda74093a5c1c3f42a02b894df031f3bbc9af1 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Aug 17 17:34:03 2020 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Fri Sep 11 09:14:43 2020 +0200 |
tree | d16c05bab2364724baff7d1e28a71e535628250a | |
parent | 7bc5c428a660d4d1bc95ba54bf4cb6bccf8c3029 [diff] |
dma-direct: rename and cleanup __phys_to_dma The __phys_to_dma vs phys_to_dma distinction isn't exactly obvious. Try to improve the situation by renaming __phys_to_dma to phys_to_dma_unencryped, and not forcing architectures that want to override phys_to_dma to actually provide __phys_to_dma. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Robin Murphy <robin.murphy@arm.com>