Skip to content
Snippets Groups Projects
user avatar
Ulf Hansson authored
[ Upstream commit 6ebc581c ]

It looks like the original idea behind always doing a re-initialization of
a removable SDIO card during system resume in mmc_sdio_resume(), is to try
to play safe to detect whether the card has been removed.

However, this seems like a really a bad idea as it will most likely screw
things up, especially when the card is expected to remain powered on during
system suspend by the SDIO func driver.

Let's fix this, simply by trusting that the detect work checks if the card
is alive and inserted, which is being scheduled at the PM_POST_SUSPEND
notification anyway.

Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
Tested-by: default avatarDouglas Anderson <dianders@chromium.org>
Reviewed-by: default avatarDouglas Anderson <dianders@chromium.org>
Stable-dep-of: 32a9cdb8 ("mmc: core: sdio: hold retuning if sdio in 1-bit mode")
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
049fd767
Name Last commit Last update