commit | 5bbeea34bc7ab579516486fc387da8bde94b09a4 | [log] [tgz] |
---|---|---|
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | Tue May 12 16:45:44 2020 +0300 |
committer | Vinod Koul <vkoul@kernel.org> | Fri May 15 11:22:41 2020 +0530 |
tree | 8a4b1e36f04133bab1e664cf5fce551f350e75df | |
parent | d9fd428a304f2e33caf609011cdc9f17a8d3fb9e [diff] |
dmaengine: ti: k3-udma: Add missing dma_sync call for rx flush descriptor The TR mode rx flush descriptor did not had a dma_sync_single_for_device() call to make sure that the DMA see the correct information. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Link: https://lore.kernel.org/r/20200512134544.5839-1-peter.ujfalusi@ti.com Signed-off-by: Vinod Koul <vkoul@kernel.org>