Hey Linus, Please pull to receive couple of small dmaengine driver fixes for v6.0. The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868: Linux 6.0-rc1 (2022-08-14 15:50:18 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git tags/dmaengine-fix-6.0 for you to fetch changes up to e0f1b21c504f050de83922dd49e6a425dad2d518: dmaengine: zynqmp_dma: Typecast with enum to fix the coverity warning (2022-09-05 11:54:50 +0530) ---------------------------------------------------------------- dmaengine fixes for v6.0 Driver fixes for: - xilinx_dma: devm_platform_ioremap_resource error handling, dma_set_mask_and_coherent failure handling, dt property read cleanup - refcount leak fix for of_xudma_dev_get() - zynqmp_dma: coverity fix for enum typecast ---------------------------------------------------------------- Liang He (1): dmaengine: ti: k3-udma-private: Fix refcount leak bug in of_xudma_dev_get() Shravya Kumbham (1): dmaengine: zynqmp_dma: Typecast with enum to fix the coverity warning Swati Agarwal (3): dmaengine: xilinx_dma: Fix devm_platform_ioremap_resource error handling dmaengine: xilinx_dma: cleanup for fetching xlnx,num-fstores property dmaengine: xilinx_dma: Report error in case of dma_set_mask_and_coherent API failure drivers/dma/ti/k3-udma-private.c | 6 +++--- drivers/dma/xilinx/xilinx_dma.c | 21 +++++++++++++-------- drivers/dma/xilinx/zynqmp_dma.c | 2 +- 3 files changed, 17 insertions(+), 12 deletions(-) -- ~Vinod