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)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:37:06 +0000 (15:37 -0500)
commit548344490a1698efead0932a977630efe53f9a2f
tree075ff3d4f89338dd791806cd225afd39fd5856ef
parent4878f7c8b78413afe574c0446cbc129fc9b6b035
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>
(cherry picked from commit 1144c1e4ddab9339e262e2702744e8f5c6220824)
drivers/mmc/core/quirks.h
drivers/mmc/core/sdio.c