[PATCH] MMC/SD improvements

Sascha Hauer s.hauer at pengutronix.de
Sun Jan 20 04:58:38 EST 2013


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



More information about the barebox mailing list