Re: [PATCH 0/5] ARM: tegra: move all APB DMA client to dmaengine based driver

2012-09-13 Thread Stephen Warren
On 08/16/2012 08:13 AM, Laxman Dewangan wrote: > This patch series enable the dmaengine based Tegra APB DMA driver > and remove the support code for the legacy dma driver from different > APB DMA clients. > Patch 1 enable the dmaengine based dma drie and disable the legacy dma driver > in c

[PATCH 0/5] ARM: tegra: move all APB DMA client to dmaengine based driver

2012-08-16 Thread Laxman Dewangan
This patch series enable the dmaengine based Tegra APB DMA driver and remove the support code for the legacy dma driver from different APB DMA clients. Patch 1 enable the dmaengine based dma drie and disable the legacy dma driver in config file. Patch 2 remove the legacy dma driver. Patch 3