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

are available in the git repository at:
git://www.denx.de/git/u-boot-mmc.git master
Jason Liu (1): fsl_esdhc: Fix multi-block read restriction on i.MX53 eSDHCv2
John Rigby (2): MMC: make b_max unconditional MMC: omap_hsmmc.c: disable multiblock rw on old rev omap34xx silicon
Matt Waddel (2): MMC: Add support for PL180 ARM mmc device ARMV7: Vexpress: Add MMC support
Thomas Chou (2): mmc_spi: add mmc_init call mmc: coding style fix and tabify of mmc.h
board/armltd/vexpress/ca9x4_ct_vxp.c | 9 + common/cmd_mmc_spi.c | 1 + drivers/mmc/Makefile | 1 + drivers/mmc/arm_pl180_mmci.c | 443 ++++++++++++++++++++++++++++++++++ drivers/mmc/arm_pl180_mmci.h | 183 ++++++++++++++ drivers/mmc/bfin_sdh.c | 2 + drivers/mmc/davinci_mmc.c | 3 +- drivers/mmc/fsl_esdhc.c | 4 + drivers/mmc/gen_atmel_mci.c | 2 + drivers/mmc/mmc.c | 8 +- drivers/mmc/mxcmmc.c | 2 + drivers/mmc/omap_hsmmc.c | 10 + drivers/mmc/s5p_mmc.c | 1 + include/configs/ca9x4_ct_vxp.h | 4 + include/mmc.h | 46 ++-- 15 files changed, 689 insertions(+), 30 deletions(-) create mode 100644 drivers/mmc/arm_pl180_mmci.c create mode 100644 drivers/mmc/arm_pl180_mmci.h

Dear Andy Fleming,
In message 1304065909-16710-1-git-send-email-afleming@freescale.com you wrote:
are available in the git repository at:
git://www.denx.de/git/u-boot-mmc.git master
Jason Liu (1): fsl_esdhc: Fix multi-block read restriction on i.MX53 eSDHCv2
John Rigby (2): MMC: make b_max unconditional MMC: omap_hsmmc.c: disable multiblock rw on old rev omap34xx silicon
Matt Waddel (2): MMC: Add support for PL180 ARM mmc device ARMV7: Vexpress: Add MMC support
Thomas Chou (2): mmc_spi: add mmc_init call mmc: coding style fix and tabify of mmc.h
board/armltd/vexpress/ca9x4_ct_vxp.c | 9 + common/cmd_mmc_spi.c | 1 + drivers/mmc/Makefile | 1 + drivers/mmc/arm_pl180_mmci.c | 443 ++++++++++++++++++++++++++++++++++ drivers/mmc/arm_pl180_mmci.h | 183 ++++++++++++++ drivers/mmc/bfin_sdh.c | 2 + drivers/mmc/davinci_mmc.c | 3 +- drivers/mmc/fsl_esdhc.c | 4 + drivers/mmc/gen_atmel_mci.c | 2 + drivers/mmc/mmc.c | 8 +- drivers/mmc/mxcmmc.c | 2 + drivers/mmc/omap_hsmmc.c | 10 + drivers/mmc/s5p_mmc.c | 1 + include/configs/ca9x4_ct_vxp.h | 4 + include/mmc.h | 46 ++-- 15 files changed, 689 insertions(+), 30 deletions(-) create mode 100644 drivers/mmc/arm_pl180_mmci.c create mode 100644 drivers/mmc/arm_pl180_mmci.h
Applied, thanks.
Best regards,
Wolfgang Denk
participants (2)
-
Andy Fleming
-
Wolfgang Denk