Jongpill Lee | c934710 | 2012-02-17 09:49:54 +0900 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2011-2012 Samsung Electronics Co., Ltd. |
Jaecheol Lee | 1663895 | 2011-03-10 13:33:59 +0900 | [diff] [blame] | 3 | * http://www.samsung.com |
| 4 | * |
Jongpill Lee | c934710 | 2012-02-17 09:49:54 +0900 | [diff] [blame] | 5 | * EXYNOS - Power Management support |
Jaecheol Lee | 1663895 | 2011-03-10 13:33:59 +0900 | [diff] [blame] | 6 | * |
| 7 | * Based on arch/arm/mach-s3c2410/pm.c |
| 8 | * Copyright (c) 2006 Simtec Electronics |
| 9 | * Ben Dooks <ben@simtec.co.uk> |
| 10 | * |
| 11 | * This program is free software; you can redistribute it and/or modify |
| 12 | * it under the terms of the GNU General Public License version 2 as |
| 13 | * published by the Free Software Foundation. |
| 14 | */ |
| 15 | |
| 16 | #include <linux/init.h> |
| 17 | #include <linux/suspend.h> |
Rafael J. Wysocki | bb072c3 | 2011-04-22 22:03:21 +0200 | [diff] [blame] | 18 | #include <linux/syscore_ops.h> |
Jaecheol Lee | 1663895 | 2011-03-10 13:33:59 +0900 | [diff] [blame] | 19 | #include <linux/io.h> |
Jaecheol Lee | 56c03d9 | 2011-07-18 19:25:13 +0900 | [diff] [blame] | 20 | #include <linux/err.h> |
| 21 | #include <linux/clk.h> |
Jaecheol Lee | 1663895 | 2011-03-10 13:33:59 +0900 | [diff] [blame] | 22 | |
| 23 | #include <asm/cacheflush.h> |
| 24 | #include <asm/hardware/cache-l2x0.h> |
Shawn Guo | 63b870f | 2011-11-17 01:19:11 +0900 | [diff] [blame] | 25 | #include <asm/smp_scu.h> |
Jaecheol Lee | 1663895 | 2011-03-10 13:33:59 +0900 | [diff] [blame] | 26 | |
| 27 | #include <plat/cpu.h> |
| 28 | #include <plat/pm.h> |
Jaecheol Lee | 56c03d9 | 2011-07-18 19:25:13 +0900 | [diff] [blame] | 29 | #include <plat/pll.h> |
MyungJoo Ham | b93cb91 | 2011-07-21 11:25:23 +0900 | [diff] [blame] | 30 | #include <plat/regs-srom.h> |
Jaecheol Lee | 1663895 | 2011-03-10 13:33:59 +0900 | [diff] [blame] | 31 | |
| 32 | #include <mach/regs-irq.h> |
Jaecheol Lee | 1663895 | 2011-03-10 13:33:59 +0900 | [diff] [blame] | 33 | #include <mach/regs-clock.h> |
| 34 | #include <mach/regs-pmu.h> |
| 35 | #include <mach/pm-core.h> |
Kukjin Kim | ccd458c | 2012-12-31 10:06:48 -0800 | [diff] [blame] | 36 | |
| 37 | #include "common.h" |
Jaecheol Lee | 1663895 | 2011-03-10 13:33:59 +0900 | [diff] [blame] | 38 | |
| 39 | static struct sleep_save exynos4_set_clksrc[] = { |
Kukjin Kim | a855039 | 2012-03-09 14:19:10 -0800 | [diff] [blame] | 40 | { .reg = EXYNOS4_CLKSRC_MASK_TOP , .val = 0x00000001, }, |
| 41 | { .reg = EXYNOS4_CLKSRC_MASK_CAM , .val = 0x11111111, }, |
| 42 | { .reg = EXYNOS4_CLKSRC_MASK_TV , .val = 0x00000111, }, |
| 43 | { .reg = EXYNOS4_CLKSRC_MASK_LCD0 , .val = 0x00001111, }, |
| 44 | { .reg = EXYNOS4_CLKSRC_MASK_MAUDIO , .val = 0x00000001, }, |
| 45 | { .reg = EXYNOS4_CLKSRC_MASK_FSYS , .val = 0x01011111, }, |
| 46 | { .reg = EXYNOS4_CLKSRC_MASK_PERIL0 , .val = 0x01111111, }, |
| 47 | { .reg = EXYNOS4_CLKSRC_MASK_PERIL1 , .val = 0x01110111, }, |
| 48 | { .reg = EXYNOS4_CLKSRC_MASK_DMC , .val = 0x00010000, }, |
Jaecheol Lee | 1663895 | 2011-03-10 13:33:59 +0900 | [diff] [blame] | 49 | }; |
| 50 | |
Jonghwan Choi | acd3561 | 2011-08-24 21:52:45 +0900 | [diff] [blame] | 51 | static struct sleep_save exynos4210_set_clksrc[] = { |
Kukjin Kim | a855039 | 2012-03-09 14:19:10 -0800 | [diff] [blame] | 52 | { .reg = EXYNOS4210_CLKSRC_MASK_LCD1 , .val = 0x00001111, }, |
Jonghwan Choi | acd3561 | 2011-08-24 21:52:45 +0900 | [diff] [blame] | 53 | }; |
| 54 | |
Jaecheol Lee | 56c03d9 | 2011-07-18 19:25:13 +0900 | [diff] [blame] | 55 | static struct sleep_save exynos4_epll_save[] = { |
Kukjin Kim | a855039 | 2012-03-09 14:19:10 -0800 | [diff] [blame] | 56 | SAVE_ITEM(EXYNOS4_EPLL_CON0), |
| 57 | SAVE_ITEM(EXYNOS4_EPLL_CON1), |
Jaecheol Lee | 56c03d9 | 2011-07-18 19:25:13 +0900 | [diff] [blame] | 58 | }; |
| 59 | |
| 60 | static struct sleep_save exynos4_vpll_save[] = { |
Kukjin Kim | a855039 | 2012-03-09 14:19:10 -0800 | [diff] [blame] | 61 | SAVE_ITEM(EXYNOS4_VPLL_CON0), |
| 62 | SAVE_ITEM(EXYNOS4_VPLL_CON1), |
Jaecheol Lee | 56c03d9 | 2011-07-18 19:25:13 +0900 | [diff] [blame] | 63 | }; |
| 64 | |
Abhilash Kesavan | 86ffb0e | 2012-11-20 18:20:45 +0900 | [diff] [blame] | 65 | static struct sleep_save exynos5_sys_save[] = { |
| 66 | SAVE_ITEM(EXYNOS5_SYS_I2C_CFG), |
| 67 | }; |
| 68 | |
Jongpill Lee | c934710 | 2012-02-17 09:49:54 +0900 | [diff] [blame] | 69 | static struct sleep_save exynos_core_save[] = { |
MyungJoo Ham | b93cb91 | 2011-07-21 11:25:23 +0900 | [diff] [blame] | 70 | /* SROM side */ |
| 71 | SAVE_ITEM(S5P_SROM_BW), |
| 72 | SAVE_ITEM(S5P_SROM_BC0), |
| 73 | SAVE_ITEM(S5P_SROM_BC1), |
| 74 | SAVE_ITEM(S5P_SROM_BC2), |
| 75 | SAVE_ITEM(S5P_SROM_BC3), |
Jaecheol Lee | 1663895 | 2011-03-10 13:33:59 +0900 | [diff] [blame] | 76 | }; |
| 77 | |
Jaecheol Lee | 1663895 | 2011-03-10 13:33:59 +0900 | [diff] [blame] | 78 | |
Jaecheol Lee | f4ba4b0 | 2011-07-18 19:25:03 +0900 | [diff] [blame] | 79 | /* For Cortex-A9 Diagnostic and Power control register */ |
| 80 | static unsigned int save_arm_register[2]; |
| 81 | |
Jongpill Lee | c934710 | 2012-02-17 09:49:54 +0900 | [diff] [blame] | 82 | static int exynos_cpu_suspend(unsigned long arg) |
Jaecheol Lee | 1663895 | 2011-03-10 13:33:59 +0900 | [diff] [blame] | 83 | { |
Jongpill Lee | 60e49ca | 2012-02-17 12:23:51 +0900 | [diff] [blame] | 84 | #ifdef CONFIG_CACHE_L2X0 |
Jaecheol Lee | 1663895 | 2011-03-10 13:33:59 +0900 | [diff] [blame] | 85 | outer_flush_all(); |
Jongpill Lee | 60e49ca | 2012-02-17 12:23:51 +0900 | [diff] [blame] | 86 | #endif |
Jaecheol Lee | 1663895 | 2011-03-10 13:33:59 +0900 | [diff] [blame] | 87 | |
Abhilash Kesavan | 573e5bb | 2012-11-22 14:46:40 +0900 | [diff] [blame] | 88 | if (soc_is_exynos5250()) |
| 89 | flush_cache_all(); |
| 90 | |
Jaecheol Lee | 1663895 | 2011-03-10 13:33:59 +0900 | [diff] [blame] | 91 | /* issue the standby signal into the pm unit. */ |
| 92 | cpu_do_idle(); |
| 93 | |
Abhilash Kesavan | d3fcacf | 2013-01-25 10:40:19 -0800 | [diff] [blame] | 94 | pr_info("Failed to suspend the system\n"); |
| 95 | return 1; /* Aborting suspend */ |
Jaecheol Lee | 1663895 | 2011-03-10 13:33:59 +0900 | [diff] [blame] | 96 | } |
| 97 | |
Jongpill Lee | c934710 | 2012-02-17 09:49:54 +0900 | [diff] [blame] | 98 | static void exynos_pm_prepare(void) |
Jaecheol Lee | 1663895 | 2011-03-10 13:33:59 +0900 | [diff] [blame] | 99 | { |
Jongpill Lee | 60e49ca | 2012-02-17 12:23:51 +0900 | [diff] [blame] | 100 | unsigned int tmp; |
Jaecheol Lee | 1663895 | 2011-03-10 13:33:59 +0900 | [diff] [blame] | 101 | |
Jongpill Lee | c934710 | 2012-02-17 09:49:54 +0900 | [diff] [blame] | 102 | s3c_pm_do_save(exynos_core_save, ARRAY_SIZE(exynos_core_save)); |
Jaecheol Lee | 1663895 | 2011-03-10 13:33:59 +0900 | [diff] [blame] | 103 | |
Jongpill Lee | 60e49ca | 2012-02-17 12:23:51 +0900 | [diff] [blame] | 104 | if (!soc_is_exynos5250()) { |
| 105 | s3c_pm_do_save(exynos4_epll_save, ARRAY_SIZE(exynos4_epll_save)); |
| 106 | s3c_pm_do_save(exynos4_vpll_save, ARRAY_SIZE(exynos4_vpll_save)); |
| 107 | } else { |
Abhilash Kesavan | 86ffb0e | 2012-11-20 18:20:45 +0900 | [diff] [blame] | 108 | s3c_pm_do_save(exynos5_sys_save, ARRAY_SIZE(exynos5_sys_save)); |
Jongpill Lee | 60e49ca | 2012-02-17 12:23:51 +0900 | [diff] [blame] | 109 | /* Disable USE_RETENTION of JPEG_MEM_OPTION */ |
| 110 | tmp = __raw_readl(EXYNOS5_JPEG_MEM_OPTION); |
| 111 | tmp &= ~EXYNOS5_OPTION_USE_RETENTION; |
| 112 | __raw_writel(tmp, EXYNOS5_JPEG_MEM_OPTION); |
| 113 | } |
Jaecheol Lee | 1663895 | 2011-03-10 13:33:59 +0900 | [diff] [blame] | 114 | |
| 115 | /* Set value of power down register for sleep mode */ |
| 116 | |
Jongpill Lee | 7d44d2b | 2012-02-17 09:51:31 +0900 | [diff] [blame] | 117 | exynos_sys_powerdown_conf(SYS_SLEEP); |
Jaecheol Lee | 1663895 | 2011-03-10 13:33:59 +0900 | [diff] [blame] | 118 | __raw_writel(S5P_CHECK_SLEEP, S5P_INFORM1); |
| 119 | |
| 120 | /* ensure at least INFORM0 has the resume address */ |
| 121 | |
| 122 | __raw_writel(virt_to_phys(s3c_cpu_resume), S5P_INFORM0); |
| 123 | |
| 124 | /* Before enter central sequence mode, clock src register have to set */ |
| 125 | |
Jongpill Lee | 60e49ca | 2012-02-17 12:23:51 +0900 | [diff] [blame] | 126 | if (!soc_is_exynos5250()) |
| 127 | s3c_pm_do_restore_core(exynos4_set_clksrc, ARRAY_SIZE(exynos4_set_clksrc)); |
Jaecheol Lee | 1663895 | 2011-03-10 13:33:59 +0900 | [diff] [blame] | 128 | |
Jonghwan Choi | acd3561 | 2011-08-24 21:52:45 +0900 | [diff] [blame] | 129 | if (soc_is_exynos4210()) |
| 130 | s3c_pm_do_restore_core(exynos4210_set_clksrc, ARRAY_SIZE(exynos4210_set_clksrc)); |
| 131 | |
Jaecheol Lee | 1663895 | 2011-03-10 13:33:59 +0900 | [diff] [blame] | 132 | } |
| 133 | |
Jongpill Lee | c934710 | 2012-02-17 09:49:54 +0900 | [diff] [blame] | 134 | static int exynos_pm_add(struct device *dev, struct subsys_interface *sif) |
Jaecheol Lee | 1663895 | 2011-03-10 13:33:59 +0900 | [diff] [blame] | 135 | { |
Jongpill Lee | c934710 | 2012-02-17 09:49:54 +0900 | [diff] [blame] | 136 | pm_cpu_prep = exynos_pm_prepare; |
| 137 | pm_cpu_sleep = exynos_cpu_suspend; |
Jaecheol Lee | 1663895 | 2011-03-10 13:33:59 +0900 | [diff] [blame] | 138 | |
| 139 | return 0; |
| 140 | } |
| 141 | |
Jaecheol Lee | 56c03d9 | 2011-07-18 19:25:13 +0900 | [diff] [blame] | 142 | static unsigned long pll_base_rate; |
| 143 | |
| 144 | static void exynos4_restore_pll(void) |
| 145 | { |
| 146 | unsigned long pll_con, locktime, lockcnt; |
| 147 | unsigned long pll_in_rate; |
| 148 | unsigned int p_div, epll_wait = 0, vpll_wait = 0; |
| 149 | |
| 150 | if (pll_base_rate == 0) |
| 151 | return; |
| 152 | |
| 153 | pll_in_rate = pll_base_rate; |
| 154 | |
| 155 | /* EPLL */ |
| 156 | pll_con = exynos4_epll_save[0].val; |
| 157 | |
| 158 | if (pll_con & (1 << 31)) { |
| 159 | pll_con &= (PLL46XX_PDIV_MASK << PLL46XX_PDIV_SHIFT); |
| 160 | p_div = (pll_con >> PLL46XX_PDIV_SHIFT); |
| 161 | |
| 162 | pll_in_rate /= 1000000; |
| 163 | |
| 164 | locktime = (3000 / pll_in_rate) * p_div; |
| 165 | lockcnt = locktime * 10000 / (10000 / pll_in_rate); |
| 166 | |
Kukjin Kim | a855039 | 2012-03-09 14:19:10 -0800 | [diff] [blame] | 167 | __raw_writel(lockcnt, EXYNOS4_EPLL_LOCK); |
Jaecheol Lee | 56c03d9 | 2011-07-18 19:25:13 +0900 | [diff] [blame] | 168 | |
| 169 | s3c_pm_do_restore_core(exynos4_epll_save, |
| 170 | ARRAY_SIZE(exynos4_epll_save)); |
| 171 | epll_wait = 1; |
| 172 | } |
| 173 | |
| 174 | pll_in_rate = pll_base_rate; |
| 175 | |
| 176 | /* VPLL */ |
| 177 | pll_con = exynos4_vpll_save[0].val; |
| 178 | |
| 179 | if (pll_con & (1 << 31)) { |
| 180 | pll_in_rate /= 1000000; |
| 181 | /* 750us */ |
| 182 | locktime = 750; |
| 183 | lockcnt = locktime * 10000 / (10000 / pll_in_rate); |
| 184 | |
Kukjin Kim | a855039 | 2012-03-09 14:19:10 -0800 | [diff] [blame] | 185 | __raw_writel(lockcnt, EXYNOS4_VPLL_LOCK); |
Jaecheol Lee | 56c03d9 | 2011-07-18 19:25:13 +0900 | [diff] [blame] | 186 | |
| 187 | s3c_pm_do_restore_core(exynos4_vpll_save, |
| 188 | ARRAY_SIZE(exynos4_vpll_save)); |
| 189 | vpll_wait = 1; |
| 190 | } |
| 191 | |
| 192 | /* Wait PLL locking */ |
| 193 | |
| 194 | do { |
| 195 | if (epll_wait) { |
Kukjin Kim | a855039 | 2012-03-09 14:19:10 -0800 | [diff] [blame] | 196 | pll_con = __raw_readl(EXYNOS4_EPLL_CON0); |
| 197 | if (pll_con & (1 << EXYNOS4_EPLLCON0_LOCKED_SHIFT)) |
Jaecheol Lee | 56c03d9 | 2011-07-18 19:25:13 +0900 | [diff] [blame] | 198 | epll_wait = 0; |
| 199 | } |
| 200 | |
| 201 | if (vpll_wait) { |
Kukjin Kim | a855039 | 2012-03-09 14:19:10 -0800 | [diff] [blame] | 202 | pll_con = __raw_readl(EXYNOS4_VPLL_CON0); |
| 203 | if (pll_con & (1 << EXYNOS4_VPLLCON0_LOCKED_SHIFT)) |
Jaecheol Lee | 56c03d9 | 2011-07-18 19:25:13 +0900 | [diff] [blame] | 204 | vpll_wait = 0; |
| 205 | } |
| 206 | } while (epll_wait || vpll_wait); |
| 207 | } |
| 208 | |
Jongpill Lee | c934710 | 2012-02-17 09:49:54 +0900 | [diff] [blame] | 209 | static struct subsys_interface exynos_pm_interface = { |
Jongpill Lee | 60e49ca | 2012-02-17 12:23:51 +0900 | [diff] [blame] | 210 | .name = "exynos_pm", |
Thomas Abraham | 9ee6af9 | 2012-05-15 15:47:40 +0900 | [diff] [blame] | 211 | .subsys = &exynos_subsys, |
Jongpill Lee | c934710 | 2012-02-17 09:49:54 +0900 | [diff] [blame] | 212 | .add_dev = exynos_pm_add, |
Rafael J. Wysocki | bb072c3 | 2011-04-22 22:03:21 +0200 | [diff] [blame] | 213 | }; |
| 214 | |
Jongpill Lee | c934710 | 2012-02-17 09:49:54 +0900 | [diff] [blame] | 215 | static __init int exynos_pm_drvinit(void) |
Rafael J. Wysocki | bb072c3 | 2011-04-22 22:03:21 +0200 | [diff] [blame] | 216 | { |
Jaecheol Lee | 56c03d9 | 2011-07-18 19:25:13 +0900 | [diff] [blame] | 217 | struct clk *pll_base; |
Rafael J. Wysocki | bb072c3 | 2011-04-22 22:03:21 +0200 | [diff] [blame] | 218 | unsigned int tmp; |
| 219 | |
| 220 | s3c_pm_init(); |
| 221 | |
| 222 | /* All wakeup disable */ |
| 223 | |
| 224 | tmp = __raw_readl(S5P_WAKEUP_MASK); |
| 225 | tmp |= ((0xFF << 8) | (0x1F << 1)); |
| 226 | __raw_writel(tmp, S5P_WAKEUP_MASK); |
| 227 | |
Jongpill Lee | c934710 | 2012-02-17 09:49:54 +0900 | [diff] [blame] | 228 | if (!soc_is_exynos5250()) { |
| 229 | pll_base = clk_get(NULL, "xtal"); |
Jaecheol Lee | 56c03d9 | 2011-07-18 19:25:13 +0900 | [diff] [blame] | 230 | |
Jongpill Lee | c934710 | 2012-02-17 09:49:54 +0900 | [diff] [blame] | 231 | if (!IS_ERR(pll_base)) { |
| 232 | pll_base_rate = clk_get_rate(pll_base); |
| 233 | clk_put(pll_base); |
| 234 | } |
Jaecheol Lee | 56c03d9 | 2011-07-18 19:25:13 +0900 | [diff] [blame] | 235 | } |
| 236 | |
Jongpill Lee | c934710 | 2012-02-17 09:49:54 +0900 | [diff] [blame] | 237 | return subsys_interface_register(&exynos_pm_interface); |
Rafael J. Wysocki | bb072c3 | 2011-04-22 22:03:21 +0200 | [diff] [blame] | 238 | } |
Jongpill Lee | c934710 | 2012-02-17 09:49:54 +0900 | [diff] [blame] | 239 | arch_initcall(exynos_pm_drvinit); |
Rafael J. Wysocki | bb072c3 | 2011-04-22 22:03:21 +0200 | [diff] [blame] | 240 | |
Jongpill Lee | c934710 | 2012-02-17 09:49:54 +0900 | [diff] [blame] | 241 | static int exynos_pm_suspend(void) |
Jaecheol Lee | 12974e9 | 2011-07-18 19:21:41 +0900 | [diff] [blame] | 242 | { |
| 243 | unsigned long tmp; |
| 244 | |
| 245 | /* Setting Central Sequence Register for power down mode */ |
| 246 | |
| 247 | tmp = __raw_readl(S5P_CENTRAL_SEQ_CONFIGURATION); |
| 248 | tmp &= ~S5P_CENTRAL_LOWPWR_CFG; |
| 249 | __raw_writel(tmp, S5P_CENTRAL_SEQ_CONFIGURATION); |
| 250 | |
Jongpill Lee | 60e49ca | 2012-02-17 12:23:51 +0900 | [diff] [blame] | 251 | /* Setting SEQ_OPTION register */ |
| 252 | |
| 253 | tmp = (S5P_USE_STANDBY_WFI0 | S5P_USE_STANDBY_WFE0); |
| 254 | __raw_writel(tmp, S5P_CENTRAL_SEQ_OPTION); |
| 255 | |
| 256 | if (!soc_is_exynos5250()) { |
| 257 | /* Save Power control register */ |
| 258 | asm ("mrc p15, 0, %0, c15, c0, 0" |
| 259 | : "=r" (tmp) : : "cc"); |
| 260 | save_arm_register[0] = tmp; |
| 261 | |
| 262 | /* Save Diagnostic register */ |
| 263 | asm ("mrc p15, 0, %0, c15, c0, 1" |
| 264 | : "=r" (tmp) : : "cc"); |
| 265 | save_arm_register[1] = tmp; |
Jongpill Lee | 00a351f | 2011-09-27 07:26:04 +0900 | [diff] [blame] | 266 | } |
| 267 | |
Jaecheol Lee | 12974e9 | 2011-07-18 19:21:41 +0900 | [diff] [blame] | 268 | return 0; |
| 269 | } |
| 270 | |
Jongpill Lee | c934710 | 2012-02-17 09:49:54 +0900 | [diff] [blame] | 271 | static void exynos_pm_resume(void) |
Jaecheol Lee | 1663895 | 2011-03-10 13:33:59 +0900 | [diff] [blame] | 272 | { |
Jaecheol Lee | e240ab1c | 2011-07-18 19:21:34 +0900 | [diff] [blame] | 273 | unsigned long tmp; |
| 274 | |
| 275 | /* |
| 276 | * If PMU failed while entering sleep mode, WFI will be |
| 277 | * ignored by PMU and then exiting cpu_do_idle(). |
| 278 | * S5P_CENTRAL_LOWPWR_CFG bit will not be set automatically |
| 279 | * in this situation. |
| 280 | */ |
| 281 | tmp = __raw_readl(S5P_CENTRAL_SEQ_CONFIGURATION); |
| 282 | if (!(tmp & S5P_CENTRAL_LOWPWR_CFG)) { |
| 283 | tmp |= S5P_CENTRAL_LOWPWR_CFG; |
| 284 | __raw_writel(tmp, S5P_CENTRAL_SEQ_CONFIGURATION); |
Abhilash Kesavan | d3fcacf | 2013-01-25 10:40:19 -0800 | [diff] [blame] | 285 | /* clear the wakeup state register */ |
| 286 | __raw_writel(0x0, S5P_WAKEUP_STAT); |
Jaecheol Lee | e240ab1c | 2011-07-18 19:21:34 +0900 | [diff] [blame] | 287 | /* No need to perform below restore code */ |
| 288 | goto early_wakeup; |
| 289 | } |
Jongpill Lee | 60e49ca | 2012-02-17 12:23:51 +0900 | [diff] [blame] | 290 | if (!soc_is_exynos5250()) { |
| 291 | /* Restore Power control register */ |
| 292 | tmp = save_arm_register[0]; |
| 293 | asm volatile ("mcr p15, 0, %0, c15, c0, 0" |
| 294 | : : "r" (tmp) |
| 295 | : "cc"); |
Jaecheol Lee | f4ba4b0 | 2011-07-18 19:25:03 +0900 | [diff] [blame] | 296 | |
Jongpill Lee | 60e49ca | 2012-02-17 12:23:51 +0900 | [diff] [blame] | 297 | /* Restore Diagnostic register */ |
| 298 | tmp = save_arm_register[1]; |
| 299 | asm volatile ("mcr p15, 0, %0, c15, c0, 1" |
| 300 | : : "r" (tmp) |
| 301 | : "cc"); |
| 302 | } |
Jaecheol Lee | e240ab1c | 2011-07-18 19:21:34 +0900 | [diff] [blame] | 303 | |
Jaecheol Lee | 1663895 | 2011-03-10 13:33:59 +0900 | [diff] [blame] | 304 | /* For release retention */ |
| 305 | |
| 306 | __raw_writel((1 << 28), S5P_PAD_RET_MAUDIO_OPTION); |
| 307 | __raw_writel((1 << 28), S5P_PAD_RET_GPIO_OPTION); |
| 308 | __raw_writel((1 << 28), S5P_PAD_RET_UART_OPTION); |
| 309 | __raw_writel((1 << 28), S5P_PAD_RET_MMCA_OPTION); |
| 310 | __raw_writel((1 << 28), S5P_PAD_RET_MMCB_OPTION); |
| 311 | __raw_writel((1 << 28), S5P_PAD_RET_EBIA_OPTION); |
| 312 | __raw_writel((1 << 28), S5P_PAD_RET_EBIB_OPTION); |
| 313 | |
Abhilash Kesavan | 86ffb0e | 2012-11-20 18:20:45 +0900 | [diff] [blame] | 314 | if (soc_is_exynos5250()) |
| 315 | s3c_pm_do_restore(exynos5_sys_save, |
| 316 | ARRAY_SIZE(exynos5_sys_save)); |
| 317 | |
Jongpill Lee | c934710 | 2012-02-17 09:49:54 +0900 | [diff] [blame] | 318 | s3c_pm_do_restore_core(exynos_core_save, ARRAY_SIZE(exynos_core_save)); |
Jaecheol Lee | 1663895 | 2011-03-10 13:33:59 +0900 | [diff] [blame] | 319 | |
Jongpill Lee | 60e49ca | 2012-02-17 12:23:51 +0900 | [diff] [blame] | 320 | if (!soc_is_exynos5250()) { |
| 321 | exynos4_restore_pll(); |
Jaecheol Lee | 56c03d9 | 2011-07-18 19:25:13 +0900 | [diff] [blame] | 322 | |
Marek Szyprowski | 556ef3e | 2012-01-27 14:47:45 +0900 | [diff] [blame] | 323 | #ifdef CONFIG_SMP |
Jongpill Lee | 60e49ca | 2012-02-17 12:23:51 +0900 | [diff] [blame] | 324 | scu_enable(S5P_VA_SCU); |
Marek Szyprowski | 556ef3e | 2012-01-27 14:47:45 +0900 | [diff] [blame] | 325 | #endif |
Jongpill Lee | 60e49ca | 2012-02-17 12:23:51 +0900 | [diff] [blame] | 326 | } |
Jaecheol Lee | 1663895 | 2011-03-10 13:33:59 +0900 | [diff] [blame] | 327 | |
Jaecheol Lee | e240ab1c | 2011-07-18 19:21:34 +0900 | [diff] [blame] | 328 | early_wakeup: |
Inderpal Singh | ebee854 | 2012-11-22 14:46:27 +0900 | [diff] [blame] | 329 | |
| 330 | /* Clear SLEEP mode set in INFORM1 */ |
| 331 | __raw_writel(0x0, S5P_INFORM1); |
| 332 | |
Jaecheol Lee | e240ab1c | 2011-07-18 19:21:34 +0900 | [diff] [blame] | 333 | return; |
Jaecheol Lee | 1663895 | 2011-03-10 13:33:59 +0900 | [diff] [blame] | 334 | } |
| 335 | |
Jongpill Lee | c934710 | 2012-02-17 09:49:54 +0900 | [diff] [blame] | 336 | static struct syscore_ops exynos_pm_syscore_ops = { |
| 337 | .suspend = exynos_pm_suspend, |
| 338 | .resume = exynos_pm_resume, |
Jaecheol Lee | 1663895 | 2011-03-10 13:33:59 +0900 | [diff] [blame] | 339 | }; |
| 340 | |
Jongpill Lee | 60e49ca | 2012-02-17 12:23:51 +0900 | [diff] [blame] | 341 | static __init int exynos_pm_syscore_init(void) |
Jaecheol Lee | 1663895 | 2011-03-10 13:33:59 +0900 | [diff] [blame] | 342 | { |
Jongpill Lee | c934710 | 2012-02-17 09:49:54 +0900 | [diff] [blame] | 343 | register_syscore_ops(&exynos_pm_syscore_ops); |
Rafael J. Wysocki | bb072c3 | 2011-04-22 22:03:21 +0200 | [diff] [blame] | 344 | return 0; |
Jaecheol Lee | 1663895 | 2011-03-10 13:33:59 +0900 | [diff] [blame] | 345 | } |
Jongpill Lee | 60e49ca | 2012-02-17 12:23:51 +0900 | [diff] [blame] | 346 | arch_initcall(exynos_pm_syscore_init); |