[U-Boot] Pull request: u-boot-mmc 31102013

Hi Tom,
The following changes since commit 509dca7a11aad394d781a9d31a7bfa6692562741:
Merge branch 'master' of git://git.denx.de/u-boot-video (2013-10-30 08:36:48 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-mmc.git master
for you to fetch changes up to ef38f3ffb97331725b00dce667da3aefa0a75340:
powerpc/esdhc: Add 3.3v voltage support in esdhc capacity register (2013-10-31 09:55:34 +0200)
---------------------------------------------------------------- Haijun.Zhang (4): powerpc/esdhc: Map register for eSDHC Host Controller V3.0 Powerpc/esdhc: Add simple description of esdhc register esdhc: memset mmc struct before putting into use powerpc/esdhc: Add 3.3v voltage support in esdhc capacity register
Jaehoon Chung (1): mmc: dw_mmc: change the callback function name.
Oliver Metz (1): mmc: Fix erase_grp_size for partitioned card
Przemyslaw Marczak (1): mmc: sdhci: Avoid commands errors by simple timeout adaptation.
Rajeshwari Shinde (1): DWMMC: SMDK5420: Disable SMU for eMMC
arch/arm/include/asm/arch-exynos/dwmmc.h | 13 +++++++++++++ drivers/mmc/dw_mmc.c | 17 ++++++++++++++--- drivers/mmc/exynos_dw_mmc.c | 5 ++++- drivers/mmc/fsl_esdhc.c | 69 ++++++++++++++++++++++++++++++++++++++++++++------------------------- drivers/mmc/mmc.c | 17 +++++++++++++---- drivers/mmc/sdhci.c | 35 ++++++++++++++++++++++++++++------- include/configs/T4240QDS.h | 1 + include/dwmmc.h | 5 ++++- include/mmc.h | 2 ++ 9 files changed, 123 insertions(+), 41 deletions(-)
Regards
-- Pantelis

On Thu, Oct 31, 2013 at 10:03:26AM +0200, Pantelis Antoniou wrote:
Hi Tom,
The following changes since commit 509dca7a11aad394d781a9d31a7bfa6692562741:
Merge branch 'master' of git://git.denx.de/u-boot-video (2013-10-30 08:36:48 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-mmc.git master
for you to fetch changes up to ef38f3ffb97331725b00dce667da3aefa0a75340:
powerpc/esdhc: Add 3.3v voltage support in esdhc capacity register (2013-10-31 09:55:34 +0200)
Haijun.Zhang (4): powerpc/esdhc: Map register for eSDHC Host Controller V3.0 Powerpc/esdhc: Add simple description of esdhc register esdhc: memset mmc struct before putting into use powerpc/esdhc: Add 3.3v voltage support in esdhc capacity register
Jaehoon Chung (1): mmc: dw_mmc: change the callback function name.
Oliver Metz (1): mmc: Fix erase_grp_size for partitioned card
Przemyslaw Marczak (1): mmc: sdhci: Avoid commands errors by simple timeout adaptation.
Rajeshwari Shinde (1): DWMMC: SMDK5420: Disable SMU for eMMC
arch/arm/include/asm/arch-exynos/dwmmc.h | 13 +++++++++++++ drivers/mmc/dw_mmc.c | 17 ++++++++++++++--- drivers/mmc/exynos_dw_mmc.c | 5 ++++- drivers/mmc/fsl_esdhc.c | 69 ++++++++++++++++++++++++++++++++++++++++++++------------------------- drivers/mmc/mmc.c | 17 +++++++++++++---- drivers/mmc/sdhci.c | 35 ++++++++++++++++++++++++++++------- include/configs/T4240QDS.h | 1 + include/dwmmc.h | 5 ++++- include/mmc.h | 2 ++ 9 files changed, 123 insertions(+), 41 deletions(-)
Applied to u-boot/master, thanks!
participants (2)
-
Pantelis Antoniou
-
Tom Rini