[U-Boot] Pull request: u-boot-mmc 24032014
Pantelis Antoniou
panto at antoniou-consulting.com
Mon Mar 24 14:03:45 CET 2014
Hi Tom,
The following changes since commit 2c072c958bb544c72f0e848375803dbd6971f022:
sandbox: config: Enable cros_ec emulation and related items (2014-03-17 20:05:50 -0600)
are available in the git repository at:
git://git.denx.de/u-boot-mmc.git master
for you to fetch changes up to eea4e6fe82fef9975e0153644935b89882890450:
dfu: mmc: Replace calls to u-boot commands with native mmc API (2014-03-24 12:59:54 +0200)
----------------------------------------------------------------
Pantelis Antoniou (3):
mmc: Remove ops from struct mmc and put in mmc_ops
mmc: Convert mmc struct's name array to a pointer
mmc: Split mmc struct, rework mmc initialization (v2)
Łukasz Majewski (1):
dfu: mmc: Replace calls to u-boot commands with native mmc API
arch/arm/include/asm/arch-davinci/sdmmc_defs.h | 1 +
arch/arm/include/asm/arch-tegra/tegra_mmc.h | 4 ++++
common/cmd_mmc.c | 2 +-
common/cmd_mmc_spi.c | 2 +-
drivers/dfu/dfu_mmc.c | 31 ++++++++++++++++++++++++-------
drivers/mmc/arm_pl180_mmci.c | 50 +++++++++++++++++++++++++++-----------------------
drivers/mmc/arm_pl180_mmci.h | 4 ++++
drivers/mmc/bfin_sdh.c | 40 ++++++++++++++++++++--------------------
drivers/mmc/davinci_mmc.c | 41 ++++++++++++++++++-----------------------
drivers/mmc/dw_mmc.c | 58 +++++++++++++++++++++++++++-------------------------------
drivers/mmc/fsl_esdhc.c | 65 +++++++++++++++++++++++++++++++++--------------------------------
drivers/mmc/ftsdc010_mci.c | 63 ++++++++++++++++++++++++++++-----------------------------------
drivers/mmc/gen_atmel_mci.c | 53 ++++++++++++++++++++++++++++++++---------------------
drivers/mmc/mmc.c | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------
drivers/mmc/mmc_spi.c | 50 +++++++++++++++++++++++++++-----------------------
drivers/mmc/mmc_write.c | 3 ++-
drivers/mmc/mxcmmc.c | 45 +++++++++++++++++++++------------------------
drivers/mmc/mxsmmc.c | 48 ++++++++++++++++++++++++------------------------
drivers/mmc/omap_hsmmc.c | 142 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------
drivers/mmc/pxa_mmc_gen.c | 70 +++++++++++++++++++++++++++++++++++-----------------------------------
drivers/mmc/sdhci.c | 84 +++++++++++++++++++++++++++++++++++++++++++-----------------------------------------
drivers/mmc/sh_mmcif.c | 52 ++++++++++++++++++++++++++--------------------------
drivers/mmc/tegra_mmc.c | 53 +++++++++++++++++++++++++++++------------------------
include/dwmmc.h | 2 ++
include/fsl_esdhc.h | 4 ++++
include/mmc.h | 48 ++++++++++++++++++++++++++++++++++--------------
include/sdhci.h | 2 ++
27 files changed, 621 insertions(+), 495 deletions(-)
Regards
-- Pantelis
More information about the U-Boot
mailing list