This patch set includes the tuning scheme for high speed mode such as HS200. Specially, the support of HS200 mode is introduced with exynos's host And also, it addresses the some error handling and code clean-up. Seungwon Jeon (14): mmc: dw_mmc: add support tuning scheme mmc: dw_mmc: exynos: add variable delay tuning sequence mmc: dw_mmc: exynos: adjust the clock rate with speed mode mmc: dw_mmc: add the capability to support hs200 mode mmc: dw_mmc: move supports-highspeed of quirks to caps mmc: dw_mmc: set the supported max/min frequency mmc: dw_mmc: adjust the fifoth with block size mmc: dw_mmc: control card read threshold mmc: dw_mmc: fix error handling on response error mmc: dw_mmc: guarantee stop-abort cmd in data errors mmc: dw_mmc: rework the code related to cmd/data completion mmc: dw_mmc: gather each reset code into functions mmc: dw_mmc: amend use of idmac sw reset mmc: dw_mmc: fix the transfer termination in IDMAC mode .../devicetree/bindings/mmc/synopsis-dw-mshc.txt | 9 + drivers/mmc/host/dw_mmc-exynos.c | 168 ++++++- drivers/mmc/host/dw_mmc.c | 523 ++++++++++++++------ drivers/mmc/host/dw_mmc.h | 50 ++ include/linux/mmc/dw_mmc.h | 4 + 5 files changed, 597 insertions(+), 157 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