ARM: EXYNOS: Add support for firmware-assisted suspend/resume
authorTomasz Figa <t.figa@samsung.com>
Tue, 23 Sep 2014 16:24:39 +0000 (01:24 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 20 Oct 2014 15:06:35 +0000 (00:06 +0900)
commit2b9d9c321b5900c7ce82110a81cf3827ca9b33c6
tree6809b6da0bdbef8b2ddabf52c6dabc5ad6afdd9a
parent9c261f89a30010a33c15e6b7cfc7c79ae6bea653
ARM: EXYNOS: Add support for firmware-assisted suspend/resume

On a numer of Exynos-based boards Linux kernel is running in non-secure
mode under a secure firmware. This means that certain operations need to
be handled in special way, with firmware assistance. System-wide
suspend/resume is an example of such operations.

This patch adds support for firmware-assisted suspend/resume by
leveraging recently introduced suspend and resume firmware operations
and modifying existing suspend/resume paths to account for presence of
secure firmware.

Signed-off-by: Tomasz Figa <t.figa@samsung.com>
[kgene.kim@samsung.com: rebased]
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-exynos/Makefile
arch/arm/mach-exynos/common.h
arch/arm/mach-exynos/firmware.c
arch/arm/mach-exynos/pm.c
arch/arm/mach-exynos/sleep.S
arch/arm/mach-exynos/smc.h