]> Pileus Git - ~andy/linux/commit
ARM: S5P: Make the sleep code common for S5P series SoCs
authorAbhilash Kesavan <a.kesavan@samsung.com>
Tue, 4 Oct 2011 11:25:51 +0000 (20:25 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Tue, 4 Oct 2011 11:25:51 +0000 (20:25 +0900)
commite2e13621b267f88f69917780e107725d2c0ecad9
tree0e2a13a08fd4deda46c19d0c8716ba7ffbd301c1
parent0da3beadcbed2128702831c9fe106ea23e194b3f
ARM: S5P: Make the sleep code common for S5P series SoCs

The sleep code for S5PV210 and EXYNOS4 are identical; moreover
S5p64X0 and S5PC100 for which support will be added soon can
use the same procedure. Create a common sleep code in the plat-s5p
directory so that it can be re-used.

Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-exynos4/Kconfig
arch/arm/mach-exynos4/Makefile
arch/arm/mach-s5pv210/Kconfig
arch/arm/mach-s5pv210/Makefile
arch/arm/mach-s5pv210/sleep.S [deleted file]
arch/arm/plat-s5p/Kconfig
arch/arm/plat-s5p/Makefile
arch/arm/plat-s5p/sleep.S [moved from arch/arm/mach-exynos4/sleep.S with 81% similarity]