linux/drivers/dma/ti
Peter Ujfalusi d964d5ff68 dmaengine: ti: k3-udma: Fix delayed_work usage for tx drain workaround
INIT_DELAYED_WORK_ONSTACK() must be used with on-stack delayed work, which
is not the case here.
Use normal delayed_work for the channels instead.

Fixes: 25dcb5dd7b ("dmaengine: ti: New driver for K3 UDMA")
Reported-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Link: https://lore.kernel.org/r/20200618114004.6268-1-peter.ujfalusi@ti.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
2020-06-24 11:33:23 +05:30
..
cppi41.c
dma-crossbar.c
edma.c
k3-psil-am654.c
k3-psil-j721e.c
k3-psil-priv.h
k3-psil.c
k3-udma-glue.c
k3-udma-private.c
k3-udma.c dmaengine: ti: k3-udma: Fix delayed_work usage for tx drain workaround 2020-06-24 11:33:23 +05:30
k3-udma.h
Kconfig
Makefile
omap-dma.c