aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/include/debug/samsung.S
AgeCommit message (Collapse)AuthorFilesLines
2018-02-12ARM: EXYNOS: Add SPDX license identifiersKrzysztof Kozlowski1-7/+3
Replace GPL license statements with SPDX GPL-2.0 and GPL-2.0+ license identifiers. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
2016-06-21ARM: EXYNOS: Fixup debug macros for big-endianBen Dooks1-0/+8
The exynos low-level debug macros need to be fixed if the system is being built big endian. Add the necessary endian swaps for accessing the registers to get output working again Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
2014-02-14ARM: SAMSUNG: Remove platform dependency from samsung.SSachin Kamat1-1/+1
regs-serial.h only includes linux/serial_s3c.h. Include this header directly in samsung.S to remove unnecessary platform dependency. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Tushar Behera <tushar.behera@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
2013-04-19ARM: exynos: move debug-macro.S to include/debug/Arnd Bergmann1-0/+87
The move is necessary to support early debug output on exynos with multiplatform configurations. This implies also moving the plat/debug-macro.S file, but we are leaving the remaining users of that file in place, to avoid adding large numbers of extra configuration options to Kconfig.debug Signed-off-by: Arnd Bergmann <arnd@arndb.de>