[U-Boot] Please pull u-boot-mmc.git

Andy Fleming afleming at freescale.com
Wed Nov 28 00:50:48 CET 2012


The following changes since commit 66dc452bfe13b0e276adddf3997b9c5abc00115d:

  Remove obsolete header file (2012-11-27 09:41:10 -0700)

are available in the git repository at:

  git://www.denx.de/git/u-boot-mmc.git master

for you to fetch changes up to 7798f6dbd5e1a3030ed81a81da5dfb57c3307cac:

  mmc: Properly determine maximum supported bus width (2012-11-27 17:48:46 -0600)

----------------------------------------------------------------
Andy Fleming (1):
      mmc: Properly determine maximum supported bus width

Jaehoon Chung (1):
      EXYNOS: mmc: support DesignWare Controller for Samsung-SoC

Mela Custodio (1):
      mmc: add no simultaenous power and vdd

Stephen Warren (4):
      Replace CONFIG_MMC_BOUNCE_BUFFER with CONFIG_BOUNCE_BUFFER in configs
      bouncebuf: remove dummy implementation
      common: rework bouncebuf implementation
      mmc: tegra: use bounce buffer APIs

Taylor Hutt (2):
      mmc: Fix interpretation of MMC_CMD_ALL_SEND_CID
      mmc: Fix incorrect handling of 'read' & 'write' commands

Wu, Josh (1):
      mmc: at91sam9x5: support to save environment in mmc

 arch/arm/include/asm/arch-exynos/dwmmc.h |   36 ++++++++++++++
 boards.cfg                               |    1 +
 common/bouncebuf.c                       |   75 ++++++++++++++++--------------
 common/cmd_mmc.c                         |    9 ++--
 drivers/mmc/Makefile                     |    1 +
 drivers/mmc/exynos_dw_mmc.c              |   57 +++++++++++++++++++++++
 drivers/mmc/mmc.c                        |   63 +++++++++++++++++--------
 drivers/mmc/mxsmmc.c                     |   30 +++---------
 drivers/mmc/sdhci.c                      |    3 ++
 drivers/mmc/tegra_mmc.c                  |   64 ++++++++++++++++---------
 include/bouncebuf.h                      |   47 ++++++++++---------
 include/configs/at91sam9x5ek.h           |   19 ++++++--
 include/configs/mx6qarm2.h               |    2 +-
 include/configs/mx6qsabre_common.h       |    2 +-
 include/configs/mx6qsabrelite.h          |    2 +-
 include/configs/sc_sps_1.h               |    2 +-
 include/configs/tegra20-common.h         |    3 ++
 include/sdhci.h                          |    1 +
 18 files changed, 283 insertions(+), 134 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-exynos/dwmmc.h
 create mode 100644 drivers/mmc/exynos_dw_mmc.c



More information about the U-Boot mailing list