[U-Boot] Please pull u-boot-mmc.git
Andy Fleming
afleming at freescale.com
Sat Jul 16 03:30:15 CEST 2011
are available in the git repository at:
git://www.denx.de/git/u-boot-mmc.git master
Lei Wen (4):
MMC: unify mmc read and write operation
MMC: add erase function to both mmc and sd
MMC: add sdhci generic framework
MMC: add marvell sdhci driver
Michael Jones (1):
mmc: rescan fails on empty slot
Tom Warren (2):
mmc: Tegra2: SD/MMC driver for Seaboard - eMMC on SDMMC4, SDIO on SDMMC3
mmc: Tegra2: Enable SD/MMC driver for Seaboard and Harmony
Yoshihiro Shimoda (2):
mmc: fix the condition for MMC version 4
mmc: sh_mmcif: add support for Renesas MMCIF
elen.song (1):
AT91:mmc:fix multiple read/write error
Åukasz Majewski (1):
mmc: Access mode validation for eMMC cards > 2 GiB
README | 9 +
arch/arm/include/asm/arch-tegra2/clk_rst.h | 5 +
arch/arm/include/asm/arch-tegra2/pinmux.h | 6 +
board/nvidia/common/board.c | 147 +++++++
board/nvidia/common/board.h | 1 +
common/cmd_mmc.c | 89 +++--
drivers/mmc/Makefile | 4 +
drivers/mmc/atmel_mci.h | 9 +-
drivers/mmc/gen_atmel_mci.c | 4 +
drivers/mmc/mmc.c | 121 ++++++-
drivers/mmc/mv_sdhci.c | 21 +
drivers/mmc/s5p_mmc.c | 2 +-
drivers/mmc/sdhci.c | 433 ++++++++++++++++++++
drivers/mmc/sh_mmcif.c | 608 ++++++++++++++++++++++++++++
drivers/mmc/sh_mmcif.h | 238 +++++++++++
drivers/mmc/tegra2_mmc.c | 510 +++++++++++++++++++++++
drivers/mmc/tegra2_mmc.h | 81 ++++
include/configs/harmony.h | 11 +
include/configs/seaboard.h | 11 +
include/mmc.h | 9 +
include/part.h | 3 +
include/sdhci.h | 325 +++++++++++++++
22 files changed, 2606 insertions(+), 41 deletions(-)
create mode 100644 drivers/mmc/mv_sdhci.c
create mode 100644 drivers/mmc/sdhci.c
create mode 100644 drivers/mmc/sh_mmcif.c
create mode 100644 drivers/mmc/sh_mmcif.h
create mode 100644 drivers/mmc/tegra2_mmc.c
create mode 100644 drivers/mmc/tegra2_mmc.h
create mode 100644 include/sdhci.h
More information about the U-Boot
mailing list