This series contains the change for selection of bus speed mode. Previous implementation is a little complicated and some sequence is duplicated. And specially, HS400 mode eMMC5.0 is introduced this time. Seungwon Jeon (3): mmc: rework selection of bus speed mode mmc: correct some exclusive card state to clear mmc: add support for hs400 mode of eMMC5.0 drivers/mmc/core/bus.c | 3 +- drivers/mmc/core/core.c | 1 - drivers/mmc/core/mmc.c | 694 ++++++++++++++++++++++++++++++---------------- drivers/mmc/core/sd.c | 5 +- drivers/mmc/core/sdio.c | 5 +- include/linux/mmc/card.h | 51 +++- include/linux/mmc/host.h | 12 +- include/linux/mmc/mmc.h | 12 +- 8 files changed, 522 insertions(+), 261 deletions(-) Thanks, Seungwon Jeon -- 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