Hi Linus, The following changes since commit 31ade3b83e1821da5fbb2f11b5b3d4ab2ec39db8: Linux 4.4-rc3 (2015-11-29 18:58:26 -0800) are available in the git repository at: git://git.infradead.org/users/vkoul/slave-dma.git tags/dmaengine-fix-4.4-rc6 for you to fetch changes up to aa876cd4b41b4e3bcfbc75dd5750d75d5fa97a67: dmaengine: at_xdmac: fix at_xdmac_prep_dma_memcpy() (2015-12-10 09:48:01 +0530) ---------------------------------------------------------------- dmaengine fixes for 4.4-rc6 This has fixes spread thru driver, notably among them - edma fixes for recent edma DT changes which went into 4.4 - odd fixes for at_hdmac - minor fixes on bc dma and mic dma ---------------------------------------------------------------- Cyrille Pitchen (1): dmaengine: at_xdmac: fix at_xdmac_prep_dma_memcpy() Ludovic Desroches (2): dmaengine: at_xdmac: fix macro typo dmaengine: at_xdmac: fix false condition for memset_sg transfers Peter Ujfalusi (3): dmaengine: bcm2835-dma: Convert to use DMA pool dmaengine: edma: DT: Change memcpy channel array from 16bit to 32bit type dmaengine: edma: DT: Change reserved slot array from 16bit to 32bit type Saurabh Sengar (1): dmaengine: mic_x100: add missing spin_unlock Sylvain ETIENNE (1): dmaengine: at_xdmac: fix bad behavior in interleaved mode Vinod Koul (1): Merge branch 'fix/edma' into fixes Documentation/devicetree/bindings/dma/ti-edma.txt | 10 ++- drivers/dma/at_xdmac.c | 9 ++- drivers/dma/bcm2835-dma.c | 78 ++++++++++++++++------- drivers/dma/edma.c | 53 +++++++++------ drivers/dma/mic_x100_dma.c | 15 +++-- include/linux/platform_data/edma.h | 2 +- 6 files changed, 110 insertions(+), 57 deletions(-) Thanks -- ~Vinod -- 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