Re: [U-Boot] [PATCH] ARMV7: S5P: serial: support the s5pc210

2010-10-18 Thread Minkyu Kang
On 28 September 2010 15:15, Minkyu Kang wrote: > This patch is for s5pc210 support. > Due to the resigter of baudrate is changed from slot to value, > add both of them to uart structure. > > Signed-off-by: Minkyu Kang > Signed-off-by: Kyungmin Park > --- >  arch/arm/include/asm/arch-s5pc1xx/uart

[U-Boot] [PATCH] ARMV7: S5P: serial: support the s5pc210

2010-09-27 Thread Minkyu Kang
This patch is for s5pc210 support. Due to the resigter of baudrate is changed from slot to value, add both of them to uart structure. Signed-off-by: Minkyu Kang Signed-off-by: Kyungmin Park --- arch/arm/include/asm/arch-s5pc1xx/uart.h | 14 +++--- drivers/serial/serial_s5p.c