[PATCH] mmc/sd patches

Sascha Hauer s.hauer at pengutronix.de
Thu Feb 9 06:53:43 EST 2012


Here are several patches to clean up the sd/mmc layer.

Sascha Hauer (15):
      mci: Add complete definitions for the card type
      mci: use card type definitions
      mci: fix high capacity detection
      mci mxs: do not use external define for internal use
      mci core: replace discrete ios values with struct ios
      mci s3c: Do not mess with struct mci_host
      mci s3c: allocate host struct dynamically
      mci s3c: pass around the right pointer
      mci: remove unused device argument from set_ios
      mci core: fix mixup of max write/read block len
      mci: Use struct mci for internal argument passing
      mci: replace pr_debug with dev_dbg
      mci: factor out mci/sd specific startup functions
      mci: cdev_find_free_index won't fail, no need to check
      mci: Be more verbose on what device is associated to which disk

 drivers/mci/atmel_mci.c  |   19 +-
 drivers/mci/imx-esdhc.c  |   17 +-
 drivers/mci/imx.c        |   19 +-
 drivers/mci/mci-core.c   |  503 +++++++++++++++++++++++-----------------------
 drivers/mci/mci_spi.c    |    3 +-
 drivers/mci/mxs.c        |   17 +-
 drivers/mci/omap_hsmmc.c |   20 +-
 drivers/mci/pxamci.c     |   20 ++-
 drivers/mci/s3c.c        |  165 +++++++---------
 include/mci.h            |   52 ++++-
 10 files changed, 437 insertions(+), 398 deletions(-)



More information about the barebox mailing list