Re: [U-Boot] [PATCH 3/4 v2] s5pc1xx: support serial driver

2009-09-16 Thread Minkyu Kang
Dear Jean-Christophe 2009/9/11 Minkyu Kang : > Dear Wolfgang, > > 2009/9/10 Wolfgang Denk : >> Dear Minkyu Kang, >> >> In message <4aa8ac42.50...@samsung.com> you wrote: >>> This patch includes the serial driver for s5pc1xx >>> >>> Signed-off-by: Minkyu Kang >> ... >>> +static inline struct s5pc1

Re: [U-Boot] [PATCH 3/4 v2] s5pc1xx: support serial driver

2009-09-11 Thread Minkyu Kang
Dear Wolfgang, 2009/9/10 Wolfgang Denk : > Dear Minkyu Kang, > > In message <4aa8ac42.50...@samsung.com> you wrote: >> This patch includes the serial driver for s5pc1xx >> >> Signed-off-by: Minkyu Kang > ... >> +static inline struct s5pc1xx_uart *s5pc1xx_get_base_uart(int dev_index) >> +{ >> +  

Re: [U-Boot] [PATCH 3/4 v2] s5pc1xx: support serial driver

2009-09-10 Thread Wolfgang Denk
Dear Minkyu Kang, In message <4aa8ac42.50...@samsung.com> you wrote: > This patch includes the serial driver for s5pc1xx > > Signed-off-by: Minkyu Kang ... > +static inline struct s5pc1xx_uart *s5pc1xx_get_base_uart(int dev_index) > +{ > + u32 offset = dev_index * 0x400; > + > + if (cpu_

[U-Boot] [PATCH 3/4 v2] s5pc1xx: support serial driver

2009-09-10 Thread Minkyu Kang
This patch includes the serial driver for s5pc1xx Signed-off-by: Minkyu Kang --- common/serial.c | 18 +++ drivers/serial/Makefile |1 + drivers/serial/serial_s5pc1xx.c | 308 +++ include/serial.h|7 + 4 files