[PATCH 1/2] base: dma-coherent: Add DT property for non exclusive shared-dma-pool

2015-10-12 Thread Neil Armstrong
In order to have the ability to declare a non exclusive shared-dma-pool, i.e. without the DMA_MEMORY_EXCLUSIVE flag, add the 'no-exclusive' DT optional parameter to initialize the coherent memory without the flag. Leave exclusive memory as default. Signed-off-by: Neil Armstrong ---

[PATCH 1/2] base: dma-coherent: Add DT property for non exclusive shared-dma-pool

2015-10-12 Thread Neil Armstrong
In order to have the ability to declare a non exclusive shared-dma-pool, i.e. without the DMA_MEMORY_EXCLUSIVE flag, add the 'no-exclusive' DT optional parameter to initialize the coherent memory without the flag. Leave exclusive memory as default. Signed-off-by: Neil Armstrong