These changes intend to distinguish two DDR timing modes related to eMMC & UHS. Even though two modes are different actually, UHS_DDR50 is used as eMMC DDR mode. MMC_TIMING_MMC_DDR52 mode is added. Changes in V2: (2/7) Added MMC-DDR52 mode instead of replacing UHS-DDR50 in mmci Seungwon Jeon (7): mmc: clarify DDR timing mode between SD-UHS and eMMC mmc: mmci: clarify DDR timing mode between SD-UHS and eMMC mmc: omap: clarify DDR timing mode between SD-UHS and eMMC mmc: sh_mmcif: clarify DDR timing mode between SD-UHS and eMMC mmc: rtsx: clarify DDR timing mode between SD-UHS and eMMC mmc: dw_mmc: clarify DDR timing mode between SD-UHS and eMMC mmc: sdhci: clarify DDR timing mode between SD-UHS and eMMC drivers/mmc/core/debugfs.c | 3 +++ drivers/mmc/core/mmc.c | 2 +- drivers/mmc/host/dw_mmc-exynos.c | 3 +-- drivers/mmc/host/dw_mmc.c | 2 +- drivers/mmc/host/mmci.c | 6 ++++-- drivers/mmc/host/omap_hsmmc.c | 4 ++-- drivers/mmc/host/rtsx_pci_sdmmc.c | 2 ++ drivers/mmc/host/sdhci.c | 4 +++- drivers/mmc/host/sh_mmcif.c | 9 +++++---- include/linux/mmc/host.h | 3 ++- 10 files changed, 24 insertions(+), 14 deletions(-) -- 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