From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Fri, 07 Dec 2012 19:54:48 +0900 Subject: [U-Boot] [PATCH 03/14] S3C64XX: Use readl/writel to operate uart In-Reply-To: <1345038495-4020-4-git-send-email-bocui107@gmail.com> References: <1345038495-4020-1-git-send-email-bocui107@gmail.com> <1345038495-4020-4-git-send-email-bocui107@gmail.com> Message-ID: <50C1CAF8.4030305@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 15/08/12 22:48, Zhong Hongbo wrote: > From: Zhong Hongbo > > Signed-off-by: Zhong Hongbo > --- > 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.