Re: [PATCH 11/11] dma: cpp41: enable pm_runtime during init

2013-08-26 Thread Vinod Koul
On Tue, Aug 20, 2013 at 06:35:53PM +0200, Sebastian Andrzej Siewior wrote: > With enabled pm_runtime in the kernel the device won't work because it > is not "on" during the probe function. This patch enables the device via > pm_runtime on probe so it remains activated. > > Cc: Vinod Koul > Signed

[PATCH 11/11] dma: cpp41: enable pm_runtime during init

2013-08-20 Thread Sebastian Andrzej Siewior
With enabled pm_runtime in the kernel the device won't work because it is not "on" during the probe function. This patch enables the device via pm_runtime on probe so it remains activated. Cc: Vinod Koul Signed-off-by: Sebastian Andrzej Siewior --- drivers/dma/cppi41.c | 11 +++ 1 file