ARM: SAMSUNG: Move Samsung PM debug code into separate file
authorTomasz Figa <t.figa@samsung.com>
Mon, 17 Mar 2014 22:28:09 +0000 (07:28 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 20 Mar 2014 19:09:16 +0000 (04:09 +0900)
commit72551f6cf13e2f3a1d273b7007b5d7d7fd69c554
treeebc79635f3b76e22d614297953608239b672fee4
parentd38688a69fd88269eae3c7c66ec34fb02fb04fd1
ARM: SAMSUNG: Move Samsung PM debug code into separate file

Not all Samsung SoC platforms are going to use the legacy Samsung PM
code enabled by CONFIG_SAMSUNG_PM_DEBUG. To allow using Samsung PM debug
helpers on such platforms, related code is moved to separate file and
a plat/pm-common.h header is added to separate legacy and generic code.

Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/plat-samsung/Makefile
arch/arm/plat-samsung/include/plat/pm-common.h [new file with mode: 0644]
arch/arm/plat-samsung/include/plat/pm.h
arch/arm/plat-samsung/pm-debug.c [new file with mode: 0644]
arch/arm/plat-samsung/pm.c