From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 3/4 v4] s5pc1xx: support serial driver
Date: Fri, 09 Oct 2009 12:10:17 +0900 [thread overview]
Message-ID: <4ACEA999.5090907@samsung.com> (raw)
In-Reply-To: <4AC4664C.9040707@samsung.com>
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 <mk7.kang@samsung.com>
> ---
> Changes since v1:
> - use serial multi API
> - use writel/readl function
> - remove duplicate code
>
> Changes since v2:
> - use sizeof() instead of the constant
>
> Changes since v3:
> - fix the commit log
> - fix the style
> - remove unnecessary codes
> - add error check logic in while loop
>
> common/serial.c | 18 ++++
> drivers/serial/Makefile | 1 +
> drivers/serial/serial_s5pc1xx.c | 195 +++++++++++++++++++++++++++++++++++++++
> include/serial.h | 7 ++
> 4 files changed, 221 insertions(+), 0 deletions(-)
> create mode 100644 drivers/serial/serial_s5pc1xx.c
>
applied to u-boot-samsung
Minkyu Kang
prev parent reply other threads:[~2009-10-09 3:10 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-10 7:35 [U-Boot] [PATCH 3/4 v2] s5pc1xx: support serial driver Minkyu Kang
2009-09-10 11:26 ` Wolfgang Denk
2009-09-11 10:43 ` Minkyu Kang
2009-09-16 10:12 ` Minkyu Kang
2009-09-22 12:36 ` [U-Boot] [PATCH 3/4 v3] " Minkyu Kang
2009-09-22 14:08 ` Tom
2009-09-23 10:47 ` Minkyu Kang
2009-09-23 11:58 ` Tom
2009-09-23 12:35 ` Tom
2009-09-26 8:18 ` Minkyu Kang
2009-10-01 8:20 ` [U-Boot] [PATCH 3/4 v4] " Minkyu Kang
2009-10-09 3:10 ` Minkyu Kang [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4ACEA999.5090907@samsung.com \
--to=mk7.kang@samsung.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.