dmaengine: provide a common function for completing a dma descriptor
Provide a common function to do the cookie mechanics for completing a DMA descriptor. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Tested-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Jassi Brar <jassisinghbrar@gmail.com> [imx-sdma.c & mxs-dma.c] Tested-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
这个提交包含在:
@@ -691,7 +691,7 @@ static void dma_tasklet(unsigned long data)
|
||||
callback_param = cohd_fin->desc.callback_param;
|
||||
|
||||
/* sign this job as completed on the channel */
|
||||
cohc->chan.completed_cookie = cohd_fin->desc.cookie;
|
||||
dma_cookie_complete(&cohd_fin->desc);
|
||||
|
||||
/* release the lli allocation and remove the descriptor */
|
||||
coh901318_lli_free(&cohc->base->pool, &cohd_fin->lli);
|
||||
|
在新工单中引用
屏蔽一个用户