mbox

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

Message ID 5620AC99.7020706@samsung.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Minkyu Kang Oct. 16, 2015, 7:51 a.m. UTC
Dear Tom,

The following changes since commit f861f51c4673d35908e4e330a86c81d7d909b51c:

  ls102xa: Fix reset hang (2015-10-12 12:56:32 -0400)

are available in the git repository at:

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

for you to fetch changes up to 2308ea7c6fe003f699f4648d4ac3bb030fdc64d0:

  exynos: more debug and cleanup in do_sdhci_init() (2015-10-13 20:22:28 +0900)

----------------------------------------------------------------
Guillaume GARDET (2):
      odroid: replace 'fatload' with 'load' to be able to use EXT* partitions
      odroid: Add boot script (boot.scr) support

Tobias Jakobi (4):
      exynos: Properly zero initialize host in s5p_sdhci_init()
      exynos: Fix passing of errors in exynos_mmc_init()
      exynos: be more verbose in process_nodes()
      exynos: more debug and cleanup in do_sdhci_init()

 drivers/mmc/s5p_sdhci.c  |   50 +++++++++++++++++++++++++++-------------------
 include/configs/odroid.h |   16 +++++++++++----
 2 files changed, 42 insertions(+), 24 deletions(-)

Comments

Tom Rini Oct. 17, 2015, 12:21 a.m. UTC | #1
On Fri, Oct 16, 2015 at 04:51:53PM +0900, Minkyu Kang wrote:

> Dear Tom,
> 
> The following changes since commit f861f51c4673d35908e4e330a86c81d7d909b51c:
> 
>   ls102xa: Fix reset hang (2015-10-12 12:56:32 -0400)
> 
> are available in the git repository at:
> 
>   http://git.denx.de/u-boot-samsung 
> 
> for you to fetch changes up to 2308ea7c6fe003f699f4648d4ac3bb030fdc64d0:
> 
>   exynos: more debug and cleanup in do_sdhci_init() (2015-10-13 20:22:28 +0900)
> 

Applied to u-boot/master, thanks!