mbox

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

Message ID 13B034BE-9140-4574-A35D-5B4791CB3392@antoniou-consulting.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Pantelis Antoniou March 24, 2014, 1:03 p.m. UTC
Hi Tom,

The following changes since commit 2c072c958bb544c72f0e848375803dbd6971f022:

  sandbox: config: Enable cros_ec emulation and related items (2014-03-17 20:05:50 -0600)

are available in the git repository at:

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

for you to fetch changes up to eea4e6fe82fef9975e0153644935b89882890450:

  dfu: mmc: Replace calls to u-boot commands with native mmc API (2014-03-24 12:59:54 +0200)

----------------------------------------------------------------
Pantelis Antoniou (3):
      mmc: Remove ops from struct mmc and put in mmc_ops
      mmc: Convert mmc struct's name array to a pointer
      mmc: Split mmc struct, rework mmc initialization (v2)

Łukasz Majewski (1):
      dfu: mmc: Replace calls to u-boot commands with native mmc API

 arch/arm/include/asm/arch-davinci/sdmmc_defs.h |   1 +
 arch/arm/include/asm/arch-tegra/tegra_mmc.h    |   4 ++++
 common/cmd_mmc.c                               |   2 +-
 common/cmd_mmc_spi.c                           |   2 +-
 drivers/dfu/dfu_mmc.c                          |  31 ++++++++++++++++++++++++-------
 drivers/mmc/arm_pl180_mmci.c                   |  50 +++++++++++++++++++++++++++-----------------------
 drivers/mmc/arm_pl180_mmci.h                   |   4 ++++
 drivers/mmc/bfin_sdh.c                         |  40 ++++++++++++++++++++--------------------
 drivers/mmc/davinci_mmc.c                      |  41 ++++++++++++++++++-----------------------
 drivers/mmc/dw_mmc.c                           |  58 +++++++++++++++++++++++++++-------------------------------
 drivers/mmc/fsl_esdhc.c                        |  65 +++++++++++++++++++++++++++++++++--------------------------------
 drivers/mmc/ftsdc010_mci.c                     |  63 ++++++++++++++++++++++++++++-----------------------------------
 drivers/mmc/gen_atmel_mci.c                    |  53 ++++++++++++++++++++++++++++++++---------------------
 drivers/mmc/mmc.c                              |  99 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------
 drivers/mmc/mmc_spi.c                          |  50 +++++++++++++++++++++++++++-----------------------
 drivers/mmc/mmc_write.c                        |   3 ++-
 drivers/mmc/mxcmmc.c                           |  45 +++++++++++++++++++++------------------------
 drivers/mmc/mxsmmc.c                           |  48 ++++++++++++++++++++++++------------------------
 drivers/mmc/omap_hsmmc.c                       | 142 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------
 drivers/mmc/pxa_mmc_gen.c                      |  70 +++++++++++++++++++++++++++++++++++-----------------------------------
 drivers/mmc/sdhci.c                            |  84 +++++++++++++++++++++++++++++++++++++++++++-----------------------------------------
 drivers/mmc/sh_mmcif.c                         |  52 ++++++++++++++++++++++++++--------------------------
 drivers/mmc/tegra_mmc.c                        |  53 +++++++++++++++++++++++++++++------------------------
 include/dwmmc.h                                |   2 ++
 include/fsl_esdhc.h                            |   4 ++++
 include/mmc.h                                  |  48 ++++++++++++++++++++++++++++++++++--------------
 include/sdhci.h                                |   2 ++
 27 files changed, 621 insertions(+), 495 deletions(-)

Regards

-- Pantelis

Comments

Tom Rini March 28, 2014, 9:15 p.m. UTC | #1
On Mon, Mar 24, 2014 at 03:03:45PM +0200, Pantelis Antoniou wrote:

> Hi Tom,
> 
> The following changes since commit 2c072c958bb544c72f0e848375803dbd6971f022:
> 
>   sandbox: config: Enable cros_ec emulation and related items (2014-03-17 20:05:50 -0600)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mmc.git master
> 
> for you to fetch changes up to eea4e6fe82fef9975e0153644935b89882890450:
> 
>   dfu: mmc: Replace calls to u-boot commands with native mmc API (2014-03-24 12:59:54 +0200)
> 
> ----------------------------------------------------------------
> Pantelis Antoniou (3):
>       mmc: Remove ops from struct mmc and put in mmc_ops
>       mmc: Convert mmc struct's name array to a pointer
>       mmc: Split mmc struct, rework mmc initialization (v2)
> 
> Łukasz Majewski (1):
>       dfu: mmc: Replace calls to u-boot commands with native mmc API
> 
>  arch/arm/include/asm/arch-davinci/sdmmc_defs.h |   1 +
>  arch/arm/include/asm/arch-tegra/tegra_mmc.h    |   4 ++++
>  common/cmd_mmc.c                               |   2 +-
>  common/cmd_mmc_spi.c                           |   2 +-
>  drivers/dfu/dfu_mmc.c                          |  31 ++++++++++++++++++++++++-------
>  drivers/mmc/arm_pl180_mmci.c                   |  50 +++++++++++++++++++++++++++-----------------------
>  drivers/mmc/arm_pl180_mmci.h                   |   4 ++++
>  drivers/mmc/bfin_sdh.c                         |  40 ++++++++++++++++++++--------------------
>  drivers/mmc/davinci_mmc.c                      |  41 ++++++++++++++++++-----------------------
>  drivers/mmc/dw_mmc.c                           |  58 +++++++++++++++++++++++++++-------------------------------
>  drivers/mmc/fsl_esdhc.c                        |  65 +++++++++++++++++++++++++++++++++--------------------------------
>  drivers/mmc/ftsdc010_mci.c                     |  63 ++++++++++++++++++++++++++++-----------------------------------
>  drivers/mmc/gen_atmel_mci.c                    |  53 ++++++++++++++++++++++++++++++++---------------------
>  drivers/mmc/mmc.c                              |  99 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------
>  drivers/mmc/mmc_spi.c                          |  50 +++++++++++++++++++++++++++-----------------------
>  drivers/mmc/mmc_write.c                        |   3 ++-
>  drivers/mmc/mxcmmc.c                           |  45 +++++++++++++++++++++------------------------
>  drivers/mmc/mxsmmc.c                           |  48 ++++++++++++++++++++++++------------------------
>  drivers/mmc/omap_hsmmc.c                       | 142 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------
>  drivers/mmc/pxa_mmc_gen.c                      |  70 +++++++++++++++++++++++++++++++++++-----------------------------------
>  drivers/mmc/sdhci.c                            |  84 +++++++++++++++++++++++++++++++++++++++++++-----------------------------------------
>  drivers/mmc/sh_mmcif.c                         |  52 ++++++++++++++++++++++++++--------------------------
>  drivers/mmc/tegra_mmc.c                        |  53 +++++++++++++++++++++++++++++------------------------
>  include/dwmmc.h                                |   2 ++
>  include/fsl_esdhc.h                            |   4 ++++
>  include/mmc.h                                  |  48 ++++++++++++++++++++++++++++++++++--------------
>  include/sdhci.h                                |   2 ++
>  27 files changed, 621 insertions(+), 495 deletions(-)

Applied to u-boot/master, thanks!