mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] MMC/SD improvements
@ 2013-01-20  9:58 Sascha Hauer
  2013-01-20  9:58 ` [PATCH 1/5] mci: return 0 for probe parameter even when already initialized Sascha Hauer
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Sascha Hauer @ 2013-01-20  9:58 UTC (permalink / raw)
  To: barebox

- make sure the mci*.probe parameter is always present and so that scripts
  can rely on it.
- let setting of the parameter be succesful when there is a card detected,
  even when it was present before
- Add proper card present callback for host drivers so that we can give
  a meaningful message in the framework.

Sascha

----------------------------------------------------------------
Sascha Hauer (5):
      mci: return 0 for probe parameter even when already initialized
      mci: Always add probe parameter for cards
      mci: Add card_present callback
      mci i.MX esdhc: implement card_present callback
      mci atmel: implement card_present callback

 drivers/mci/atmel_mci.c |   21 +++++++++++++++------
 drivers/mci/imx-esdhc.c |   14 +++-----------
 drivers/mci/mci-core.c  |   33 +++++++++++----------------------
 include/mci.h           |    2 ++
 4 files changed, 31 insertions(+), 39 deletions(-)

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2013-01-20  9:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-20  9:58 [PATCH] MMC/SD improvements Sascha Hauer
2013-01-20  9:58 ` [PATCH 1/5] mci: return 0 for probe parameter even when already initialized Sascha Hauer
2013-01-20  9:58 ` [PATCH 2/5] mci: Always add probe parameter for cards Sascha Hauer
2013-01-20  9:58 ` [PATCH 3/5] mci: Add card_present callback Sascha Hauer
2013-01-20  9:58 ` [PATCH 4/5] mci i.MX esdhc: implement " Sascha Hauer
2013-01-20  9:58 ` [PATCH 5/5] mci atmel: " Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox