mmc: sh_mmcif: Enable MMC_CAP2_NO_SD and MMC_CAP2_NO_SDIO
authorUlf Hansson <ulf.hansson@linaro.org>
Tue, 21 Jun 2016 13:12:47 +0000 (15:12 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 25 Jul 2016 08:34:23 +0000 (10:34 +0200)
commitdab3a28b4005ecf4b6b380a8929c36de2c07a175
tree78be4af61ef2019abe429771529b0ee4202097a0
parent1b8d79c5494484d140f2a19101412b51e2d5f6b5
mmc: sh_mmcif: Enable MMC_CAP2_NO_SD and MMC_CAP2_NO_SDIO

Enable the capabilities which tells the mmc core to prevent sending SD and
SDIO commands during card initialization. In this way, we can also remove
the validation of non-supported commands in the ->request() callback.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sh_mmcif.c