Searched hist:"51 aa66a58494f869f491eedda86c409c50536c14" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/mmc/core/ |
H A D | sdio.c | diff 51aa66a58494f869f491eedda86c409c50536c14 Tue Dec 04 12:36:18 CET 2012 Subhash Jadavani <subhashj@codeaurora.org> mmc: sdio: fix resume failure due to lack of CMD52 reset
If SDIO keep power flag (MMC_PM_KEEP_POWER) is not set, card would be reinitialized during resume but as we are not resetting (CMD52 reset) the SDIO card during this reinitialization, card may fail to respond back to subsequent commands (CMD5 etc...).
This change resets the card before the reinitialization of card during resume.
Signed-off-by: Subhash Jadavani <subhashj@codeaurora.org> Acked-by: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: Chris Ball <cjb@laptop.org>
|