
The following changes since commit 077becc345717c3cf32e88316298b74d0cff6581:
Merge branch 'master' of git://git.denx.de/u-boot-74xx-7xx (2013-06-11 18:11:47 -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 91171091c6733cd290e18bf25a8aedbe682d2430:
ARM: tegra: make use of negative ENV_OFFSET on NVIDIA boards (2013-06-13 16:52:20 -0500)
---------------------------------------------------------------- Andrew Gabbasov (1): fsl_esdhc: Do not clear interrupt status bits until data processed
Bo Shen (1): mmc: fix env in mmc with redundant compile error
Fabio Estevam (1): mmc: fsl_esdhc: Fix hang after 'save' command
Jagannadha Sutradharudu Teki (1): mmc: sdhci: Enable 8-bit bus width only for 3.0 spec onwards
Ruud Commandeur (1): mmc write bug fix
Stephen Warren (4): README: document CONFIG_ENV_IS_IN_MMC mmc: report capacity for the selected partition env_mmc: allow negative CONFIG_ENV_OFFSET ARM: tegra: make use of negative ENV_OFFSET on NVIDIA boards
README | 51 +++++++++++++++++++++++++++++ common/env_mmc.c | 12 +++++-- drivers/mmc/fsl_esdhc.c | 9 +++--- drivers/mmc/mmc.c | 76 ++++++++++++++++++++++++++++++++++++++------ drivers/mmc/sdhci.c | 6 ++-- include/configs/beaver.h | 2 +- include/configs/cardhu.h | 2 +- include/configs/dalmore.h | 2 +- include/configs/paz00.h | 2 +- include/configs/seaboard.h | 2 +- include/configs/ventana.h | 2 +- include/configs/whistler.h | 4 +-- include/environment.h | 6 ++++ include/mmc.h | 7 ++++ 14 files changed, 156 insertions(+), 27 deletions(-)