This patch-set includes several driver's updates. Specially, HS400 mode is enabled for eMMC5.0 spec. And it goes with "[PATCH v4 5/5] mmc: add support for HS400 mode of eMMC5.0" Changes in v2: (2/7) Reuse bus_hz for clock rate. (3/7) Fix typo. Seungwon Jeon (7): mmc: dw_mmc: fix the max_blk_count in IDMAC mmc: dw_mmc: exynos: don't use if clock isn't available mmc: dw_mmc: exynos: move definitions to header file mmc: dw_mmc: exynos: incorporate ciu_div into timing property mmc: dw_mmc: exynos: support eMMC's HS400 mode ARM: dts: drop dw-mshc-ciu-div property from Exynos ARM: dts: add HS400 support for Exynos5420 .../devicetree/bindings/mmc/exynos-dw-mshc.txt | 18 +- arch/arm/boot/dts/exynos4412-odroidx.dts | 5 +- arch/arm/boot/dts/exynos4412-origen.dts | 5 +- arch/arm/boot/dts/exynos4412-trats2.dts | 5 +- arch/arm/boot/dts/exynos5250-arndale.dts | 10 +- arch/arm/boot/dts/exynos5250-cros-common.dtsi | 15 +- arch/arm/boot/dts/exynos5250-smdk5250.dts | 10 +- arch/arm/boot/dts/exynos5420-arndale-octa.dts | 10 +- arch/arm/boot/dts/exynos5420-pinctrl.dtsi | 7 + arch/arm/boot/dts/exynos5420-smdk5420.dts | 15 +- drivers/mmc/host/dw_mmc-exynos.c | 262 +++++++++++++------- drivers/mmc/host/dw_mmc-exynos.h | 70 ++++++ drivers/mmc/host/dw_mmc.c | 7 +- 13 files changed, 298 insertions(+), 141 deletions(-) create mode 100644 drivers/mmc/host/dw_mmc-exynos.h Thanks, sw-j -- 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