]> git.baikalelectronics.ru Git - kernel.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)
commit90b326969d965bd334b20beb6d25398f220f9ebd
treed1e0571bda417b05881f2a10b4e86e5761322c8d
parent056f4a77eaf5177678b5f8349f7db77bfdcbb95c
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