mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] mmc/sd patches
@ 2012-02-09 11:53 Sascha Hauer
  2012-02-09 11:53 ` [PATCH 01/15] mci: Add complete definitions for the card type Sascha Hauer
                   ` (14 more replies)
  0 siblings, 15 replies; 17+ messages in thread
From: Sascha Hauer @ 2012-02-09 11:53 UTC (permalink / raw)
  To: barebox

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

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

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

end of thread, other threads:[~2012-02-09 13:32 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-09 11:53 [PATCH] mmc/sd patches Sascha Hauer
2012-02-09 11:53 ` [PATCH 01/15] mci: Add complete definitions for the card type Sascha Hauer
2012-02-09 11:53 ` [PATCH 02/15] mci: use card type definitions Sascha Hauer
2012-02-09 11:53 ` [PATCH 03/15] mci: fix high capacity detection Sascha Hauer
2012-02-09 11:53 ` [PATCH 04/15] mci mxs: do not use external define for internal use Sascha Hauer
2012-02-09 11:53 ` [PATCH 05/15] mci core: replace discrete ios values with struct ios Sascha Hauer
2012-02-09 11:53 ` [PATCH 06/15] mci s3c: Do not mess with struct mci_host Sascha Hauer
2012-02-09 11:53 ` [PATCH 07/15] mci s3c: allocate host struct dynamically Sascha Hauer
2012-02-09 11:53 ` [PATCH 08/15] mci s3c: pass around the right pointer Sascha Hauer
2012-02-09 11:53 ` [PATCH 09/15] mci: remove unused device argument from set_ios Sascha Hauer
2012-02-09 11:53 ` [PATCH 10/15] mci core: fix mixup of max write/read block len Sascha Hauer
2012-02-09 11:53 ` [PATCH 11/15] mci: Use struct mci for internal argument passing Sascha Hauer
2012-02-09 11:53 ` [PATCH 12/15] mci: replace pr_debug with dev_dbg Sascha Hauer
2012-02-09 11:53 ` [PATCH 13/15] mci: factor out mci/sd specific startup functions Sascha Hauer
2012-02-09 11:53 ` [PATCH 14/15] mci: cdev_find_free_index won't fail, no need to check Sascha Hauer
2012-02-09 11:53 ` [PATCH 15/15] mci: Be more verbose on what device is associated to which disk Sascha Hauer
2012-02-09 13:32   ` Sascha Hauer

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