From: Ulf Hansson Date: Thu, 11 Dec 2014 14:12:25 +0000 (+0100) Subject: mmc: sdhci-esdhc-imx: Fixup runtime PM conditions during ->probe() X-Git-Tag: fixes-v4.0-rc1~141^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77903c01d8c6c5d2544085ba074aceadc1191d21;p=pandora-kernel.git mmc: sdhci-esdhc-imx: Fixup runtime PM conditions during ->probe() By configure runtime PM prior we enable the use of it, we close the gap for strange and unhandled conditions. Moreover it makes us rely on the driver core, after finalized ->probe(), to request an inactive device to become runtime PM idle/suspended, which earlier potentially could happen already at pm_runtime_set_autosuspend_delay(). Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed