]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: NOMMU: Wire-up default DMA interface
authorVladimir Murzin <vladimir.murzin@arm.com>
Thu, 20 Jul 2017 10:19:59 +0000 (11:19 +0100)
committerChristoph Hellwig <hch@lst.de>
Thu, 20 Jul 2017 14:09:27 +0000 (16:09 +0200)
commit878ec36765fa71ffe656bc003d25bb9f8bad28f9
tree179070aa4cc0a17c92b7f24a424a3772db5f325e
parent43fc509c3efb5c973991ee24c449ab2a0d71dd1e
ARM: NOMMU: Wire-up default DMA interface

The way how default DMA pool is exposed has changed and now we need to
use dedicated interface to work with it. This patch makes alloc/release
operations to use such interface. Since, default DMA pool is not
handled by generic code anymore we have to implement our own mmap
operation.

Tested-by: Andras Szemzo <sza@esh.hu>
Reviewed-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Vladimir Murzin <vladimir.murzin@arm.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
arch/arm/mm/dma-mapping-nommu.c