mbox

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

Message ID 7D542206-0DA3-484D-9CD3-289AB02280DE@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 Dec. 12, 2014, 7:27 p.m. UTC
Hi Tom,

The following changes since commit fc9b0b80435cda721fbdbe507c9e4f388b0ea62b:

  Merge branch 'master' of git://git.denx.de/u-boot-usb (2014-12-11 18:40:49 -0500)

are available in the git repository at:


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

for you to fetch changes up to 2b8a9692f9d8a744b6a93a9bed115ca46541ca1f:

  mmc: dw_mmc: Use active DDR mode flag (2014-12-12 21:09:01 +0200)

----------------------------------------------------------------
Andrew Gabbasov (4):
      mmc: Fix handling of bus widths and DDR card capabilities
      mmc: Fix Dual Data Rate capability recognition
      mmc: Fix block length for DDR mode
      mmc: dw_mmc: Use active DDR mode flag

Jaehoon Chung (1):
      mmc: exynos_dw-mmc: change debug message

Lubomir Popov (1):
      mmc: Cosmetic fix for nicer, aligned device list printout

Markus Niebel (2):
      MMC: fix user capacity for partitioned eMMC card
      MMC: add MMC_VERSION_5_0

 common/cmd_mmc.c            |  3 ++-
 drivers/mmc/dw_mmc.c        |  2 +-
 drivers/mmc/exynos_dw_mmc.c | 22 ++++++++++++----------
 drivers/mmc/mmc.c           | 85 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------
 include/mmc.h               |  5 +++++
 5 files changed, 81 insertions(+), 36 deletions(-)

Regards

— Pantelis

Comments

Tom Rini Dec. 15, 2014, 5:01 p.m. UTC | #1
On Fri, Dec 12, 2014 at 09:27:27PM +0200, Pantelis Antoniou wrote:

> Hi Tom,
> 
> The following changes since commit fc9b0b80435cda721fbdbe507c9e4f388b0ea62b:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-usb (2014-12-11 18:40:49 -0500)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-mmc.git master
> 
> for you to fetch changes up to 2b8a9692f9d8a744b6a93a9bed115ca46541ca1f:
> 
>   mmc: dw_mmc: Use active DDR mode flag (2014-12-12 21:09:01 +0200)
> 

Applied to u-boot/master, thanks!