mbox

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

Message ID 1148D577-071F-4A93-A890-FB6B574FC985@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 Oct. 3, 2014, 2:41 p.m. UTC
Hi Tom,

The following changes since commit be9f643ae6aa9044c60fe80e3a2c10be8371c692:

 Merge branch 'for-tom' of git://git.denx.de/u-boot-dm (2014-09-26 20:10: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 b966db0d7259293e2c9c216c7a5dce30dacacfd9:

 dw_mmc: cleanups (2014-10-03 17:26:50 +0300)

----------------------------------------------------------------
Hannes Petermaier (1):
     mmc: fix ERASE_GRP_DEF handling

Mario Schuknecht (2):
     mvebu_mmc: Driver addition
     mmc: Fix mmc bus width

Pavel Machek (1):
     dw_mmc: cleanups

Peter Bigot (2):
     mmc: restore capacity when switching to partition 0
     env_mmc: correct fini partition to match init partition

Sonic Zhang (1):
     mmc: set correct block size value in bfin sdh driver

Wally Yeh (1):
     cmd_mmc: fix bootpart-resize maxarg to 4

common/cmd_mmc.c        |  2 +-
common/env_mmc.c        |  2 +-
drivers/mmc/bfin_sdh.c  |  7 ++++---
drivers/mmc/dw_mmc.c    | 24 +++++++++++++-----------
drivers/mmc/mmc.c       | 18 +++++++++++++-----
drivers/mmc/mvebu_mmc.c | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
6 files changed, 93 insertions(+), 22 deletions(-)

Regards

— Pantelis

Comments

Tom Rini Oct. 4, 2014, 3:49 p.m. UTC | #1
On Fri, Oct 03, 2014 at 05:41:05PM +0300, Pantelis Antoniou wrote:

> Hi Tom,
> 
> The following changes since commit be9f643ae6aa9044c60fe80e3a2c10be8371c692:
> 
>  Merge branch 'for-tom' of git://git.denx.de/u-boot-dm (2014-09-26 20:10: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 b966db0d7259293e2c9c216c7a5dce30dacacfd9:
> 
>  dw_mmc: cleanups (2014-10-03 17:26:50 +0300)
> 
> ----------------------------------------------------------------
> Hannes Petermaier (1):
>      mmc: fix ERASE_GRP_DEF handling
> 
> Mario Schuknecht (2):
>      mvebu_mmc: Driver addition
>      mmc: Fix mmc bus width
> 
> Pavel Machek (1):
>      dw_mmc: cleanups
> 
> Peter Bigot (2):
>      mmc: restore capacity when switching to partition 0
>      env_mmc: correct fini partition to match init partition
> 
> Sonic Zhang (1):
>      mmc: set correct block size value in bfin sdh driver
> 
> Wally Yeh (1):
>      cmd_mmc: fix bootpart-resize maxarg to 4
> 
> common/cmd_mmc.c        |  2 +-
> common/env_mmc.c        |  2 +-
> drivers/mmc/bfin_sdh.c  |  7 ++++---
> drivers/mmc/dw_mmc.c    | 24 +++++++++++++-----------
> drivers/mmc/mmc.c       | 18 +++++++++++++-----
> drivers/mmc/mvebu_mmc.c | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
> 6 files changed, 93 insertions(+), 22 deletions(-)

Applied to u-boot/master, thanks!