Re: [PATCH 1/2] DMA: PL330: Remove pm_runtime_xxx calls from pl330 probe/remove

2011-12-08 Thread Vinod Koul
a-pl330.0: failed to get runtime pm > > Signed-off-by: Giridhar Maruthy > Signed-off-by: Tushar Behera Looks fine to me. Do you want these to go thru slave-dma or samsung tree. For latter: Acked-by: Vinod Koul > --- > drivers/dma/pl330.c | 17 ++--- > 1 files change

RE: [PATCH 1/2] DMA: PL330: Remove pm_runtime_xxx calls from pl330 probe/remove

2011-12-08 Thread Vinod Koul
On Thu, 2011-12-08 at 16:43 +0900, Kukjin Kim wrote: > Vinod Koul wrote: > > > > On Tue, 2011-12-06 at 16:15 +0530, Tushar Behera wrote: > > > amba_probe() now calls pm_runtime_get_noresume() and pm_runtime_enable() > > > for the devices before the device pro

Re: [PATCH 0/4] dmaeninge/ste_dma40: bug fixes for 3.1

2011-09-02 Thread Vinod Koul
On Mon, 2011-08-29 at 13:33 +0200, Per Forlin wrote: > Started off fixing a memory leak due to not freed dma descriptors > in mmci. The descriptor allocated at device_prep...(), not submitted, > isn't freed at dmaeninge_terminate_all() or dmaengine_release(). > While sorting this one out some other