From b01b93bf4efed51a96c8c6ce3f8a29ee3b10ed4a Mon Sep 17 00:00:00 2001 From: xiaoyao Date: Wed, 9 Mar 2016 14:10:52 +0800 Subject: [PATCH] mmc: sdio: call mmc_power_cycle before re-init sdio devices Change-Id: I4ae9bb385c9235eb184de0f3bf06719b056f4842 Signed-off-by: xiaoyao --- drivers/mmc/core/sdio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mmc/core/sdio.c b/drivers/mmc/core/sdio.c index b67ec30086e0..fa69d2fc5c5b 100644 --- a/drivers/mmc/core/sdio.c +++ b/drivers/mmc/core/sdio.c @@ -1231,6 +1231,7 @@ int sdio_reset_comm(struct mmc_card *card) mmc_retune_disable(host); + mmc_power_cycle(host, host->card->ocr); mmc_go_idle(host); mmc_set_clock(host, host->f_min); -- 2.34.1