[PATCH 09/12] mmc: tmio_mmc: Enable runtime PM support

2014-08-25 Thread Ulf Hansson
To take advantage of the clock gating support, use the runtime PM callbacks provided by the tmio core. Additionally, we make use of the SET_PM_RUNTIME_PM_OPS, which is a preparation needed to simplify system PM. Signed-off-by: Ulf Hansson --- drivers/mmc/host/tmio_mmc.c | 3 +++ 1 file

[PATCH 09/12] mmc: tmio_mmc: Enable runtime PM support

2014-08-25 Thread Ulf Hansson
To take advantage of the clock gating support, use the runtime PM callbacks provided by the tmio core. Additionally, we make use of the SET_PM_RUNTIME_PM_OPS, which is a preparation needed to simplify system PM. Signed-off-by: Ulf Hansson ulf.hans...@linaro.org --- drivers/mmc/host/tmio_mmc.c |