Re: [PATCH V2] dma: tegra: enable/disable dma clock

2012-07-31 Thread Vinod Koul
On Fri, 2012-07-20 at 13:31 +0530, Laxman Dewangan wrote: > Enable the DMA clock when allocating channel and > disable clock when freeing channels. > > Signed-off-by: Laxman Dewangan Thanks Applied to for-3.7 -- ~Vinod -- To unsubscribe from this list: send the line "unsubscribe linux-kernel"

Re: [PATCH V2] dma: tegra: enable/disable dma clock

2012-07-31 Thread Laxman Dewangan
On Tuesday 31 July 2012 12:18 PM, Vinod Koul wrote: On Fri, 2012-07-27 at 13:42 +0530, Laxman Dewangan wrote: Hi Vinod, Is there any thing remaining from my side here? Nope, I will take care of it Thanks for taking care. Is it possible to make it for K3.6? Nope 3.6 is released, too late f

Re: [PATCH V2] dma: tegra: enable/disable dma clock

2012-07-30 Thread Vinod Koul
On Fri, 2012-07-27 at 13:42 +0530, Laxman Dewangan wrote: > On Tuesday 24 July 2012 10:30 AM, Laxman Dewangan wrote: > > On Tuesday 24 July 2012 10:38 AM, Vinod Koul wrote: > >> On Fri, 2012-07-20 at 13:31 +0530, Laxman Dewangan wrote: > >>> Enable the DMA clock when allocating channel and > >>> di

Re: [PATCH V2] dma: tegra: enable/disable dma clock

2012-07-27 Thread Laxman Dewangan
On Tuesday 24 July 2012 10:30 AM, Laxman Dewangan wrote: On Tuesday 24 July 2012 10:38 AM, Vinod Koul wrote: On Fri, 2012-07-20 at 13:31 +0530, Laxman Dewangan wrote: Enable the DMA clock when allocating channel and disable clock when freeing channels. Signed-off-by: Laxman Dewangan --- +

Re: [PATCH V2] dma: tegra: enable/disable dma clock

2012-07-23 Thread Laxman Dewangan
On Tuesday 24 July 2012 10:38 AM, Vinod Koul wrote: On Fri, 2012-07-20 at 13:31 +0530, Laxman Dewangan wrote: Enable the DMA clock when allocating channel and disable clock when freeing channels. Signed-off-by: Laxman Dewangan --- + clk_disable_unprepare(tdma->dma_clk); What if another c

Re: [PATCH V2] dma: tegra: enable/disable dma clock

2012-07-23 Thread Vinod Koul
On Fri, 2012-07-20 at 13:31 +0530, Laxman Dewangan wrote: > Enable the DMA clock when allocating channel and > disable clock when freeing channels. > > Signed-off-by: Laxman Dewangan > --- > Changes from V1 to V2: > - Enable/disable clock when allocating/freeing channels. > - rewrite the descript

[PATCH V2] dma: tegra: enable/disable dma clock

2012-07-20 Thread Laxman Dewangan
Enable the DMA clock when allocating channel and disable clock when freeing channels. Signed-off-by: Laxman Dewangan --- Changes from V1 to V2: - Enable/disable clock when allocating/freeing channels. - rewrite the description to reflect change. drivers/dma/tegra20-apb-dma.c | 18