commit | 27bfb71c70729ac6bb2c02b3586284c1f05ea1c0 | [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 | 4b3387770d8d50f0260630b12640849ff002918f [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>