From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Hunter Subject: Re: [PATCH V4 0/3] Add support for Tegra210 ADMA Date: Mon, 28 Mar 2016 13:39:44 +0100 Message-ID: <56F92610.9030209@nvidia.com> References: <1458057390-20756-1-git-send-email-jonathanh@nvidia.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1458057390-20756-1-git-send-email-jonathanh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Laxman Dewangan , Vinod Koul , Stephen Warren , Thierry Reding , Alexandre Courbot , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala Cc: dmaengine-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org Hi Vinod, Let me know if you have any comments on this. Cheers Jon On 15/03/16 15:56, Jon Hunter wrote: > Add support for the Tegra210 Audio DMA (ADMA) controller which is part > of the Audio Processing Engine and used for transferring audio data. > > V4 changes: > - Updated DT binding to include 'power-domains' entry for handling > the APE power domain inconjunction with runtime-pm. > - Added missing clocks to the DT binding that were being handled by > the bootloader. > - Added support for PM_CLK to simplify clock handling > > V3 changes: > - Updated DT binding per feedback from Mark and Stephen > - Fixed up items mentioned by Vinod > > V2 changes: > - Re-worked device-tree binding > > Jon Hunter (3): > Documentation: DT: Add binding documentation for NVIDIA ADMA > dmaengine: tegra-adma: Add support for Tegra210 ADMA > MAINTAINERS: Update Tegra DMA maintainers > > .../devicetree/bindings/dma/tegra210-adma.txt | 61 ++ > MAINTAINERS | 5 +- > drivers/dma/Kconfig | 14 + > drivers/dma/Makefile | 1 + > drivers/dma/tegra210-adma.c | 869 +++++++++++++++++++++ > 5 files changed, 948 insertions(+), 2 deletions(-) > create mode 100644 Documentation/devicetree/bindings/dma/tegra210-adma.txt > create mode 100644 drivers/dma/tegra210-adma.c >