Commits
Robin Gong committed c76a8d65da2
MLK-11358-6: dma: imx-sdma: reload context once sdma channel terminated Some driver may call dmaengine_terminate_all firstly, and then start next by calling dmaengine_prep_* without dmaengine_slave_config. In this case sdma transfer failed since no context loaded, take this case in this patch. Signed-off-by: Robin Gong <b38343@freescale.com> (cherry picked from commit 51ff948df543dc273fefeb86608e7d6d28ca8090)