From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rix Date: Sat, 17 Apr 2010 17:07:52 -0500 Subject: [U-Boot] Please pull u-boot-samsung/master In-Reply-To: <4BC4413B.3020802@samsung.com> References: <4BC4413B.3020802@samsung.com> Message-ID: <4BCA3138.9050108@bumblecow.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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