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

Wolfgang Denk wd at denx.de
Tue Jul 19 22:31:56 CEST 2011


Dear Andy Fleming,

In message <1310779815-6273-1-git-send-email-afleming at freescale.com> you wrote:
> 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

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The only time the world beats a path to your door is when you are  in
the bathroom.


More information about the U-Boot mailing list