This patch series fixes below bugs in DMA and VDMA IP's ---> Added channel idle checks in the driver before submitting the buffer descriptor to h/w. ---> Fixes bug in Multi frame sotres handling in VDMA ---> Fixes issues w.r.to multi frame descriptors submit with AXI DMA S2MM(recv) Side. ---> Fixed kernel doc warnings in the driver. ---> Fixed checkpatch errors in the driver. Kedareswara rao Appana (6): dmaengine: xilinx_dma: Check for channel idle state before submitting dma descriptor dmaeninge: xilinx_dma: Fix bug in multiple frame stores scenario in vdma dmaengine: xilinx_dma: Fix race condition in the driver for multiple descriptor scenario dmaengine: xilinx_dma: Fix kernel doc warnings dmaengine: xilinx_dma: fix style issues from checkpatch dmaengine: xilinx_dma: Differentiate probe based on the ip type drivers/dma/xilinx/xilinx_dma.c | 283 ++++++++++++++++++++++------------------ 1 file changed, 157 insertions(+), 126 deletions(-) -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe dmaengine" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html