mbox

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

Message ID DF7AF455-3F1E-40F7-B987-EEB6AD12074E@konsulko.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Pantelis Antoniou May 5, 2015, 9:44 a.m. UTC
Hi Tom,

The following changes since commit ace97d26176a3ebc9ec07738450de93eea35975c:

  Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze (2015-04-29 06:46: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 33fe2fb8df01647f97a7bce96a1c7781a7f6d253:

  ARM: mmc: bcm283x: Remove get_timer_us() from mmc driver (2015-05-05 12:29:42 +0300)

----------------------------------------------------------------
Alexander Stein (1):
      mmc: bcm2835_sdhci: Use calloc to allocate bcm2835_sdhci_host

Andrew Gabbasov (6):
      mmc: Fix typo in MMC type checking macro
      mmc: Avoid extra duplicate entry in mmc device structure
      mmc: Do not pass external mmc_cmd structure to mmc_send_op_cond_iter()
      mmc: Continue polling MMC card for OCR only if it is still not ready
      mmc: Restructure polling loops to avoid extra delays
      mmc: Fix splitting device initialization

Kevin Liu (1):
      mmc: sdhci: add timeout setting for response busy command

Marek Vasut (1):
      ARM: mmc: bcm283x: Remove get_timer_us() from mmc driver

Rob Herring (1):
      mmc: remove the MMC_MODE_HC flag

Simon Glass (1):
      tegra: mmc: Set the removable flag correctly

Yangbo Lu (1):
      mmc: fsl_esdhc: update eMMC44 adapter card erase timeout

 drivers/mmc/bcm2835_sdhci.c |  8 ++++----
 drivers/mmc/dw_mmc.c        |  2 +-
 drivers/mmc/fsl_esdhc.c     |  6 +++---
 drivers/mmc/kona_sdhci.c    |  1 -
 drivers/mmc/mmc.c           | 93 +++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------
 drivers/mmc/mvebu_mmc.c     |  2 +-
 drivers/mmc/mxsmmc.c        |  3 +--
 drivers/mmc/omap_hsmmc.c    |  3 +--
 drivers/mmc/s3c_sdi.c       |  2 +-
 drivers/mmc/s5p_sdhci.c     |  1 -
 drivers/mmc/sdhci.c         |  2 ++
 drivers/mmc/sh_mmcif.c      |  2 +-
 drivers/mmc/sunxi_mmc.c     |  2 +-
 drivers/mmc/tegra_mmc.c     | 14 +++++++++-----
 drivers/mmc/zynq_sdhci.c    |  2 --
 include/mmc.h               |  9 +++------
 16 files changed, 77 insertions(+), 75 deletions(-)

Regards

— Pantelis

Comments

Tom Rini May 5, 2015, 11:59 p.m. UTC | #1
On Tue, May 05, 2015 at 12:44:10PM +0300, Pantelis Antoniou wrote:

> Hi Tom,
> 
> The following changes since commit ace97d26176a3ebc9ec07738450de93eea35975c:
> 
>   Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze (2015-04-29 06:46: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 33fe2fb8df01647f97a7bce96a1c7781a7f6d253:
> 
>   ARM: mmc: bcm283x: Remove get_timer_us() from mmc driver (2015-05-05 12:29:42 +0300)
> 

Applied to u-boot/master, thanks!