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

The following changes since commit 5ed6f447af60aabd2669d913f673793c1ce48f47:
P1022DS: Set CONFIG_SPL_MAX_SIZE directly (2013-05-03 09:19:43 -0400)
are available in the git repository at:
git://www.denx.de/git/u-boot-mmc.git master
for you to fetch changes up to 88227a1d8a734cfd09ac43609abec8b66c2d2610:
mmc: fsl_esdhc: Use calloc() (2013-05-06 16:26:25 -0500)
---------------------------------------------------------------- Che-Liang Chiou (1): mmc: Split device init to decouple OCR-polling delay
Davide Bonfanti (1): davinci, mmc: Added a delay reading ext CSD register
Fabio Estevam (1): mmc: fsl_esdhc: Use calloc()
Jaehoon Chung (1): mmc: sdhci: return error when failed add_sdhci().
Vipin Kumar (1): sdhci: Add sdhci support for spear devices
drivers/mmc/Makefile | 1 + drivers/mmc/davinci_mmc.c | 5 +- drivers/mmc/fsl_esdhc.c | 3 +- drivers/mmc/mmc.c | 137 ++++++++++++++++++++++++++++++++++----------- drivers/mmc/mv_sdhci.c | 3 +- drivers/mmc/s5p_sdhci.c | 3 +- drivers/mmc/spear_sdhci.c | 44 +++++++++++++++ include/mmc.h | 30 ++++++++++ 8 files changed, 187 insertions(+), 39 deletions(-) create mode 100644 drivers/mmc/spear_sdhci.c

On Tue, May 07, 2013 at 02:05:46AM -0500, Andy Fleming wrote:
The following changes since commit 5ed6f447af60aabd2669d913f673793c1ce48f47:
P1022DS: Set CONFIG_SPL_MAX_SIZE directly (2013-05-03 09:19:43 -0400)
are available in the git repository at:
git://www.denx.de/git/u-boot-mmc.git master
for you to fetch changes up to 88227a1d8a734cfd09ac43609abec8b66c2d2610:
mmc: fsl_esdhc: Use calloc() (2013-05-06 16:26:25 -0500)
Che-Liang Chiou (1): mmc: Split device init to decouple OCR-polling delay
Davide Bonfanti (1): davinci, mmc: Added a delay reading ext CSD register
Fabio Estevam (1): mmc: fsl_esdhc: Use calloc()
Jaehoon Chung (1): mmc: sdhci: return error when failed add_sdhci().
Vipin Kumar (1): sdhci: Add sdhci support for spear devices
drivers/mmc/Makefile | 1 + drivers/mmc/davinci_mmc.c | 5 +- drivers/mmc/fsl_esdhc.c | 3 +- drivers/mmc/mmc.c | 137 ++++++++++++++++++++++++++++++++++----------- drivers/mmc/mv_sdhci.c | 3 +- drivers/mmc/s5p_sdhci.c | 3 +- drivers/mmc/spear_sdhci.c | 44 +++++++++++++++ include/mmc.h | 30 ++++++++++ 8 files changed, 187 insertions(+), 39 deletions(-) create mode 100644 drivers/mmc/spear_sdhci.c
Applied to u-boot/master, thanks!
participants (2)
-
Andy Fleming
-
Tom Rini