summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-samsung/pm-common.c
Commit message (Collapse)AuthorAgeFilesLines
* ARM: SAMSUNG: Add SPDX license identifiersKrzysztof Kozlowski2018-01-031-14/+10
| | | | | | | Replace GPL license statements with SPDX license identifiers (GPL-1.0+, GPL-2.0 and GPL-2.0+). Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
* ARM: SAMSUNG: Fixup usage of __raw IO in PMBen Dooks2016-06-211-4/+4
| | | | | | | | Fix the use of __raw accesors in pm-common.c to use the _relaxed variants to deal with any issues due to endian related fetches. Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
* ARM: SAMSUNG: Move common save/restore helpers to separate fileTomasz Figa2014-03-211-0/+75
To separate legacy PM code from generic helpers, this patch moves the generic register save/restore helpers to a new file called pm-common.c that is compiled always when CONFIG_PM_SLEEP is enabled, to allow platforms that do not want to use the legacy PM code use the generic helpers. 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>