Re: [U-Boot] [PATCH 3/6] S5PC100: serial driver for SMDKC100 support

2009-07-19 Thread Wolfgang Denk
Dear HeungJun Kim, In message <350d1ec30906250109s34355cbex5a2e59e181a5d...@mail.gmail.com> you wrote: > This patch is the serial driver for S5PC100 & SMDKC100. > > Signed-off-by: HeungJun, Kim I think this patch should be merged with the patch(es) that add the rest of the code. > diff --git

[U-Boot] [PATCH 3/6] S5PC100: serial driver for SMDKC100 support

2009-06-25 Thread HeungJun Kim
This patch is the serial driver for S5PC100 & SMDKC100. Signed-off-by: HeungJun, Kim --- drivers/serial/Makefile |1 + drivers/serial/serial_s5pc100.c | 179 +++ 2 files changed, 180 insertions(+), 0 deletions(-) create mode 100644 drivers/seri