]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
s5pc1xx: support serial driver
authorMinkyu Kang <mk7.kang@samsung.com>
Thu, 1 Oct 2009 08:20:28 +0000 (17:20 +0900)
committerTom Rix <Tom.Rix@windriver.com>
Wed, 14 Oct 2009 02:13:55 +0000 (21:13 -0500)
commitdd2c9e6a3b67c8ff56694e515e6e3c7baddd8f52
tree9b45a782597aa0847c2937034e22ac7a3fbfc124
parent4678d674f0cacc983dca7f6b9933cd8291c9797c
s5pc1xx: support serial driver

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>
common/serial.c
drivers/serial/Makefile
drivers/serial/serial_s5pc1xx.c [new file with mode: 0644]
include/serial.h