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

2009-10-08 Thread Minkyu Kang
Minkyu Kang wrote: > This patch includes the serial driver for s5pc1xx. > s5pc1xx uart driver needs own register setting and clock configuration. > So, need to special driver. > > Signed-off-by: Minkyu Kang > --- > Changes since v1: > - use serial multi API > - use writel/readl function > - remov

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

2009-10-01 Thread Minkyu Kang
This patch includes the serial driver for s5pc1xx. s5pc1xx uart driver needs own register setting and clock configuration. So, need to special driver. Signed-off-by: Minkyu Kang --- Changes since v1: - use serial multi API - use writel/readl function - remove duplicate code Changes since v2: - u