Dear, Ulf. I didn't find that your-tree is rebased to v4.0-rc2. This pull-request is based on your next branch(v4.0-rc1). If i have to rebase this work for v4.0-rc2, let me know, plz. The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539: Linux 4.0-rc1 (2015-02-22 18:21:14 -0800) are available in the git repository at: https://github.com/jh80chung/dw-mmc.git tags/v4.0-2-for-ulf for you to fetch changes up to 7aa3dc1a9ed5f38fa491016cff8cbec383bac805: mmc: dw_mmc: Don't crash if we get an interrupt before slot has initted (2015-03-04 23:39:23 +0900) ---------------------------------------------------------------- Main feature: - Support HS400 mode for designware controller. ---------------------------------------------------------------- Doug Anderson (5): mmc: dw_mmc: Make sure we only adjust the clock when power is on mmc: dw_mmc: Give a good reset after we give power mmc: dw_mmc: Don't start commands while busy mmc: dw_mmc: Only enable CD after setup and only if needed mmc: dw_mmc: Don't crash if we get an interrupt before slot has initted Seungwon Jeon (1): mmc: dw_mmc: exynos: Support eMMC's HS400 mode addy ke (2): mmc: dw_mmc: rockchip: add support MMC_CAP_RUNTIME_RESUME capability mmc: dw_mmc: fix mmc_test by not sending abort for DRTO/EBE errors .../devicetree/bindings/mmc/exynos-dw-mshc.txt | 7 + drivers/mmc/host/dw_mmc-exynos.c | 185 ++++++++++++++++---- drivers/mmc/host/dw_mmc-exynos.h | 19 +- drivers/mmc/host/dw_mmc-rockchip.c | 8 + drivers/mmc/host/dw_mmc.c | 142 ++++++++++++--- drivers/mmc/host/dw_mmc.h | 2 + 6 files changed, 309 insertions(+), 54 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