Hi Tom, The following changes since commit e7be18225fbea76d1f0034b224f0d1e60f07cfcf:
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2014-01-06 14:07:08 -0500) are available in the git repository at: git://git.denx.de/u-boot-mmc.git master for you to fetch changes up to c5c1af21764d9423b45c1d03e835c4547a8bc5cb: socfpga/dwmmc: Adding DesignWare MMC driver support for SOCFPGA (2014-01-09 11:53:55 +0200) ---------------------------------------------------------------- Alexey Brodkin (1): mmc/dwmmc: use bounce buffer for data exchange between CPU and MMC controller Chin Liang See (2): mmc/dwmmc: Using calloc instead malloc socfpga/dwmmc: Adding DesignWare MMC driver support for SOCFPGA Darwin Rambo (1): mmc: Minor cleanup of sdhci.c Lad, Prabhakar (1): include/mmc.h: Remove declaration for spl_mmc_load() Lubomir Popov (1): ARM: omap5_uevm: Enable 8-bit eMMC access Markus Niebel (1): mmc: add setdsr support arch/arm/include/asm/arch-socfpga/dwmmc.h | 12 ++++++++++++ arch/arm/include/asm/arch-socfpga/system_manager.h | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ common/cmd_mmc.c | 23 +++++++++++++++++++++++ doc/README.socfpga | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/mmc/Makefile | 1 + drivers/mmc/dw_mmc.c | 36 ++++++++++++++++++++++++------------ drivers/mmc/mmc.c | 18 ++++++++++++++++++ drivers/mmc/sdhci.c | 32 +++++++++++++++++++------------- drivers/mmc/socfpga_dw_mmc.c | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ include/configs/arndale.h | 1 + include/configs/exynos5250-dt.h | 1 + include/configs/omap5_uevm.h | 1 + include/mmc.h | 4 +++- 13 files changed, 289 insertions(+), 26 deletions(-) create mode 100644 arch/arm/include/asm/arch-socfpga/dwmmc.h create mode 100644 doc/README.socfpga mode change 100644 => 100755 drivers/mmc/dw_mmc.c create mode 100644 drivers/mmc/socfpga_dw_mmc.c Regards -- Pantelis _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot