summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-prima2/pm.c
Commit message (Collapse)AuthorAgeFilesLines
* ARM: CSR: PM: fix build error due to undeclared 'THIS_MODULE'Barry Song2011-12-021-0/+1
| | | | | | | | | In the new kernel, we will get the following compile error: arch/arm/mach-prima2/pm.c:141: error: 'THIS_MODULE' undeclared here (not in a function) so include module.h head file explicitly Signed-off-by: Barry Song <baohua.song@csr.com>
* ARM: CSR: PM: use outer_resume to resume L2 cacheBarry Song2011-10-241-0/+1
| | | | | | | now we move l2x0 resume to Linux from bootloader since l2x0 already has resume support in core. Signed-off-by: Barry Song <Baohua.Song@csr.com>
* ARM: CSR: PM: add sleep entry for SiRFprimaIIRongjun Ying2011-09-211-0/+149
This patch adds suspend-to-mem support for prima2. It will make prima2 enter DEEPSLEEP mode while accepting PM_SUSPEND_MEM command. Signed-off-by: Rongjun Ying <rongjun.ying@csr.com> Signed-off-by: Barry Song <baohua.song@csr.com> Acked-by: Arnd Bergmann <arnd@arndb.de>