RE: [PATCH 1/2] dmaengine: qcom-bam-dma: Add pm_runtime support

2016-05-03 Thread Appana Durga Kedareswara Rao
Hi Vinod, > How difficult is it for you to get rid of this nonsense? It is issue with my mail client I am not sure how to get rid of it Will manually strip crap while replying to patches next time on wards. Sorry for the noise... > > And while replying please remove the non relevant context,

RE: [PATCH 1/2] dmaengine: qcom-bam-dma: Add pm_runtime support

2016-05-03 Thread Appana Durga Kedareswara Rao
Hi Vinod, > How difficult is it for you to get rid of this nonsense? It is issue with my mail client I am not sure how to get rid of it Will manually strip crap while replying to patches next time on wards. Sorry for the noise... > > And while replying please remove the non relevant context,

Re: [PATCH 1/2] dmaengine: qcom-bam-dma: Add pm_runtime support

2016-05-03 Thread Vinod Koul
ok...@codeaurora.org; Pramod Gurav <pramod.gu...@linaro.org> > > Subject: [PATCH 1/2] dmaengine: qcom-bam-dma: Add pm_runtime support How difficult is it for you to get rid of this nonsense? And while replying please remove the non relevant context, it serves no purpose! -- ~Vinod

Re: [PATCH 1/2] dmaengine: qcom-bam-dma: Add pm_runtime support

2016-05-03 Thread Vinod Koul
ok...@codeaurora.org; Pramod Gurav > > Subject: [PATCH 1/2] dmaengine: qcom-bam-dma: Add pm_runtime support How difficult is it for you to get rid of this nonsense? And while replying please remove the non relevant context, it serves no purpose! -- ~Vinod

Re: [PATCH 1/2] dmaengine: qcom-bam-dma: Add pm_runtime support

2016-05-02 Thread Pramod Gurav
dmaeng...@vger.kernel.org; stanimir.varba...@linaro.org; > > ok...@codeaurora.org; Pramod Gurav <pramod.gu...@linaro.org> > > Subject: [PATCH 1/2] dmaengine: qcom-bam-dma: Add pm_runtime support > > > > Adds pm_runtime support for BAM DMA so that clock > > is enab

Re: [PATCH 1/2] dmaengine: qcom-bam-dma: Add pm_runtime support

2016-05-02 Thread Pramod Gurav
mir.varba...@linaro.org; > > ok...@codeaurora.org; Pramod Gurav > > Subject: [PATCH 1/2] dmaengine: qcom-bam-dma: Add pm_runtime support > > > > Adds pm_runtime support for BAM DMA so that clock > > is enabled only when there is a transaction going on to help > >

RE: [PATCH 1/2] dmaengine: qcom-bam-dma: Add pm_runtime support

2016-05-02 Thread Appana Durga Kedareswara Rao
cki.net; linux-arm-...@vger.kernel.org > Cc: linux...@vger.kernel.org; linux-kernel@vger.kernel.org; > dmaeng...@vger.kernel.org; stanimir.varba...@linaro.org; > ok...@codeaurora.org; Pramod Gurav <pramod.gu...@linaro.org> > Subject: [PATCH 1/2] dmaengine: qcom-bam-dma: Add pm_runtime

RE: [PATCH 1/2] dmaengine: qcom-bam-dma: Add pm_runtime support

2016-05-02 Thread Appana Durga Kedareswara Rao
cki.net; linux-arm-...@vger.kernel.org > Cc: linux...@vger.kernel.org; linux-kernel@vger.kernel.org; > dmaeng...@vger.kernel.org; stanimir.varba...@linaro.org; > ok...@codeaurora.org; Pramod Gurav > Subject: [PATCH 1/2] dmaengine: qcom-bam-dma: Add pm_runtime support > > Adds pm_runti

[PATCH 1/2] dmaengine: qcom-bam-dma: Add pm_runtime support

2016-05-02 Thread Pramod Gurav
Adds pm_runtime support for BAM DMA so that clock is enabled only when there is a transaction going on to help save power. Signed-off-by: Pramod Gurav --- drivers/dma/qcom/bam_dma.c | 88 +- 1 file changed, 87 insertions(+), 1

[PATCH 1/2] dmaengine: qcom-bam-dma: Add pm_runtime support

2016-05-02 Thread Pramod Gurav
Adds pm_runtime support for BAM DMA so that clock is enabled only when there is a transaction going on to help save power. Signed-off-by: Pramod Gurav --- drivers/dma/qcom/bam_dma.c | 88 +- 1 file changed, 87 insertions(+), 1 deletion(-) diff --git