Hi Linus, Couple of late fixes for dmaengine, please pull. The following changes since commit 0e698dfa282211e414076f9dc7e83c1c288314fd: Linux 5.7-rc4 (2020-05-03 14:56:04 -0700) are available in the Git repository at: git://git.infradead.org/users/vkoul/slave-dma.git tags/dmaengine-fix-5.7-rc7 for you to fetch changes up to 3a5fd0dbd87853f8bd2ea275a5b3b41d6686e761: dmaengine: tegra210-adma: Fix an error handling path in 'tegra_adma_probe()' (2020-05-19 22:26:01 +0530) ---------------------------------------------------------------- dmaengine fixes for v5.7-rc7 Couple of driver fixes: - dmatest restoration of defaults - tegra210-adma probe handling fix - k3-udma flags fixed for slave_sg and memcpy - List fix for zynqmp_dma - idxd interrupt completion fix - lock fix for owl ---------------------------------------------------------------- Christophe JAILLET (1): dmaengine: tegra210-adma: Fix an error handling path in 'tegra_adma_probe()' Cristian Ciocaltea (1): dmaengine: owl: Use correct lock in owl_dma_get_pchan() Dave Jiang (1): dmaengine: idxd: fix interrupt completion after unmasking Peter Ujfalusi (1): dmaengine: ti: k3-udma: Fix TR mode flags for slave_sg and memcpy RafaƂ Hibner (1): dmaengine: zynqmp_dma: Move list_del inside zynqmp_dma_free_descriptor. Vladimir Murzin (1): dmaengine: dmatest: Restore default for channel drivers/dma/dmatest.c | 9 +++++---- drivers/dma/idxd/device.c | 7 +++++++ drivers/dma/idxd/irq.c | 26 +++++++++++++++++++------- drivers/dma/owl-dma.c | 8 +++----- drivers/dma/tegra210-adma.c | 2 +- drivers/dma/ti/k3-udma.c | 6 ++++-- drivers/dma/xilinx/zynqmp_dma.c | 3 +-- 7 files changed, 40 insertions(+), 21 deletions(-) -- ~Vinod