]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: core: improve the quirks for sdio devices
authorShawn Lin <shawn.lin@rock-chips.com>
Wed, 15 Feb 2017 08:35:30 +0000 (16:35 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 15 Feb 2017 10:34:26 +0000 (11:34 +0100)
commit1144c1e4ddab9339e262e2702744e8f5c6220824
tree16d4119214ecb620976d909da79cfb032c1d788d
parent884f38607897cb4a963ea8a65296f0973a2828d0
mmc: core: improve the quirks for sdio devices

Rename mmc_fixup_methods to sdio_fixup_methods to better
reflect that it's for sdio devices. So we could also pass
on it from sdio card's probe sequence just like what we do
for eMMC and block there.

Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/quirks.h
drivers/mmc/core/sdio.c