From: linux@arm.linux.org.uk (Russell King - ARM Linux)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] mmc: sdhci: request irq after sdhci_init() is called
Date: Mon, 19 Aug 2013 09:58:17 +0100 [thread overview]
Message-ID: <20130819085817.GR23006@n2100.arm.linux.org.uk> (raw)
In-Reply-To: <20130819083357.GA26883@S2101-09.ap.freescale.net>
On Mon, Aug 19, 2013 at 04:33:59PM +0800, Shawn Guo wrote:
> Hi Chris,
>
> Can you please queue this patch for 3.12?
I already reported this months ago - it's caused because the SDHCI
initialization code is broken. It plays at separating out the
"alloc+init" from the "add" but doesn't get it right, because it does
a whole swathe of initialisation at the "add" stage.
This pretty much makes it impossible to use the generic GPIO slot detect
stuff with SDHCI, and why I have no motivation what so ever to convert
the dove sdhci support over to the generic GPIO stuff.
SDHCI basically needs its initialisation stuff rewritten to conform to
the "get everything initialised at alloc time" approach.
next prev parent reply other threads:[~2013-08-19 8:58 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-05 6:38 [PATCH] mmc: sdhci: request irq after sdhci_init() is called Shawn Guo
2013-07-05 8:08 ` Lukasz Majewski
2013-08-19 8:33 ` Shawn Guo
2013-08-19 8:58 ` Russell King - ARM Linux [this message]
2013-08-25 2:11 ` Chris Ball
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=20130819085817.GR23006@n2100.arm.linux.org.uk \
--to=linux@arm.linux.org.uk \
--cc=linux-arm-kernel@lists.infradead.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;
as well as URLs for NNTP newsgroup(s).