mbox

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

Message ID 9F3E454E-7DB9-49EC-9D55-13E8F98AD5DE@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 April 2, 2014, 10:56 a.m. UTC
Hi Tom,

The following changes since commit c494eaf409cb8db9a5a513e9bdfac20b7a83daca:

  Prepare v2014.04-rc3 (2014-03-31 15:24: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 1336e2d343f088b71ec71907855caccd1053d166:

  mmc:eSDHC: Workaround for data timeout issue on Txxx SoC (2014-04-02 13:25:01 +0300)

----------------------------------------------------------------
Andrew Gabbasov (2):
      mmc: fsl_esdhc: fix calculation of timeout for data transactions
      mmc: fsl_esdhc: add controller reset in case of data related errors too

Haijun.Zhang (1):
      mmc:eSDHC: Workaround for data timeout issue on Txxx SoC

Nobuhiro Iwamatsu (2):
      mmc: sh_mmcif: Fix compile error
      mmc: sh_mmcif: Fix warning by unused variable

Tom Rini (1):
      mmc: Add 'mmc rst-function' sub-command

 arch/powerpc/include/asm/config_mpc85xx.h |  5 +++++
 board/ti/dra7xx/README                    |  1 +
 common/cmd_mmc.c                          | 37 +++++++++++++++++++++++++++++++++++++
 drivers/mmc/fsl_esdhc.c                   | 78 +++++++++++++++++++++++++++++++++++++++++++++---------------------------------
 drivers/mmc/mmc.c                         | 12 ++++++++++++
 drivers/mmc/sh_mmcif.c                    |  5 ++---
 include/mmc.h                             |  3 +++
 7 files changed, 105 insertions(+), 36 deletions(-)

Regards

-- Pantelis

Comments

Tom Rini April 2, 2014, 7:24 p.m. UTC | #1
On Wed, Apr 02, 2014 at 01:56:05PM +0300, Pantelis Antoniou wrote:

> Hi Tom,
> 
> The following changes since commit c494eaf409cb8db9a5a513e9bdfac20b7a83daca:
> 
>   Prepare v2014.04-rc3 (2014-03-31 15:24: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 1336e2d343f088b71ec71907855caccd1053d166:
> 
>   mmc:eSDHC: Workaround for data timeout issue on Txxx SoC (2014-04-02 13:25:01 +0300)
> 
> ----------------------------------------------------------------
> Andrew Gabbasov (2):
>       mmc: fsl_esdhc: fix calculation of timeout for data transactions
>       mmc: fsl_esdhc: add controller reset in case of data related errors too
> 
> Haijun.Zhang (1):
>       mmc:eSDHC: Workaround for data timeout issue on Txxx SoC
> 
> Nobuhiro Iwamatsu (2):
>       mmc: sh_mmcif: Fix compile error
>       mmc: sh_mmcif: Fix warning by unused variable
> 
> Tom Rini (1):
>       mmc: Add 'mmc rst-function' sub-command
> 
>  arch/powerpc/include/asm/config_mpc85xx.h |  5 +++++
>  board/ti/dra7xx/README                    |  1 +
>  common/cmd_mmc.c                          | 37 +++++++++++++++++++++++++++++++++++++
>  drivers/mmc/fsl_esdhc.c                   | 78 +++++++++++++++++++++++++++++++++++++++++++++---------------------------------
>  drivers/mmc/mmc.c                         | 12 ++++++++++++
>  drivers/mmc/sh_mmcif.c                    |  5 ++---
>  include/mmc.h                             |  3 +++
>  7 files changed, 105 insertions(+), 36 deletions(-)

Applied to u-boot/master, thanks!