Changes to v6: - Fix data width bug when configuring register - Add another patch to support cyclic DMA Jun Nie (3): Documentation: dma: Add documentation for ZTE DMA dmaengine: zxdma: Support ZTE ZX296702 dma dmaengine: zxdma: Support cyclic dma Documentation/devicetree/bindings/dma/zxdma.txt | 38 + drivers/dma/Kconfig | 7 + drivers/dma/Makefile | 1 + drivers/dma/zx296702_dma.c | 945 ++++++++++++++++++++++++ 4 files changed, 991 insertions(+) create mode 100644 Documentation/devicetree/bindings/dma/zxdma.txt create mode 100644 drivers/dma/zx296702_dma.c -- 1.9.1 -- 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