Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mmc: mmci: Enable MMC_CAP_CMD23

This is pure software configuration, which mmci has been supporting for
a while. Let's enable it as default so we can take benefit from it.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>

+3
+3
drivers/mmc/host/mmci.c
··· 1533 1533 mmc->caps2 |= MMC_CAP2_RO_ACTIVE_HIGH; 1534 1534 } 1535 1535 1536 + /* We support these capabilities. */ 1537 + mmc->caps |= MMC_CAP_CMD23; 1538 + 1536 1539 if (variant->busy_detect) { 1537 1540 mmci_ops.card_busy = mmci_card_busy; 1538 1541 mmci_write_datactrlreg(host, MCI_ST_DPSM_BUSYMODE);