]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine: bcm2835-dma: Convert to use DMA pool
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Mon, 16 Nov 2015 11:09:03 +0000 (13:09 +0200)
committerVinod Koul <vinod.koul@intel.com>
Sat, 5 Dec 2015 10:06:32 +0000 (15:36 +0530)
commite035534612803f9d4c4ab58106084ab88802e40d
tree1f720f5e564845062cd9eeb911ad427d95b37453
parente689ac4221c9f6250463db9e67870b7b9aa98b1a
dmaengine: bcm2835-dma: Convert to use DMA pool

621e7894d66c dmaengine: bcm2835-dma: Fix memory leak when stopping a
     running transfer

Fixed the memleak, but introduced another issue: the terminate_all callback
might be called with interrupts disabled and the dma_free_coherent() is
not allowed to be called when IRQs are disabled.
Convert the driver to use dma_pool_* for managing the list of control
blocks for the transfer.

Fixes: 621e7894d66c ("dmaengine: bcm2835-dma: Fix memory leak when stopping a running transfer")
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Tested-by: Matthias Reichl <hias@horus.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/bcm2835-dma.c