
Hi Tom,
The following changes since commit 46ef4faed18196472eb95216b2f74c1397ecf024:
Prepare v2013.10-rc3 (2013-09-16 20:08:33 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-mmc.git master
for you to fetch changes up to b31c9beb9bdde1714b1131cf0e64b8b68350e824:
mmc: don't support write & erase for SPL builds (2013-09-17 20:03:44 +0300)
---------------------------------------------------------------- Jaehoon Chung (1): mmc: sdhci: use the SDHCI_QUIRK_USE_WIDE8 for samsung SoC
Lubomir Popov (1): ARM: OMAP: Enable 8-bit eMMC access for OMAP4/5/DRA7xx
Oleksandr Tyshchenko (2): mmc: Remove unused variable backup from mmc_send_cmd() omap_hsmmc: omap4+/am335x: modify MMC controller internal fsm reset func
Paul Burton (5): spl: remove unnecessary (& ARM specific) include of asm/utils.h spl_mmc: only call printf or puts with CONFIG_SPL_LIBCOMMON_SUPPORT mmc: don't call *printf or puts when SPL & !CONFIG_SPL_LIBCOMMON_SUPPORT mmc: size optimization when !CONFIG_MMC_SPI mmc: don't support write & erase for SPL builds
common/spl/spl_mmc.c | 17 +++++++++- drivers/mmc/Makefile | 2 ++ drivers/mmc/mmc.c | 205 +++++++++++++++++-------------------------------------------------------------------------------------------------- drivers/mmc/mmc_private.h | 45 ++++++++++++++++++++++++++ drivers/mmc/mmc_write.c | 189 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/mmc/omap_hsmmc.c | 41 +++++++++++++++++++++-- drivers/mmc/s5p_sdhci.c | 4 ++- drivers/mmc/sdhci.c | 13 ++++---- include/mmc.h | 4 +++ include/sdhci.h | 3 ++ 10 files changed, 337 insertions(+), 186 deletions(-) create mode 100644 drivers/mmc/mmc_private.h create mode 100644 drivers/mmc/mmc_write.c
Regards
-- Pantelis