mbox

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

Message ID CALrBrZ3xr2ubsaasFepAJhTH28=cZJDAVCafx0RbQyu+6xCn8g@mail.gmail.com
State Accepted
Delegated to: Albert ARIBAUD
Headers show

Pull-request

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

Message

Minkyu Kang Oct. 10, 2012, 12:16 p.m. UTC
Dear Albert,

The following changes since commit 28e5ac2d974547bde0c72aa0c1d66fd22c6ef3ad:

  arm: armv7: temporarily set -mno-unaligned-access (2012-10-05 21:24:22 +0200)

are available in the git repository at:

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

for you to fetch changes up to 9b5dba537473578153961ee96ed23e37e1fde3f7:

  exynos4: universal_C210: use software SPI (2012-10-10 20:37:39 +0900)

----------------------------------------------------------------
Chander Kashyap (1):
      Exynos5250: Enable PXE Support

Piotr Wilczek (9):
      arm:exynos4:trats: Correct SDRAM configuration for trats
      arm:exynos4:trats: Fix SDRAM size
      arm:exynos4:pinmux: Modify the gpio function for mmc
      arm:exynos4:trats: Use pinmux for mmc configuration
      arm:exynos4:universal: Use pinmux for mmc configuration
      arm:exynos4:universal: Eliminated low level init
      arm: trats: Power down core 1
      drivers: spi: modify soft spi driver
      exynos4: universal_C210: use software SPI

Łukasz Majewski (1):
      gpio:fix: Proper handling of GPIO subsystem parts at Samsung devices

 arch/arm/cpu/armv7/exynos/pinmux.c           |   58 ++++
 arch/arm/include/asm/arch-exynos/gpio.h      |   19 ++
 arch/arm/include/asm/arch-exynos/periph.h    |    1 +
 arch/arm/include/asm/arch-s5pc1xx/gpio.h     |    7 +-
 board/samsung/trats/trats.c                  |   80 ++----
 board/samsung/universal_c210/Makefile        |    1 -
 board/samsung/universal_c210/lowlevel_init.S |  395 --------------------------
 board/samsung/universal_c210/universal.c     |  116 ++++----
 drivers/gpio/s5p_gpio.c                      |    6 +-
 drivers/spi/soft_spi.c                       |    3 +
 include/configs/s5pc210_universal.h          |   21 ++
 include/configs/smdk5250.h                   |    6 +
 include/configs/trats.h                      |   17 +-
 13 files changed, 209 insertions(+), 521 deletions(-)
 delete mode 100644 board/samsung/universal_c210/lowlevel_init.S

Comments

Albert ARIBAUD Oct. 11, 2012, 4:50 p.m. UTC | #1
Hi Minkyu,

On Wed, 10 Oct 2012 21:16:16 +0900, Minkyu Kang <promsoft@gmail.com>
wrote:

