mmc: add MMC_QUIRK_BROKEN_CLK_GATING
authorPierre Tardy <tardyp@gmail.com>
Sun, 6 Feb 2011 18:03:47 +0000 (19:03 +0100)
committerChris Ball <cjb@laptop.org>
Tue, 15 Mar 2011 17:48:35 +0000 (13:48 -0400)
Some sdio card are not following sdio standard, and do not work
when the sdio bus's clock is gated.

To keep functionnality for all legacy driver, we turn this quirk on
for every sdio card.
Drivers needs to disable the quirk manually when someone verifies that
their supported card works with clock gating.

Signed-off-by: Pierre Tardy <tardyp@gmail.com>
Acked-by: Ohad Ben-Cohen <ohad@wizery.com>
Signed-off-by: Chris Ball <cjb@laptop.org>

No differences found