There is a patchset against dw_dmac driver. It has been resent for Vinod to review after he returned back from vacation and holidays. That's why there is no Cc list.
Andy Shevchenko (15): dw_dmac: call .probe after we have a device in place dw_dmac: absence of pdata isn't critical when autocfg is set dmaengine: introduce is_slave_xfer function dma: at_hdmac: check direction properly for cyclic transfers dma: dw_dmac: check direction properly in dw_dma_cyclic_prep dma: ep93xx_dma: reuse is_slave_xfer helper dma: ipu_idmac: reuse is_slave_xfer helper dma: ste_dma40: reuse is_slave_xfer helper dw_dmac: store direction in the custom channel structure dw_dmac: make usage of dw_dma_slave optional dw_dmac: backlink to dw_dma in dw_dma_chan is superfluous dw_dmac: check for mapping errors dw_dmac: remove redundant check dw_dmac: update tx_node_active in dwc_do_single_block dma: dw_dmac: add dwc_chan_pause and dwc_chan_resume Heikki Krogerus (1): dma: dw_dmac: clear suspend bit during termination drivers/dma/at_hdmac.c | 10 +-- drivers/dma/dw_dmac.c | 152 +++++++++++++++++++++++++++++-------------- drivers/dma/dw_dmac_regs.h | 17 +++-- drivers/dma/ep93xx_dma.c | 3 +- drivers/dma/ipu/ipu_idmac.c | 2 +- drivers/dma/ste_dma40.c | 2 +- include/linux/dmaengine.h | 5 ++ 7 files changed, 123 insertions(+), 68 deletions(-) -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

