]> git.karo-electronics.de Git - linux-beck.git/commit
dma: ste_dma40: Don't require CONFIG_PM_RUNTIME
authorUlf Hansson <ulf.hansson@linaro.org>
Wed, 23 Apr 2014 19:52:02 +0000 (21:52 +0200)
committerVinod Koul <vinod.koul@intel.com>
Wed, 7 May 2014 06:20:27 +0000 (11:50 +0530)
commit2dafca17c8807bc622daf111ec359a4baad550f6
treed1e0571bda417b05881f2a10b4e86e5761322c8d
parent80245216ccbdb4b1dce4db714e0fdc692c81af6d
dma: ste_dma40: Don't require CONFIG_PM_RUNTIME

While probing, don't rely on CONFIG_PM_RUNTIME to be configured.
Instead, let's power up the device and make it fully operational.
Update the runtime PM status to reflect the active state.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/ste_dma40.c