mbox

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

Message ID 522FD566.5000605@samsung.com
State Accepted
Delegated to: Albert ARIBAUD
Headers show

Pull-request

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

Message

Minkyu Kang Sept. 11, 2013, 2:28 a.m. UTC
Dear Albert,

The following changes since commit 9ed887caecb9ecb0c68773a1870d143b9f28d3da:

  Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-08-17 18:24:13 +0200)

are available in the git repository at:


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

for you to fetch changes up to 5c18a1cf3e56e0177388258696be4a17a672e9d0:

  arm:goni:mmc: Add sd card detection and initialization. (2013-09-11 11:09:27 +0900)

----------------------------------------------------------------
Chander Kashyap (3):
      CONFIG: EXYNOS5: Replace misnomer SMDK5250 with EXYNOS5250 and update Makefiles
      exynos5250: Add arndale board support
      dts: samsung: arndale: Fix include path

Inderpal Singh (1):
      exynos5250: arndale: Add mmc support

Minkyu Kang (2):
      arm: smdkc100: remove config.mk file
      arm: goni: remove config.mk file

Piotr Wilczek (2):
      arm:exynos:gpio: fix s5p_gpio_part_max for exynos4x12
      drivers:power:max77686: add function to set voltage and mode

Przemyslaw Marczak (2):
      arm:mmc:goni/exynos: Fix wrong mmc base register devices offset.
      arm:goni:mmc: Add sd card detection and initialization.

 MAINTAINERS                              |    4 +
 Makefile                                 |    2 +-
 arch/arm/include/asm/arch-exynos/gpio.h  |   17 +-
 arch/arm/include/asm/arch-exynos/mmc.h   |    6 +-
 arch/arm/include/asm/arch-s5pc1xx/mmc.h  |    6 +-
 board/samsung/arndale/Makefile           |   34 ++++
 board/samsung/arndale/arndale.c          |  101 ++++++++++++
 board/samsung/arndale/arndale_spl.c      |   50 ++++++
 board/samsung/dts/exynos5250-arndale.dts |   39 +++++
 board/samsung/goni/config.mk             |   18 ---
 board/samsung/goni/goni.c                |   33 +++-
 board/samsung/smdkc100/config.mk         |   16 --
 boards.cfg                               |    1 +
 drivers/power/pmic/pmic_max77686.c       |  192 ++++++++++++++++++++++
 include/configs/arndale.h                |  255 ++++++++++++++++++++++++++++++
 include/configs/exynos5250-dt.h          |    2 +-
 include/configs/s5p_goni.h               |    3 +
 include/configs/smdkc100.h               |    3 +
 include/power/max77686_pmic.h            |   26 +++
 tools/Makefile                           |    4 +-
 20 files changed, 766 insertions(+), 46 deletions(-)
 create mode 100644 board/samsung/arndale/Makefile
 create mode 100644 board/samsung/arndale/arndale.c
 create mode 100644 board/samsung/arndale/arndale_spl.c
 create mode 100644 board/samsung/dts/exynos5250-arndale.dts
 delete mode 100644 board/samsung/goni/config.mk
 delete mode 100644 board/samsung/smdkc100/config.mk
 create mode 100644 include/configs/arndale.h

Comments

Albert ARIBAUD Sept. 11, 2013, 1:05 p.m. UTC | #1
Hi Minkyu,

On Wed, 11 Sep 2013 11:28:54 +0900, Minkyu Kang <mk7.kang@samsung.com>
wrote:

> Dear Albert,
> 
> The following changes since commit 9ed887caecb9ecb0c68773a1870d143b9f28d3da:
> 
>   Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-08-17 18:24:13 +0200)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-samsung master
> 
> for you to fetch changes up to 5c18a1cf3e56e0177388258696be4a17a672e9d0:
> 
>   arm:goni:mmc: Add sd card detection and initialization. (2013-09-11 11:09:27 +0900)
> 
> ----------------------------------------------------------------
> Chander Kashyap (3):
>       CONFIG: EXYNOS5: Replace misnomer SMDK5250 with EXYNOS5250 and update Makefiles
>       exynos5250: Add arndale board support
>       dts: samsung: arndale: Fix include path
> 
> Inderpal Singh (1):
>       exynos5250: arndale: Add mmc support
> 
> Minkyu Kang (2):
>       arm: smdkc100: remove config.mk file
>       arm: goni: remove config.mk file
> 
> Piotr Wilczek (2):
>       arm:exynos:gpio: fix s5p_gpio_part_max for exynos4x12
>       drivers:power:max77686: add function to set voltage and mode
> 
> Przemyslaw Marczak (2):
>       arm:mmc:goni/exynos: Fix wrong mmc base register devices offset.
>       arm:goni:mmc: Add sd card detection and initialization.
> 
>  MAINTAINERS                              |    4 +
>  Makefile                                 |    2 +-
>  arch/arm/include/asm/arch-exynos/gpio.h  |   17 +-
>  arch/arm/include/asm/arch-exynos/mmc.h   |    6 +-
>  arch/arm/include/asm/arch-s5pc1xx/mmc.h  |    6 +-
>  board/samsung/arndale/Makefile           |   34 ++++
>  board/samsung/arndale/arndale.c          |  101 ++++++++++++
>  board/samsung/arndale/arndale_spl.c      |   50 ++++++
>  board/samsung/dts/exynos5250-arndale.dts |   39 +++++
>  board/samsung/goni/config.mk             |   18 ---
>  board/samsung/goni/goni.c                |   33 +++-
>  board/samsung/smdkc100/config.mk         |   16 --
>  boards.cfg                               |    1 +
>  drivers/power/pmic/pmic_max77686.c       |  192 ++++++++++++++++++++++
>  include/configs/arndale.h                |  255 ++++++++++++++++++++++++++++++
>  include/configs/exynos5250-dt.h          |    2 +-
>  include/configs/s5p_goni.h               |    3 +
>  include/configs/smdkc100.h               |    3 +
>  include/power/max77686_pmic.h            |   26 +++
>  tools/Makefile                           |    4 +-
>  20 files changed, 766 insertions(+), 46 deletions(-)
>  create mode 100644 board/samsung/arndale/Makefile
>  create mode 100644 board/samsung/arndale/arndale.c
>  create mode 100644 board/samsung/arndale/arndale_spl.c
>  create mode 100644 board/samsung/dts/exynos5250-arndale.dts
>  delete mode 100644 board/samsung/goni/config.mk
>  delete mode 100644 board/samsung/smdkc100/config.mk
>  create mode 100644 include/configs/arndale.h
> 

Applied to u-boot-arm/master, thanks!

Amicalement,