]> git.sur5r.net Git - u-boot/commit
mmc: sdhci: move broken voltage quirk handling to sdhci_setup_cfg()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 25 Aug 2016 07:07:36 +0000 (16:07 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 19 Sep 2016 21:46:01 +0000 (06:46 +0900)
commit3137e645e2f697df88dca08b7631c6363093bcf4
tree2aa5890c2223de932d0c0d584eacd378366669cf
parent6c67954c93ea09bccc5bbc984ff60a2c28eeb733
mmc: sdhci: move broken voltage quirk handling to sdhci_setup_cfg()

If CONFIG_BLK is enabled, add_sdhci() is never called.  Move this
quirk handling to sdhci_setup_cfg(), which is now the central place
for hardware capability checks.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
drivers/mmc/sdhci.c