mbox

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

Message ID 54A26E2F.9000106@samsung.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Minkyu Kang Dec. 30, 2014, 9:19 a.m. UTC
Dear Tom,

The following changes since commit d8bec60c1b0de7770f9b56ad092ab9be801d99af:

  ARM: UniPhier: enable CONFIG_CMD_DM (2014-12-18 23:34:30 +0900)

are available in the git repository at:

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

for you to fetch changes up to 66223787869e2059560ac583431e9968ac4cf26f:

  Exynos: Move down common USB configuration (2014-12-30 17:04:02 +0900)

----------------------------------------------------------------
Hyungwon Hwang (3):
      config: exynos5420: move non common configs to specific board files
      Odroid-XU3: Add support for Odroid-XU3
      Odroid-XU3: Add documentation for Odroid-XU3

Joonyoung Shim (1):
      arm: exynos: clock: support SPLL as mmc source clock for exynos5420

Sjoerd Simons (5):
      Exynos5800: The Peach-Pi board does not have a Parade video bridge
      exynos5420: fix compilation without parade video
      odroid-XU3: Add entry for DTS EHCI GPIO
      ARM: exynos5420: Leave VBUS GPIO configuration up to common code
      Exynos: Move down common USB configuration

 arch/arm/cpu/armv7/exynos/Kconfig         |    4 +++
 arch/arm/cpu/armv7/exynos/clock.c         |    2 ++
 arch/arm/dts/Makefile                     |    3 +-
 arch/arm/dts/exynos5422-odroidxu3.dts     |   49 +++++++++++++++++++++++++
 arch/arm/dts/exynos5800-peach-pi.dts      |    5 ---
 arch/arm/include/asm/arch-exynos/system.h |    3 --
 board/samsung/smdk5420/Kconfig            |   13 +++++++
 board/samsung/smdk5420/smdk5420.c         |   17 +--------
 configs/odroid-xu3_defconfig              |    4 +++
 doc/README.odroid                         |   47 +++++++++++++++---------
 include/configs/arndale.h                 |    4 ---
 include/configs/exynos5-common.h          |   10 ++++++
 include/configs/exynos5250-common.h       |    5 ---
 include/configs/exynos5420-common.h       |   20 -----------
 include/configs/odroid_xu3.h              |   55 +++++++++++++++++++++++++++++
 include/configs/peach-pi.h                |    6 ++++
 include/configs/peach-pit.h               |    6 ++++
 include/configs/smdk5420.h                |   15 ++++++++
 include/parade.h                          |   18 ++++++++++
 19 files changed, 216 insertions(+), 70 deletions(-)
 create mode 100644 arch/arm/dts/exynos5422-odroidxu3.dts
 create mode 100644 configs/odroid-xu3_defconfig
 create mode 100644 include/configs/odroid_xu3.h
 create mode 100644 include/parade.h

Comments

Tom Rini Jan. 1, 2015, 2:55 p.m. UTC | #1
On Tue, Dec 30, 2014 at 06:19:43PM +0900, Minkyu Kang wrote:

> Dear Tom,
> 
> The following changes since commit d8bec60c1b0de7770f9b56ad092ab9be801d99af:
> 
>   ARM: UniPhier: enable CONFIG_CMD_DM (2014-12-18 23:34:30 +0900)
> 
> are available in the git repository at:
> 
>   http://git.denx.de/u-boot-samsung 
> 
> for you to fetch changes up to 66223787869e2059560ac583431e9968ac4cf26f:
> 
>   Exynos: Move down common USB configuration (2014-12-30 17:04:02 +0900)
> 

Applied to u-boot/master, thanks!