commit | 1b8d79c5494484d140f2a19101412b51e2d5f6b5 | [log] [tgz] |
---|---|---|
author | Ulf Hansson <ulf.hansson@linaro.org> | Tue Jun 21 15:12:46 2016 +0200 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Jul 25 10:34:22 2016 +0200 |
tree | 83b19b871e56b507ce55102e4b99098ff3aeedae | |
parent | 2801b95e8ff0fc24d7708a67bb98902dad197635 [diff] |
mmc: core: Allow hosts to specify non-support for SD commands There are host drivers which needs to valdiate for non-supported SD commands and returnn error code for such requests. To improve and simplify the behaviour, let's invent MMC_CAP2_NO_SD which these host drivers can set to tell the mmc core to skip sending SD commands during card initialization. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>