summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s5pc1xx/dev-uart.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ARM: SAMSUNG: Make UART device code commonBen Dooks2010-01-191-29/+0
| | | | | | | | Move s3c24xx_uart_devs, s3c24xx_uart_src and the platform devices to a common entry in plat-samsung since they are the same in all the current implementations. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
* ARM: S5PC100: UART and SerialByungho Min2009-08-171-0/+174
Serial driver of S5PC100 is the same as S3C6400, so S5PC100 shares the serial driver with S3C6400. Uart driver is copied from plat-s3c64xx to plat-s5pc1xx, as I do not use plat-s3c64xx directory. Signed-off-by: Byungho Min <bhmin@samsung.com> [ben-linux@fluff.org: title fixup] Signed-off-by: Ben Dooks <ben-linux@fluff.org>