mbox

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

Message ID 1336590428-7152-1-git-send-email-afleming@freescale.com
State Accepted
Delegated to: Wolfgang Denk
Headers show

Pull-request

git://www.denx.de/git/u-boot-mmc.git master

Message

Andy Fleming May 9, 2012, 7:07 p.m. UTC
The following changes since commit 0a6deb3251a68b5be640ab1b848ca67e906b75ce:

  Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging (2012-04-30 18:19:28 +0200)

are available in the git repository at:

  git://www.denx.de/git/u-boot-mmc.git master

Andreas Bießmann (1):
      include/mmc.h: remove struct mmc_csd

Dirk Behme (1):
      mmc: fsl_esdhc: Poll until card is not busy anymore

Grazvydas Ignotas (3):
      mmc: omap: follow TRM procedure to power on cards
      mmc: omap: improve stat wait message
      mmc: omap: handle controller errors properly

Jaehoon Chung (4):
      mmc: sdhci: add the quirk for broken r1b response
      mmc: add the quirk to use the sdhci for samsung-soc
      mmc: support the sdhci instead of s5p_mmc for samsung-soc
      ARM: SAMSUNG: support sdhci controller

Marek Vasut (1):
      i.MX28: Lower the amount of blocks transfered in one DMA cycle

Łukasz Majewski (1):
      mmc:fix: Set mmc width according to MMC host capabilities

 arch/arm/include/asm/arch-exynos/mmc.h  |   93 +++---
 arch/arm/include/asm/arch-s5pc1xx/mmc.h |   93 +++---
 drivers/mmc/Makefile                    |    2 +-
 drivers/mmc/fsl_esdhc.c                 |   39 +++-
 drivers/mmc/mmc.c                       |    4 +-
 drivers/mmc/mxsmmc.c                    |    2 +-
 drivers/mmc/omap_hsmmc.c                |   55 +++-
 drivers/mmc/s5p_mmc.c                   |  490 -------------------------------
 drivers/mmc/s5p_sdhci.c                 |   98 ++++++
 drivers/mmc/sdhci.c                     |   24 ++
 include/configs/origen.h                |    7 +-
 include/configs/s5p_goni.h              |    7 +-
 include/configs/s5pc210_universal.h     |    7 +-
 include/configs/smdk5250.h              |    3 +-
 include/configs/smdkv310.h              |    7 +-
 include/configs/trats.h                 |    3 +-
 include/fsl_esdhc.h                     |    4 +-
 include/mmc.h                           |   53 +----
 include/sdhci.h                         |    7 +
 19 files changed, 339 insertions(+), 659 deletions(-)
 delete mode 100644 drivers/mmc/s5p_mmc.c
 create mode 100644 drivers/mmc/s5p_sdhci.c

Comments

Wolfgang Denk May 20, 2012, 7:29 p.m. UTC | #1
Dear Andy Fleming,

In message <1336590428-7152-1-git-send-email-afleming@freescale.com> you wrote:
> The following changes since commit 0a6deb3251a68b5be640ab1b848ca67e906b75=
> ce:
> 
>   Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging (2012-=
> 04-30 18:19:28 +0200)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-mmc.git master
> 
> Andreas Bie=C3=9Fmann (1):
>       include/mmc.h: remove struct mmc_csd
> 
> Dirk Behme (1):
>       mmc: fsl_esdhc: Poll until card is not busy anymore
> 
> Grazvydas Ignotas (3):
>       mmc: omap: follow TRM procedure to power on cards
>       mmc: omap: improve stat wait message
>       mmc: omap: handle controller errors properly
> 
> Jaehoon Chung (4):
>       mmc: sdhci: add the quirk for broken r1b response
>       mmc: add the quirk to use the sdhci for samsung-soc
>       mmc: support the sdhci instead of s5p_mmc for samsung-soc
>       ARM: SAMSUNG: support sdhci controller
> 
> Marek Vasut (1):
>       i.MX28: Lower the amount of blocks transfered in one DMA cycle
> 
> =C5=81ukasz Majewski (1):
>       mmc:fix: Set mmc width according to MMC host capabilities
> 
>  arch/arm/include/asm/arch-exynos/mmc.h  |   93 +++---
>  arch/arm/include/asm/arch-s5pc1xx/mmc.h |   93 +++---
>  drivers/mmc/Makefile                    |    2 +-
>  drivers/mmc/fsl_esdhc.c                 |   39 +++-
>  drivers/mmc/mmc.c                       |    4 +-
>  drivers/mmc/mxsmmc.c                    |    2 +-
>  drivers/mmc/omap_hsmmc.c                |   55 +++-
>  drivers/mmc/s5p_mmc.c                   |  490 -------------------------=
> ------
>  drivers/mmc/s5p_sdhci.c                 |   98 ++++++
>  drivers/mmc/sdhci.c                     |   24 ++
>  include/configs/origen.h                |    7 +-
>  include/configs/s5p_goni.h              |    7 +-
>  include/configs/s5pc210_universal.h     |    7 +-
>  include/configs/smdk5250.h              |    3 +-
>  include/configs/smdkv310.h              |    7 +-
>  include/configs/trats.h                 |    3 +-
>  include/fsl_esdhc.h                     |    4 +-
>  include/mmc.h                           |   53 +----
>  include/sdhci.h                         |    7 +
>  19 files changed, 339 insertions(+), 659 deletions(-)
>  delete mode 100644 drivers/mmc/s5p_mmc.c
>  create mode 100644 drivers/mmc/s5p_sdhci.c

Applied, thanks.

Best regards,

Wolfgang Denk