]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
dmaengine: at_xdmac: Add DMA_PRIVATE
authorLudovic Desroches <ludovic.desroches@atmel.com>
Thu, 13 Nov 2014 10:52:45 +0000 (11:52 +0100)
committerVinod Koul <vinod.koul@intel.com>
Mon, 17 Nov 2014 08:37:21 +0000 (14:07 +0530)
commitfef4cbf2ab830fcd695d892927386ad9ccc46339
tree0b262524389d8d8a62f14485da8c4774e6589c0f
parent466b3cf17ea6bee26cf7a404f51a44f2e884b31e
dmaengine: at_xdmac: Add DMA_PRIVATE

same issue as commit 7f5ae3553685:
"Without DMA_PRIVATE the driver is not able to allocate more than one channel.
Since it uses dma_get_any_slave_channel that calls private_candidate, the
second allocation fails at
/* some channels are already publicly allocated */
"

Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/at_xdmac.c