public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Kelly Anderson <kelly@xilka.com>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [PATCH]: 3.10 fails to boot from mmc root
Date: Fri, 12 Jul 2013 16:19:08 -0600	[thread overview]
Message-ID: <51E080DC.5040109@xilka.com> (raw)

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)


                 reply	other threads:[~2013-07-12 22:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51E080DC.5040109@xilka.com \
    --to=kelly@xilka.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox