]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
dmaengine: ti: k3-udma: Add missing dma_sync call for rx flush descriptor
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Tue, 12 May 2020 13:45:44 +0000 (16:45 +0300)
committerVinod Koul <vkoul@kernel.org>
Fri, 15 May 2020 05:52:41 +0000 (11:22 +0530)
commit5bbeea34bc7ab579516486fc387da8bde94b09a4
tree8a4b1e36f04133bab1e664cf5fce551f350e75df
parentd9fd428a304f2e33caf609011cdc9f17a8d3fb9e
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>
drivers/dma/ti/k3-udma.c