Re: [PATCH] dma: tegra: Use runtime_pm for clk enable/disable

2013-12-18 Thread Vinod Koul
On Wed, Dec 11, 2013 at 01:49:29PM -0700, Stephen Warren wrote: > On 12/11/2013 01:49 AM, Chaitanya Bandi wrote: > > Used runtime_pm APIs for clock enabling/disabling. > > Made changes such that clock is not enabled during > > idle. Also moved the usage of clk prepare/unprepare > > such that they a

Re: [PATCH] dma: tegra: Use runtime_pm for clk enable/disable

2013-12-11 Thread Stephen Warren
On 12/11/2013 01:49 AM, Chaitanya Bandi wrote: > Used runtime_pm APIs for clock enabling/disabling. > Made changes such that clock is not enabled during > idle. Also moved the usage of clk prepare/unprepare > such that they are not called in isr context. Hmm. This is going to cause conflicts with

[PATCH] dma: tegra: Use runtime_pm for clk enable/disable

2013-12-11 Thread Chaitanya Bandi
Used runtime_pm APIs for clock enabling/disabling. Made changes such that clock is not enabled during idle. Also moved the usage of clk prepare/unprepare such that they are not called in isr context. Signed-off-by: Chaitanya Bandi --- Verified with audio playback on Dalmore and check runtime stat