]> 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)
committerMinkyu Kang <mk7.kang@samsung.com>
Fri, 9 Oct 2009 01:51:47 +0000 (10:51 +0900)
commit7074635021a8a2d8dbf1d0955844819f0ec7c192
treec8e568698e40b066670fb3f0589d47cd10681a5e
parent4125a8d52e18637b58db488f278a30db479b490f
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