Home
last modified time | relevance | path

Searched hist:"40 e6c479e9250808ff19ccfb6d48979ecb2377bd" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/mmc/core/
H A Dsdio.cdiff 40e6c479e9250808ff19ccfb6d48979ecb2377bd Tue Jun 09 10:14:31 CEST 2020 Yue Hu <huyue2@yulong.com> mmc: sdio: Fix 1-bit mode for SD-combo cards during suspend

Commit 6b5eda369ac3 ("sdio: put active devices into 1-bit mode during
suspend") disabled 4-bit mode during system suspend. After this patch,
commit 7310ece86ad7 ("mmc: implement SD-combo (IO+mem) support") used
new sdio_enable_4bit_bus() instead of sdio_enable_wide() to support
SD-combo cards, also for card resume. However, no corresponding support
added during suspend. That is not correct. Let's fix it.

Signed-off-by: Yue Hu <huyue2@yulong.com>
Link: https://lore.kernel.org/r/20200609081431.6376-1-zbestahu@gmail.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>