summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c64xx/dev-uart.c
Commit message (Collapse)AuthorAgeFilesLines
* ARM: S3C64XX: Use common macro to define resources on dev-uart.cTushar Behera2012-05-121-40/+8
| | | | | | Cc: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Tushar Behera <tushar.behera@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
* ARM: SAMSUNG: Remove uart irq handling from plaform codeThomas Abraham2011-08-231-52/+8
| | | | | | | | | | | | With uart tx/rx/err interrupt handling moved into the driver for s3c64xx and later SoC's, the uart interrupt handling in plaform code can be removed. The uart device irq resources is reduced to one and the related unused macros are removed. Suggested-by: Grant Likely <grant.likely@secretlab.ca> CC: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* ARM: S3C64XX: Move device and device setup into mach-s3c64xxBen Dooks2010-02-201-0/+147
Move the S3C64XX specific device and setup files into mach-s3c64xx as they are unlikely to be used outside of this code. Signed-off-by: Ben Dooks <ben-linux@fluff.org>