-
- Downloads
Revert "mmc: tmio: move runtime PM enablement to the driver implementations"
This reverts commit 7ff21319. It turns out that the above commit introduces other problems. For example, calling pm_runtime_set_active() must not be done prior calling pm_runtime_enable() as that makes it fail. This leads to additional problems, such as clock enables being wrongly balanced. Rather than fixing the problem on top, let's start over by doing a revert. Fixes: 7ff21319 ("mmc: tmio: move runtime PM enablement to the driver implementations") Signed-off-by:Ulf Hansson <ulf.hansson@linaro.org> Tested-by:
Geert Uytterhoeven <geert@linux-m68k.org>
Showing
- drivers/mmc/host/renesas_sdhi_core.c 0 additions, 6 deletionsdrivers/mmc/host/renesas_sdhi_core.c
- drivers/mmc/host/tmio_mmc.c 0 additions, 5 deletionsdrivers/mmc/host/tmio_mmc.c
- drivers/mmc/host/tmio_mmc_core.c 2 additions, 9 deletionsdrivers/mmc/host/tmio_mmc_core.c
- drivers/mmc/host/uniphier-sd.c 0 additions, 3 deletionsdrivers/mmc/host/uniphier-sd.c
Please sign in to comment