Minkyu Kang wrote:
> Dear Tom,
> 
> The following changes since commit 45e565337a90bbca0c1bb712b5e008b7c0b18bd5:
>   Minkyu Kang (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-arm
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-samsung master
> 
> Minkyu Kang (2):
>       SAMSUNG: make s5p common gpio functions
>       SAMSUNG: serial: modify name from s5pc1xx to s5p
> 
>  common/serial.c                                    |   16 +-
>  cpu/arm_cortexa8/s5pc1xx/Makefile                  |    1 -
>  drivers/gpio/Makefile                              |    1 +
>  .../s5pc1xx/gpio.c => drivers/gpio/s5p_gpio.c      |   16 +-
>  drivers/serial/Makefile                            |    2 +-
>  drivers/serial/{serial_s5pc1xx.c => serial_s5p.c}  |   30 ++--
>  include/asm-arm/arch-s5pc1xx/gpio.h                |  192 
> ++++++++++----------
>  include/asm-arm/arch-s5pc1xx/uart.h                |    2 +-
>  include/serial.h                                   |    8 +-
>  9 files changed, 134 insertions(+), 134 deletions(-)
>  rename cpu/arm_cortexa8/s5pc1xx/gpio.c => drivers/gpio/s5p_gpio.c (82%)
>  rename drivers/serial/{serial_s5pc1xx.c => serial_s5p.c} (83%)

These have been applied to arm/master.
Because of the recent change to arch/arm/, I had to manually fix the
pathes in 'SAMSUNG: make s5p common gpio functions'.
Please update to the new arch directory structure.

Thanks,
Tom
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to