aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c/gpio-core.h
AgeCommit message (Collapse)AuthorFilesLines
2023-01-16ARM: s3c: simplify platform codeArnd Bergmann1-3/+0
Following down the now unused symbols and header files, some additional content can be dropped that is used by neither the s3c64xx DT support nor the crag6410 board. Acked-by: Mark Brown <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
2020-08-22ARM: s3c: make headers local if possibleArnd Bergmann1-0/+142
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]>