Hey Linus, Here is the slave dmanegine fixes. We have the fix for deadlock issue on imx-dma by Michael and Josh's edma config fix along with author change The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f: Linus Torvalds (1): Linux 3.12-rc1 are available in the git repository at: git://git.infradead.org/users/vkoul/slave-dma.git fixes Josh Boyer (2): edma: Update author email address dma/Kconfig: Make TI_EDMA select TI_PRIV_EDMA Michael Grzeschik (3): dmaengine: imx-dma: fix slow path issue in prep_dma_cyclic dmaengine: imx-dma: fix lockdep issue between irqhandler and tasklet dmaengine: imx-dma: fix callback path in tasklet drivers/dma/Kconfig | 1 + drivers/dma/edma.c | 2 +- drivers/dma/imx-dma.c | 31 +++++++++++++++---------------- 3 files changed, 17 insertions(+), 17 deletions(-) Thanks ~Vinod --