mbox

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

Message ID 580F58FF-616A-4C2E-AA24-AB20B34B6F96@gmail.com
State Changes Requested
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Pantelis Antoniou Sept. 17, 2013, 5:11 p.m. UTC
Hi Tom,

The following changes since commit 46ef4faed18196472eb95216b2f74c1397ecf024:

  Prepare v2013.10-rc3 (2013-09-16 20:08:33 -0400)

are available in the git repository at:

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

for you to fetch changes up to b31c9beb9bdde1714b1131cf0e64b8b68350e824:

  mmc: don't support write & erase for SPL builds (2013-09-17 20:03:44 +0300)

----------------------------------------------------------------
Jaehoon Chung (1):
      mmc: sdhci: use the SDHCI_QUIRK_USE_WIDE8 for samsung SoC

Lubomir Popov (1):
      ARM: OMAP: Enable 8-bit eMMC access for OMAP4/5/DRA7xx

Oleksandr Tyshchenko (2):
      mmc: Remove unused variable backup from mmc_send_cmd()
      omap_hsmmc: omap4+/am335x: modify MMC controller internal fsm reset func

Paul Burton (5):
      spl: remove unnecessary (& ARM specific) include of asm/utils.h
      spl_mmc: only call printf or puts with CONFIG_SPL_LIBCOMMON_SUPPORT
      mmc: don't call *printf or puts when SPL & !CONFIG_SPL_LIBCOMMON_SUPPORT
      mmc: size optimization when !CONFIG_MMC_SPI
      mmc: don't support write & erase for SPL builds

 common/spl/spl_mmc.c      |  17 +++++++++-
 drivers/mmc/Makefile      |   2 ++
 drivers/mmc/mmc.c         | 205 +++++++++++++++++--------------------------------------------------------------------------------------------------
 drivers/mmc/mmc_private.h |  45 ++++++++++++++++++++++++++
 drivers/mmc/mmc_write.c   | 189 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/mmc/omap_hsmmc.c  |  41 +++++++++++++++++++++--
 drivers/mmc/s5p_sdhci.c   |   4 ++-
 drivers/mmc/sdhci.c       |  13 ++++----
 include/mmc.h             |   4 +++
 include/sdhci.h           |   3 ++
 10 files changed, 337 insertions(+), 186 deletions(-)
 create mode 100644 drivers/mmc/mmc_private.h
 create mode 100644 drivers/mmc/mmc_write.c

Regards

-- Pantelis

Comments

Tom Rini Sept. 20, 2013, 2:21 p.m. UTC | #1
On Tue, Sep 17, 2013 at 08:11:30PM +0300, Pantelis Antoniou wrote:

> Hi Tom,
> 
> The following changes since commit 46ef4faed18196472eb95216b2f74c1397ecf024:
> 
>   Prepare v2013.10-rc3 (2013-09-16 20:08:33 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mmc.git master
> 
> for you to fetch changes up to b31c9beb9bdde1714b1131cf0e64b8b68350e824:
> 
>   mmc: don't support write & erase for SPL builds (2013-09-17 20:03:44 +0300)
> 
> ----------------------------------------------------------------
> Jaehoon Chung (1):
>       mmc: sdhci: use the SDHCI_QUIRK_USE_WIDE8 for samsung SoC
> 
> Lubomir Popov (1):
>       ARM: OMAP: Enable 8-bit eMMC access for OMAP4/5/DRA7xx
> 
> Oleksandr Tyshchenko (2):
>       mmc: Remove unused variable backup from mmc_send_cmd()
>       omap_hsmmc: omap4+/am335x: modify MMC controller internal fsm reset func
> 
> Paul Burton (5):
>       spl: remove unnecessary (& ARM specific) include of asm/utils.h
>       spl_mmc: only call printf or puts with CONFIG_SPL_LIBCOMMON_SUPPORT
>       mmc: don't call *printf or puts when SPL & !CONFIG_SPL_LIBCOMMON_SUPPORT
>       mmc: size optimization when !CONFIG_MMC_SPI
>       mmc: don't support write & erase for SPL builds

For the record, this has v2 of "mmc: don't support write & erase for SPL
builds" and a new PR will be made soon.