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

I apologize for the long delay. Hopefully now that we're beginning to push out all of this p4080 stuff, I'll be able to stay on top of what's happening outside of Freescale.
The following changes since commit b16aadf411280fc426d7488ddd8a5b2038b7194d: Lei Wen (1): disk/part.c: fix potential stack overflow bug
are available in the git repository at:
git://www.denx.de/git/u-boot-mmc.git master
Alagu Sankar (1): SD1.00 wide-bus fix
Frans Meulenbroeks (1): drivers/mmc/fsl_esdhc.c: reordered tests
Matt Waddel (1): MMC: Max blocks value adjustable
Mike Frysinger (1): mmc: constify & localize data
Minkyu Kang (2): mmc: show mmc capacity using print_size mmc: remove duplicated header file
Raffaele Recalcati (4): mmc: checking status after commands with R1b response mmc: SEND_OP_COND considers card capabilities (voltage) mmc: trace added MMC may wrongly regconize 2GB eMMC as high capacity
Thomas Chou (1): mmc: add generic mmc spi driver
Wolfgang Wegner (1): add CONFIG_SPI_IDLE_VAL for cf_spi.c to allow use of spi_mmc
common/Makefile | 1 + common/cmd_mmc.c | 3 +- common/cmd_mmc_spi.c | 88 +++++++++++++++ drivers/mmc/Makefile | 1 + drivers/mmc/fsl_esdhc.c | 6 +- drivers/mmc/mmc.c | 260 ++++++++++++++++++++++++++++++++++++------- drivers/mmc/mmc_spi.c | 280 +++++++++++++++++++++++++++++++++++++++++++++++ drivers/spi/cf_spi.c | 14 ++- include/mmc.h | 11 ++ 9 files changed, 614 insertions(+), 50 deletions(-) create mode 100644 common/cmd_mmc_spi.c create mode 100644 drivers/mmc/mmc_spi.c

Dear Andy Fleming,
In message 1302741144-8656-1-git-send-email-afleming@freescale.com you wrote:
I apologize for the long delay. Hopefully now that we're beginning to push out all of this p4080 stuff, I'll be able to stay on top of what's happening outside of Freescale.
The following changes since commit b16aadf411280fc426d7488ddd8a5b2038b7194d: Lei Wen (1): disk/part.c: fix potential stack overflow bug
are available in the git repository at:
git://www.denx.de/git/u-boot-mmc.git master
Alagu Sankar (1): SD1.00 wide-bus fix
Frans Meulenbroeks (1): drivers/mmc/fsl_esdhc.c: reordered tests
Matt Waddel (1): MMC: Max blocks value adjustable
Mike Frysinger (1): mmc: constify & localize data
Minkyu Kang (2): mmc: show mmc capacity using print_size mmc: remove duplicated header file
Raffaele Recalcati (4): mmc: checking status after commands with R1b response mmc: SEND_OP_COND considers card capabilities (voltage) mmc: trace added MMC may wrongly regconize 2GB eMMC as high capacity
Thomas Chou (1): mmc: add generic mmc spi driver
Wolfgang Wegner (1): add CONFIG_SPI_IDLE_VAL for cf_spi.c to allow use of spi_mmc
common/Makefile | 1 + common/cmd_mmc.c | 3 +- common/cmd_mmc_spi.c | 88 +++++++++++++++ drivers/mmc/Makefile | 1 + drivers/mmc/fsl_esdhc.c | 6 +- drivers/mmc/mmc.c | 260 ++++++++++++++++++++++++++++++++++++------- drivers/mmc/mmc_spi.c | 280 +++++++++++++++++++++++++++++++++++++++++++++++ drivers/spi/cf_spi.c | 14 ++- include/mmc.h | 11 ++ 9 files changed, 614 insertions(+), 50 deletions(-) create mode 100644 common/cmd_mmc_spi.c create mode 100644 drivers/mmc/mmc_spi.c
Applied, thanks.
Best regards,
Wolfgang Denk
participants (2)
-
Andy Fleming
-
Wolfgang Denk