linux/drivers/mmc
Ulf Hansson 6f2d3c89db mmc: mmci: Do pm_runtime_put() after the host has been added
Previously the pm_runtime_put() caused the device to be runtime PM
suspended, but then immediately being resumed when we add the host.

Prevent this unnecessary runtime PM suspend/resume cycle during
->probe() by moving the call to pm_runtime_put() after mmc_add_host().

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
2015-01-19 09:56:23 +01:00
..
card mmc: queue: Improve error handling during allocation of bounce buffers 2014-12-05 10:33:17 +01:00
core mmc: slot-gpio: Rework how to handle allocation of slot-gpio data 2015-01-19 09:56:18 +01:00
host mmc: mmci: Do pm_runtime_put() after the host has been added 2015-01-19 09:56:23 +01:00
Kconfig
Makefile