Previous patch version: https://marc.info/?l=linux-mmc&m=152234549525535 Changes made: * Clarified commit messages * Changed capability from require 1.8V to avoid 3.3V * Moved check from mmc_sd_get_cid() to end of mmc_sd_init_card() * Duplicated check to mmc_init_card() and mmc_sdio_init_card() in case similar issues crop up for others in SDIO and other MMC cards. Kyle Roeschley (2): mmc: core: Add capability to avoid 3.3V signaling mmc: sdhci-pci: Avoid 3.3V signaling on some NI 904x drivers/mmc/core/mmc.c | 8 ++++++++ drivers/mmc/core/sd.c | 8 ++++++++ drivers/mmc/core/sdio.c | 8 ++++++++ drivers/mmc/host/sdhci-pci-core.c | 4 ++++ drivers/mmc/host/sdhci-pci.h | 1 + include/linux/mmc/host.h | 1 + 6 files changed, 30 insertions(+) -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html