aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c/dev-uart.c
AgeCommit message (Collapse)AuthorFilesLines
2020-08-22ARM: s3c: make headers local if possibleArnd Bergmann1-1/+1
A lot of header files are only used internally now, so they can be moved to mach-s3c, out of the visibility of drivers. Signed-off-by: Arnd Bergmann <[email protected]> Link: https://lore.kernel.org/r/[email protected] [krzk: Rebase and fixup leds-s3c24xx driver] Signed-off-by: Krzysztof Kozlowski <[email protected]>
2020-08-20ARM: s3c: move into a common directoryArnd Bergmann1-0/+41
s3c24xx and s3c64xx have a lot in common, but are split across three separate directories, which makes the interaction of the header files more complicated than necessary. Move all three directories into a new mach-s3c, with a minimal set of changes to each file. Signed-off-by: Arnd Bergmann <[email protected]> [krzk: Rebase, add s3c24xx and s3c64xx suffix to several files, add SPDX headers to new files, remove plat-samsung from MAINTAINERS] Co-developed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]> https://lore.kernel.org/r/[email protected]