3.10 fails to boot from mmc root without this patch. An early version of this patch was to be included in in 3.10 but apparently didn't make it.
--- ./drivers/mmc/core/core.c.orig 2013-06-30 16:13:29.000000000 -0600 +++ ./drivers/mmc/core/core.c 2013-07-12 15:17:15.377466795 -0600 @@ -2421,6 +2421,7 @@ void mmc_start_host(struct mmc_host *hos else mmc_power_up(host); mmc_detect_change(host, 0); + mmc_flush_scheduled_work(); } void mmc_stop_host(struct mmc_host *host) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/