mbox

[U-Boot] please pull u-boot-samsung master

Message ID 578863CA.9070205@samsung.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Minkyu Kang July 15, 2016, 4:17 a.m. UTC
Dear Tom,

The following changes since commit 19ce924ff914f315dc2fdf79f357825c513aed6e:

  Prepare v2016.07 (2016-07-11 15:01:01 -0400)

are available in the git repository at:

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

for you to fetch changes up to 3537ee879e0428587621a2cafbad2d9982bc082b:

  mmc: exynos_dw_mmc: support the Driver mode for Exynos (2016-07-12 14:29:10 +0900)

----------------------------------------------------------------
Jaehoon Chung (7):
      ARM: exynos4: dts: add the prefix '/' for aliases nodes
      mmc: exynos_dw_mmc: remove the unused function
      mmc: exynos_dw_mmc: remove #ifdef for OF_CONTROL
      mmc: exynos_dw_mmc: add the error control for checking index
      mmc: exynos_dw_mmc: clean the unused and unnecessary codes
      mmc: exynos_dw_mmc: use the 4bit bus-width by default
      mmc: exynos_dw_mmc: support the Driver mode for Exynos

 arch/arm/dts/exynos4210-origen.dts         |   2 +-
 arch/arm/dts/exynos4210-trats.dts          |   4 +--
 arch/arm/dts/exynos4210-universal_c210.dts |   4 +--
 arch/arm/dts/exynos4412-odroid.dts         |   4 +--
 arch/arm/dts/exynos4412-trats2.dts         |   6 ++---
 arch/arm/mach-exynos/include/mach/dwmmc.h  |   1 -
 drivers/mmc/exynos_dw_mmc.c                | 148 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------
 7 files changed, 95 insertions(+), 74 deletions(-)

Comments

Tom Rini July 16, 2016, 1:51 p.m. UTC | #1
On Fri, Jul 15, 2016 at 01:17:14PM +0900, Minkyu Kang wrote:

> Dear Tom,
> 
> The following changes since commit 19ce924ff914f315dc2fdf79f357825c513aed6e:
> 
>   Prepare v2016.07 (2016-07-11 15:01:01 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-samsung master
> 
> for you to fetch changes up to 3537ee879e0428587621a2cafbad2d9982bc082b:
> 
>   mmc: exynos_dw_mmc: support the Driver mode for Exynos (2016-07-12 14:29:10 +0900)
> 

Applied to u-boot/master, thanks!