]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Revert "mmc: enable runtime PM by default"
authorOhad Ben-Cohen <ohad@wizery.com>
Mon, 19 Dec 2011 23:51:38 +0000 (15:51 -0800)
committerChris Ball <cjb@laptop.org>
Mon, 19 Dec 2011 23:51:38 +0000 (15:51 -0800)
commit5c7f0e083d2d98ba14ddd10e88f001a0ead4cae4
treef79f922d3f8b88ee7822dacade3e71eae33accc9
parent29495aa04a30c21565243c5b9c028510446d242c
Revert "mmc: enable runtime PM by default"

When SDIO runtime PM was originally introduced, we immediately faced
two regressions with two different chipsets, and in response decided
not to enable it by default.

With the recent work on the 8686 we hoped we found all the gotchas,
so 08da834 did make sense (at least experimentally).

Unfortunately we now see that some setups out there still refuse to
work when SDIO runtime PM is enabled by default (see
http://www.spinics.net/lists/linux-mmc/msg11161.html), and obviously
we can't live with these kind of regressions.

This reverts commit 08da834a24312157f512224691ad1fddd11c1073.

Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
Cc: Daniel Drake <dsd@laptop.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/core/host.c