From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 03/14] S3C64XX: Use readl/writel to operate uart
Date: Fri, 07 Dec 2012 19:54:48 +0900 [thread overview]
Message-ID: <50C1CAF8.4030305@samsung.com> (raw)
In-Reply-To: <1345038495-4020-4-git-send-email-bocui107@gmail.com>
On 15/08/12 22:48, Zhong Hongbo wrote:
> From: Zhong Hongbo <bocui107@gmail.com>
>
> Signed-off-by: Zhong Hongbo <bocui107@gmail.com>
> ---
> Change for V4:
> - None.
> Change for v3:
> - None.
> Change for V2:
> - Change the type of the return value from unsinged int
> to unsinged long for s3c64xx_get_base_uart function.
> - Delete const for the local variable.
> ---
> arch/arm/include/asm/arch-s3c64xx/s3c6400.h | 65 +--------------------------
> arch/arm/include/asm/arch-s3c64xx/s3c64x0.h | 31 -------------
> arch/arm/include/asm/arch-s3c64xx/uart.h | 54 ++++++++++++++++++++++
> board/samsung/smdk6400/lowlevel_init.S | 8 ---
> drivers/serial/s3c64xx.c | 50 +++++++++++++--------
> 5 files changed, 87 insertions(+), 121 deletions(-)
> create mode 100644 arch/arm/include/asm/arch-s3c64xx/uart.h
>
Please rebase this patch.
Thanks.
Minkyu Kang.
next prev parent reply other threads:[~2012-12-07 10:54 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-15 13:48 [U-Boot] V4 S3C64XX: Switch all I/O to use readl/writel functio and Clear SMDK64XX Zhong Hongbo
2012-08-15 13:48 ` [U-Boot] [PATCH 01/14] smdk6400: Move smdk6400 board from Makefile to boards.cfg Zhong Hongbo
2012-12-07 10:53 ` Minkyu Kang
2012-08-15 13:48 ` [U-Boot] [PATCH 02/14] S3C64XX: Switch to use readl/writel to operate nand flash Zhong Hongbo
2012-08-15 13:48 ` [U-Boot] [PATCH 03/14] S3C64XX: Use readl/writel to operate uart Zhong Hongbo
2012-12-07 10:54 ` Minkyu Kang [this message]
2012-08-15 13:48 ` [U-Boot] [PATCH 04/14] S3C64XX: add pwm for s3c64xx support Zhong Hongbo
2012-08-15 13:48 ` [U-Boot] [PATCH 05/14] S3C64XX: reference s5p cpu time system for s3c64xx timer Zhong Hongbo
2012-12-07 10:55 ` Minkyu Kang
2012-08-15 13:48 ` [U-Boot] [PATCH 06/14] S3C64xx: mov cpu_init.S to the board directory Zhong Hongbo
2012-08-15 13:48 ` [U-Boot] [PATCH 07/14] S3C6400: Adopt SPL framwork to support spl for nand flash Zhong Hongbo
2012-08-15 13:48 ` [U-Boot] [PATCH 08/14] S3C6400: Delete nand_spl for S3C6400 Zhong Hongbo
2012-08-15 13:48 ` [U-Boot] [PATCH 09/14] S3C64XX: Change SROM init to use read/write operation Zhong Hongbo
2012-12-07 10:58 ` Minkyu Kang
2012-08-15 13:48 ` [U-Boot] [PATCH 10/14] S3C64XX: Switch to use read/writel to operation clock system Zhong Hongbo
2012-08-15 13:48 ` [U-Boot] [PATCH 11/14] S3c64xx: clear GPIO, Interrupt, Watchdog variable Zhong Hongbo
2012-08-15 13:48 ` [U-Boot] [PATCH 12/14] S3C6400: clear memory init variable Zhong Hongbo
2012-08-15 13:48 ` [U-Boot] [PATCH 13/14] S3C64XX: Move s3c6400.h to cpu.h to support s3c6410 board Zhong Hongbo
2012-08-15 13:48 ` [U-Boot] [PATCH 14/14] S3C6400: Remove the unused variable for S3C6400 Zhong Hongbo
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=50C1CAF8.4030305@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.