Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753528AbbBXSIh (ORCPT ); Tue, 24 Feb 2015 13:08:37 -0500 Received: from mailapp01.imgtec.com ([195.59.15.196]:43032 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752919AbbBXSIf (ORCPT ); Tue, 24 Feb 2015 13:08:35 -0500 From: Zubair Lutfullah Kakakhel To: CC: , , , , Subject: [PATCH_V2 0/3] dma: dt: Add DMA driver for jz4780 Date: Tue, 24 Feb 2015 18:08:14 +0000 Message-ID: <1424801297-18354-1-git-send-email-Zubair.Kakakhel@imgtec.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [192.168.154.89] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1574 Lines: 49 Hi, Here we have three patches that add a DMA driver for the Ingenic JZ4780 SoC. JZ4780 support is still in-flight. See http://patchwork.linux-mips.org/bundle/paulburton/ci20-v3.20/ These are based on 4.0-rc1. Apart from the channel numbers, jz4740 and jz4780 are quite different. jz4780 has many more features in hardware. Hence, we are unable to use the jz4740-dma driver. V1->V2 changes Updates for dmaengine api changes. Add residue support. Details in the patch commit message ZubairLK Alex Smith (2): dt-bindings: dma: Add binding for jz4780-dma dma: jz4780: add driver for the Ingenic JZ4780 DMA controller Zubair Lutfullah Kakakhel (1): MAINTAINERS: Add Ingenic JZ4780 DMA driver maintainer entry .../devicetree/bindings/dma/jz4780-dma.txt | 61 ++ MAINTAINERS | 5 + drivers/dma/Kconfig | 10 + drivers/dma/Makefile | 1 + drivers/dma/dma-jz4780.c | 877 +++++++++++++++++++++ include/dt-bindings/dma/jz4780-dma.h | 49 ++ 6 files changed, 1003 insertions(+) create mode 100644 Documentation/devicetree/bindings/dma/jz4780-dma.txt create mode 100644 drivers/dma/dma-jz4780.c create mode 100644 include/dt-bindings/dma/jz4780-dma.h -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/