Heya Linus, I would like you to pull for couple of simple dmaengine driver fixes we got in last few days. The following changes since commit d1abaeb3be7b5fa6d7a1fbbd2e14e3310005c4c1: Linux 5.3-rc5 (2019-08-18 14:31:08 -0700) are available in the Git repository at: git://git.infradead.org/users/vkoul/slave-dma.git tags/dmaengine-fix-5.3 for you to fetch changes up to cf24aac38698bfa1d021afd3883df3c4c65143a4: dmaengine: rcar-dmac: Fix DMACHCLR handling if iommu is mapped (2019-09-04 11:35:58 +0530) ---------------------------------------------------------------- dmaengine late fixes for 5.3 Some late fixes for drivers: - memory leak in ti crossbar dma driver - cleanup of omap dma probe - Fix for link list configuration in sprd dma driver - Handling fixed for DMACHCLR if iommu is mapped in rcar dma ---------------------------------------------------------------- Baolin Wang (1): dmaengine: sprd: Fix the DMA link-list configuration Wenwen Wang (2): dmaengine: ti: dma-crossbar: Fix a memory leak bug dmaengine: ti: omap-dma: Add cleanup in omap_dma_probe() Yoshihiro Shimoda (1): dmaengine: rcar-dmac: Fix DMACHCLR handling if iommu is mapped drivers/dma/sh/rcar-dmac.c | 28 +++++++++++++++++++--------- drivers/dma/sprd-dma.c | 10 ++++++++-- drivers/dma/ti/dma-crossbar.c | 4 +++- drivers/dma/ti/omap-dma.c | 4 +++- 4 files changed, 33 insertions(+), 13 deletions(-) Thanks -- ~Vinod