Re: [U-Boot] [PATCH] SAMSUNG: serial: modify name from s5pc1xx to s5p

2010-03-25 Thread Minkyu Kang
On 24 March 2010 17:41, Minkyu Kang wrote: > Because of other s5p series SoC will use these serial functions, > modify function's name and structure's name. > > Signed-off-by: Minkyu Kang > --- >  common/serial.c                     |   16 ++-- >  drivers/serial/Makefile             |    2 +- >  

[U-Boot] [PATCH] SAMSUNG: serial: modify name from s5pc1xx to s5p

2010-03-24 Thread Minkyu Kang
Because of other s5p series SoC will use these serial functions, modify function's name and structure's name. Signed-off-by: Minkyu Kang --- common/serial.c | 16 ++-- drivers/serial/Makefile |2 +- drivers/serial/serial_s5p.c | 205