All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH]: 3.10 fails to boot from mmc root
@ 2013-07-12 22:19 Kelly Anderson
  0 siblings, 0 replies; only message in thread
From: Kelly Anderson @ 2013-07-12 22:19 UTC (permalink / raw)
  To: Linux Kernel Mailing List

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)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-07-12 22:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-12 22:19 [PATCH]: 3.10 fails to boot from mmc root Kelly Anderson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.