From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753569AbbJPHfd (ORCPT ); Fri, 16 Oct 2015 03:35:33 -0400 Received: from hqemgate15.nvidia.com ([216.228.121.64]:2149 "EHLO hqemgate15.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751968AbbJPHfa (ORCPT ); Fri, 16 Oct 2015 03:35:30 -0400 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Fri, 16 Oct 2015 00:34:11 -0700 From: Jon Hunter To: Laxman Dewangan , Vinod Koul , Stephen Warren , Thierry Reding , Alexandre Courbot , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala CC: , , , Jon Hunter Subject: [PATCH V3 0/2] Add support for Tegra210 ADMA Date: Fri, 16 Oct 2015 08:35:17 +0100 Message-ID: <1444980919-20331-1-git-send-email-jonathanh@nvidia.com> X-Mailer: git-send-email 2.1.4 X-NVConfidentiality: public MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add support for the Tegra210 Audio DMA (ADMA) controller. This was originally distributed as an RFC [0] based upon the existing tegra APB-DMA driver. Since then the driver has been significantly re-worked to remove a lot of the unused/unnecessary functionality that was carried over from the APB-DMA. This version is no longer derived from the APB-DMA driver and has been updated to use the virt-dma helpers. V3 changes: - Updated DT binding per feedback from Mark and Stephen - Fixed up items mentioned by Vinod V2 changes: - Re-worked device-tree binding [0] https://lkml.org/lkml/2015/8/18/237 Jon Hunter (2): Documentation: DT: Add binding documentation for NVIDIA ADMA dmaengine: tegra-adma: Add support for Tegra210 ADMA .../devicetree/bindings/dma/tegra210-adma.txt | 50 ++ drivers/dma/Kconfig | 13 + drivers/dma/Makefile | 1 + drivers/dma/tegra210-adma.c | 909 +++++++++++++++++++++ 4 files changed, 973 insertions(+) create mode 100644 Documentation/devicetree/bindings/dma/tegra210-adma.txt create mode 100644 drivers/dma/tegra210-adma.c -- 2.1.4