ARM: samsung: move pm check code to drivers/soc
authorArnd Bergmann <arnd@arndb.de>
Thu, 6 Aug 2020 18:20:33 +0000 (20:20 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Wed, 19 Aug 2020 19:23:46 +0000 (21:23 +0200)
commit17132da70eb766785b9b4677bacce18cc11ea442
tree339087bbfb6127100c1730fa17a20a3082d217b4
parentcb6c03019cdd383cdba1614f9712bd35715171a3
ARM: samsung: move pm check code to drivers/soc

This is the only part of plat-samsung that is really
shared between the s3c and s5p ports. Moving it to
drivers/soc/ lets us make them completely independent.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20200806182059.2431-16-krzk@kernel.org
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/mach-s5pv210/Kconfig
arch/arm/plat-samsung/Kconfig
arch/arm/plat-samsung/Makefile
arch/arm/plat-samsung/include/plat/pm-common.h
arch/arm/plat-samsung/pm-check.c [deleted file]
arch/arm/plat-samsung/pm-debug.c [deleted file]
drivers/soc/samsung/Kconfig
drivers/soc/samsung/Makefile
drivers/soc/samsung/s3c-pm-check.c [new file with mode: 0644]
drivers/soc/samsung/s3c-pm-debug.c [new file with mode: 0644]
include/linux/soc/samsung/s3c-pm.h [new file with mode: 0644]