summaryrefslogtreecommitdiff
path: root/arch/arm/plat-samsung/include/plat/irq-uart.h
AgeCommit message (Collapse)AuthorFilesLines
2015-07-29ARM: SAMSUNG: local irq-uart header in mach-s3c64xxKukjin Kim1-20/+0
This patch moves irq-uart header file into mach-s3c64xx. Because it is not used for others except mach-s3c64xx. Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Kukjin Kim <kgene@kernel.org>
2010-01-15ARM: SAMSUNG: Move IRQ UART handling for newer devices to plat-samsungBen Dooks1-0/+20
Move the handling for the UART interrupts out of the s3c64xx specific code and into plat-samsung so that it can be used by all implementations that need it. Signed-off-by: Ben Dooks <ben-linux@fluff.org>