]> git.karo-electronics.de Git - karo-tx-linux.git/commit
dma: cpp41: enable pm_runtime during init
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Tue, 20 Aug 2013 16:35:53 +0000 (18:35 +0200)
committerFelipe Balbi <balbi@ti.com>
Tue, 27 Aug 2013 19:19:52 +0000 (14:19 -0500)
commitd6aafa2bf3bc1ca43405a4b753d91d7549224fdc
treea060e8d5bd5c875522ee1466a45621cfebfdfb7f
parent2ae847a1b10f3da5931fc9d04cc5950624418cf4
dma: cpp41: enable pm_runtime during init

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.

Acked-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/dma/cppi41.c