1
0
Fork 0
alistair23-linux/arch/arm/plat-samsung
Bartlomiej Zolnierkiewicz b1658855f0 ARM: samsung: Limit SAMSUNG_PM_DEBUG config option to non-Exynos platforms
"Samsung PM Suspend debug" feature (controlled by SAMSUNG_PM_DEBUG
config option) is not working properly (debug messages are not
displayed after resume) on Exynos platforms because GPIOs restore
code is not implemented.

Add PLAT_S3C24XX, ARCH_S3C64XX and ARCH_S5PV210 dependencies to
SAMSUNG_PM_DEBUG config option to hide it on Exynos platforms.
Then convert Exynos code to not require <plat/pm-common.h>
header (use pr_debug() directly instead of S3C_PMDBG() macro and
remove redundant s3c_pm_*() calls).

Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
2018-11-18 15:11:27 +01:00
..
include/plat ARM: exynos: Remove static mapping of SCU SFR 2018-05-13 14:06:55 +02:00
Kconfig ARM: samsung: Limit SAMSUNG_PM_DEBUG config option to non-Exynos platforms 2018-11-18 15:11:27 +01:00
Makefile ARM: SAMSUNG: Add SPDX license identifiers 2018-01-03 18:43:13 +01:00
adc.c headers: fix build error in arch/arm/plat-samsung/adc.c, add <linux/mod_devicetable.h> 2018-07-08 15:19:04 +02:00
cpu.c ARM: SAMSUNG: Add SPDX license identifiers 2018-01-03 18:43:13 +01:00
dev-uart.c ARM: SAMSUNG: Add SPDX license identifiers 2018-01-03 18:43:13 +01:00
devs.c ARM: SAMSUNG: Add SPDX license identifiers 2018-01-03 18:43:13 +01:00
gpio-samsung.c ARM: SAMSUNG: Add SPDX license identifiers 2018-01-03 18:43:13 +01:00
init.c ARM: SAMSUNG: Add SPDX license identifiers 2018-01-03 18:43:13 +01:00
platformdata.c ARM: SAMSUNG: Add SPDX license identifiers 2018-01-03 18:43:13 +01:00
pm-check.c ARM: SAMSUNG: Add SPDX license identifiers 2018-01-03 18:43:13 +01:00
pm-common.c ARM: SAMSUNG: Add SPDX license identifiers 2018-01-03 18:43:13 +01:00
pm-debug.c ARM: SAMSUNG: Add SPDX license identifiers 2018-01-03 18:43:13 +01:00
pm-gpio.c ARM: SAMSUNG: Add SPDX license identifiers 2018-01-03 18:43:13 +01:00
pm.c ARM: SAMSUNG: Add SPDX license identifiers 2018-01-03 18:43:13 +01:00
wakeup-mask.c ARM: SAMSUNG: Add SPDX license identifiers 2018-01-03 18:43:13 +01:00
watchdog-reset.c ARM: SAMSUNG: Add SPDX license identifiers 2018-01-03 18:43:13 +01:00