From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Fri, 15 Jul 2016 13:17:14 +0900 Subject: [U-Boot] please pull u-boot-samsung master Message-ID: <578863CA.9070205@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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(-) -- Thanks, Minkyu Kang.