[U-Boot] [PATCH 03/14] S3C64XX: Use readl/writel to operate uart

Minkyu Kang mk7.kang at samsung.com
Fri Dec 7 11:54:48 CET 2012


On 15/08/12 22:48, Zhong Hongbo wrote:
> From: Zhong Hongbo <bocui107 at gmail.com>
> 
> Signed-off-by: Zhong Hongbo <bocui107 at 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.



More information about the U-Boot mailing list