commit | 15bd09959fddd2782484683818bf05fb154237cb | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Aug 25 16:07:37 2016 +0900 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Tue Sep 20 06:46:01 2016 +0900 |
tree | ea40aa90af58de7d71727c0ad3dc250041183f76 | |
parent | 3137e645e2f697df88dca08b7631c6363093bcf4 [diff] |
mmc: sdhci: move SDMA capability check 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>