> Dear Albert,
> 
> The following changes since commit 28e5ac2d974547bde0c72aa0c1d66fd22c6ef3ad:
> 
>   arm: armv7: temporarily set -mno-unaligned-access (2012-10-05 21:24:22 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-samsung master
> 
> for you to fetch changes up to 9b5dba537473578153961ee96ed23e37e1fde3f7:
> 
>   exynos4: universal_C210: use software SPI (2012-10-10 20:37:39 +0900)
> 
> ----------------------------------------------------------------
> Chander Kashyap (1):
>       Exynos5250: Enable PXE Support
> 
> Piotr Wilczek (9):
>       arm:exynos4:trats: Correct SDRAM configuration for trats
>       arm:exynos4:trats: Fix SDRAM size
>       arm:exynos4:pinmux: Modify the gpio function for mmc
>       arm:exynos4:trats: Use pinmux for mmc configuration
>       arm:exynos4:universal: Use pinmux for mmc configuration
>       arm:exynos4:universal: Eliminated low level init
>       arm: trats: Power down core 1
>       drivers: spi: modify soft spi driver
>       exynos4: universal_C210: use software SPI
> 
> Łukasz Majewski (1):
>       gpio:fix: Proper handling of GPIO subsystem parts at Samsung devices
> 
>  arch/arm/cpu/armv7/exynos/pinmux.c           |   58 ++++
>  arch/arm/include/asm/arch-exynos/gpio.h      |   19 ++
>  arch/arm/include/asm/arch-exynos/periph.h    |    1 +
>  arch/arm/include/asm/arch-s5pc1xx/gpio.h     |    7 +-
>  board/samsung/trats/trats.c                  |   80 ++----
>  board/samsung/universal_c210/Makefile        |    1 -
>  board/samsung/universal_c210/lowlevel_init.S |  395 --------------------------
>  board/samsung/universal_c210/universal.c     |  116 ++++----
>  drivers/gpio/s5p_gpio.c                      |    6 +-
>  drivers/spi/soft_spi.c                       |    3 +
>  include/configs/s5pc210_universal.h          |   21 ++
>  include/configs/smdk5250.h                   |    6 +
>  include/configs/trats.h                      |   17 +-
>  13 files changed, 209 insertions(+), 521 deletions(-)
>  delete mode 100644 board/samsung/universal_c210/lowlevel_init.S
> 

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

Amicalement,
Albert ARIBAUD Oct. 12, 2012, 5:35 a.m. UTC | #2
Hi Albert,

On Thu, 11 Oct 2012 18:50:23 +0200, Albert ARIBAUD
<albert.u.boot@aribaud.net> wrote:

> Hi Minkyu,
> 
> On Wed, 10 Oct 2012 21:16:16 +0900, Minkyu Kang <promsoft@gmail.com>
> wrote:
> 
> > Dear Albert,
> > 
> > The following changes since commit 28e5ac2d974547bde0c72aa0c1d66fd22c6ef3ad:
> > 
> >   arm: armv7: temporarily set -mno-unaligned-access (2012-10-05 21:24:22 +0200)
> > 
> > are available in the git repository at:
> > 
> >   git://git.denx.de/u-boot-samsung master
> > 
> > for you to fetch changes up to 9b5dba537473578153961ee96ed23e37e1fde3f7:
> > 
> >   exynos4: universal_C210: use software SPI (2012-10-10 20:37:39 +0900)
> > 
> > ----------------------------------------------------------------
> > Chander Kashyap (1):
> >       Exynos5250: Enable PXE Support
> > 
> > Piotr Wilczek (9):
> >       arm:exynos4:trats: Correct SDRAM configuration for trats
> >       arm:exynos4:trats: Fix SDRAM size
> >       arm:exynos4:pinmux: Modify the gpio function for mmc
> >       arm:exynos4:trats: Use pinmux for mmc configuration
> >       arm:exynos4:universal: Use pinmux for mmc configuration
> >       arm:exynos4:universal: Eliminated low level init
> >       arm: trats: Power down core 1
> >       drivers: spi: modify soft spi driver
> >       exynos4: universal_C210: use software SPI
> > 
> > Łukasz Majewski (1):
> >       gpio:fix: Proper handling of GPIO subsystem parts at Samsung devices
> > 
> >  arch/arm/cpu/armv7/exynos/pinmux.c           |   58 ++++
> >  arch/arm/include/asm/arch-exynos/gpio.h      |   19 ++
> >  arch/arm/include/asm/arch-exynos/periph.h    |    1 +
> >  arch/arm/include/asm/arch-s5pc1xx/gpio.h     |    7 +-
> >  board/samsung/trats/trats.c                  |   80 ++----
> >  board/samsung/universal_c210/Makefile        |    1 -
> >  board/samsung/universal_c210/lowlevel_init.S |  395 --------------------------
> >  board/samsung/universal_c210/universal.c     |  116 ++++----
> >  drivers/gpio/s5p_gpio.c                      |    6 +-
> >  drivers/spi/soft_spi.c                       |    3 +
> >  include/configs/s5pc210_universal.h          |   21 ++
> >  include/configs/smdk5250.h                   |    6 +
> >  include/configs/trats.h                      |   17 +-
> >  13 files changed, 209 insertions(+), 521 deletions(-)
> >  delete mode 100644 board/samsung/universal_c210/lowlevel_init.S
> > 
> 
> Applied to u-boot-arm/master, thanks!

... then reverted; see NAK from Tom of u-boot-arm pull req.

> Amicalement,

Amicalement,