Please pull u-boot-samsung/master Thanks The following changes since commit 9efac4a1eb99d9c5539aa6992025eeacab7980c6: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-samsung
are available in the git repository at: git://git.denx.de/u-boot-samsung master Minkyu Kang (9): S5P: mmc: use the standard debug macro S5P: Use accessor functions instead of SoC specific defines to access the base address ARMV7: S5P: make s5p-common for sharing the code between s5pc1xx and s5pc2xx ARMV7: S5P: rename from s5pc1xx to s5p S5P: mmc: fix the mmc offset ARMV7: S5P: rename from CONFIG_S5PC1XX to CONFIG_S5P ARMV7: S5P: fix the macro at samsung_get_base function ARMV7: S5P: separate the peripheral clocks ARMV7: S5P: rename the member of gpio structure Makefile | 7 + arch/arm/cpu/armv7/s5p-common/Makefile | 46 ++++++ .../cpu/armv7/{s5pc1xx => s5p-common}/cpu_info.c | 11 +- arch/arm/cpu/armv7/{s5pc1xx => s5p-common}/timer.c | 23 ++-- arch/arm/cpu/armv7/s5pc1xx/Makefile | 2 - arch/arm/cpu/armv7/s5pc1xx/clock.c | 51 +++++-- arch/arm/cpu/armv7/s5pc1xx/reset.S | 2 +- arch/arm/cpu/armv7/s5pc1xx/sromc.c | 8 +- arch/arm/include/asm/arch-s5pc1xx/clk.h | 5 +- arch/arm/include/asm/arch-s5pc1xx/cpu.h | 39 ++++- arch/arm/include/asm/arch-s5pc1xx/gpio.h | 172 ++++++++++---------- arch/arm/include/asm/arch-s5pc1xx/mmc.h | 2 +- arch/arm/include/asm/arch-s5pc1xx/pwm.h | 12 +- board/samsung/goni/goni.c | 8 +- board/samsung/goni/lowlevel_init.S | 6 +- board/samsung/smdkc100/lowlevel_init.S | 2 +- board/samsung/smdkc100/onenand.c | 3 +- board/samsung/smdkc100/smdkc100.c | 4 +- common/serial.c | 4 +- drivers/gpio/Makefile | 2 +- drivers/mmc/s5p_mmc.c | 36 ++--- drivers/mtd/onenand/samsung.c | 6 +- drivers/serial/Makefile | 2 +- drivers/serial/serial_s5p.c | 10 +- include/configs/s5p_goni.h | 2 +- include/configs/smdkc100.h | 2 +- include/serial.h | 2 +- 27 files changed, 274 insertions(+), 195 deletions(-) create mode 100644 arch/arm/cpu/armv7/s5p-common/Makefile rename arch/arm/cpu/armv7/{s5pc1xx => s5p-common}/cpu_info.c (83%) rename arch/arm/cpu/armv7/{s5pc1xx => s5p-common}/timer.c (86%) _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot