ARM: S5PV210: Untie PM support from legacy code
This patch makes S5PV210 not rely on legacy suspend helpers in plat-samsung and implements platform suspend logic locally, similarly to Exynos. Signed-off-by: Tomasz Figa <t.figa@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
@@ -12,5 +12,12 @@
|
||||
#ifndef __ARCH_ARM_MACH_S5PV210_COMMON_H
|
||||
#define __ARCH_ARM_MACH_S5PV210_COMMON_H
|
||||
|
||||
#ifdef CONFIG_PM_SLEEP
|
||||
u32 exynos_get_eint_wake_mask(void);
|
||||
void s5pv210_cpu_resume(void);
|
||||
void s5pv210_pm_init(void);
|
||||
#else
|
||||
static inline void s5pv210_pm_init(void) {}
|
||||
#endif
|
||||
|
||||
#endif /* __ARCH_ARM_MACH_S5PV210_COMMON_H */
|
||||
|
Reference in New Issue
Block a user