linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] sdhci-dove GPIO support for card detection
@ 2012-11-22 23:54 Russell King - ARM Linux
  2012-11-22 23:55 ` [PATCH 1/3] MMC: sdhci-dove: use devm_clk_get() Russell King
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Russell King - ARM Linux @ 2012-11-22 23:54 UTC (permalink / raw)
  To: linux-arm-kernel

The following three patches allow sdhci-dove to use a GPIO for card
presence detection.  This is a three stage process:

1. Clean up error paths by using devm_clk_get().
2. Use the two-stage sdhci initialization.
3. Implement the GPIO card detection support.

A very similar patch has been tested by Sebastian on the cubox; since
that version, I've changed the error printing slightly and dropped the
non-DT support for this feature as mainline doesn't have non-DT cubox
support.

 drivers/mmc/host/sdhci-dove.c |  108 +++++++++++++++++++++++++++++++++--------
 1 files changed, 88 insertions(+), 20 deletions(-)

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2012-12-04 18:51 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-22 23:54 [PATCH 0/3] sdhci-dove GPIO support for card detection Russell King - ARM Linux
2012-11-22 23:55 ` [PATCH 1/3] MMC: sdhci-dove: use devm_clk_get() Russell King
2012-11-22 23:55 ` [PATCH 2/3] MMC: sdhci-dove: use two-stage initialization for sdhci-pltfm Russell King
2012-11-22 23:55 ` [PATCH 3/3] MMC: sdhci-dove: allow GPIOs to be used for card detection on Dove Russell King
2012-11-23  8:31   ` Shawn Guo
2012-11-23  8:57     ` Russell King - ARM Linux
2012-11-23 12:14       ` Shawn Guo
2012-11-23 12:55         ` Russell King - ARM Linux
2012-11-25 20:29           ` Chris Ball
2012-11-26  9:43             ` Guennadi Liakhovetski
2012-12-03 19:11               ` Chris Ball
2012-12-04 16:00                 ` Guennadi Liakhovetski
2012-12-04 16:06                   ` Chris Ball
2012-12-04 16:43                     ` Russell King - ARM Linux
2012-12-04 18:51                       ` Chris Ball
2012-11-26  6:53   ` Shawn Guo

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).