]> bbs.cooldavid.org Git - net-next-2.6.git/blame - arch/arm/mach-omap2/pm34xx.c
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit...
[net-next-2.6.git] / arch / arm / mach-omap2 / pm34xx.c
CommitLineData
8bd22949
KH
1/*
2 * OMAP3 Power Management Routines
3 *
4 * Copyright (C) 2006-2008 Nokia Corporation
5 * Tony Lindgren <tony@atomide.com>
6 * Jouni Hogander
7 *
2f5939c3
RN
8 * Copyright (C) 2007 Texas Instruments, Inc.
9 * Rajendra Nayak <rnayak@ti.com>
10 *
8bd22949
KH
11 * Copyright (C) 2005 Texas Instruments, Inc.
12 * Richard Woodruff <r-woodruff2@ti.com>
13 *
14 * Based on pm.c for omap1
15 *
16 * This program is free software; you can redistribute it and/or modify
17 * it under the terms of the GNU General Public License version 2 as
18 * published by the Free Software Foundation.
19 */
20
21#include <linux/pm.h>
22#include <linux/suspend.h>
23#include <linux/interrupt.h>
24#include <linux/module.h>
25#include <linux/list.h>
26#include <linux/err.h>
27#include <linux/gpio.h>
c40552bc 28#include <linux/clk.h>
dccaad89 29#include <linux/delay.h>
5a0e3ad6 30#include <linux/slab.h>
8bd22949 31
ce491cf8
TL
32#include <plat/sram.h>
33#include <plat/clockdomain.h>
34#include <plat/powerdomain.h>
35#include <plat/control.h>
36#include <plat/serial.h>
61255ab9 37#include <plat/sdrc.h>
2f5939c3
RN
38#include <plat/prcm.h>
39#include <plat/gpmc.h>
f2d11858 40#include <plat/dma.h>
d7814e4d 41#include <plat/dmtimer.h>
8bd22949 42
57f277b0
RN
43#include <asm/tlbflush.h>
44
8bd22949
KH
45#include "cm.h"
46#include "cm-regbits-34xx.h"
47#include "prm-regbits-34xx.h"
48
49#include "prm.h"
50#include "pm.h"
13a6fe0f
TK
51#include "sdrc.h"
52
2f5939c3
RN
53/* Scratchpad offsets */
54#define OMAP343X_TABLE_ADDRESS_OFFSET 0x31
55#define OMAP343X_TABLE_VALUE_OFFSET 0x30
56#define OMAP343X_CONTROL_REG_VALUE_OFFSET 0x32
57
c40552bc
KH
58u32 enable_off_mode;
59u32 sleep_while_idle;
d7814e4d 60u32 wakeup_timer_seconds;
c40552bc 61
8bd22949
KH
62struct power_state {
63 struct powerdomain *pwrdm;
64 u32 next_state;
10f90ed2 65#ifdef CONFIG_SUSPEND
8bd22949 66 u32 saved_state;
10f90ed2 67#endif
8bd22949
KH
68 struct list_head node;
69};
70
71static LIST_HEAD(pwrst_list);
72
73static void (*_omap_sram_idle)(u32 *addr, int save_state);
74
27d59a4a
TK
75static int (*_omap_save_secure_sram)(u32 *addr);
76
fa3c2a4f
RN
77static struct powerdomain *mpu_pwrdm, *neon_pwrdm;
78static struct powerdomain *core_pwrdm, *per_pwrdm;
c16c3f67 79static struct powerdomain *cam_pwrdm;
fa3c2a4f 80
2f5939c3
RN
81static inline void omap3_per_save_context(void)
82{
83 omap_gpio_save_context();
84}
85
86static inline void omap3_per_restore_context(void)
87{
88 omap_gpio_restore_context();
89}
90
3a7ec26b
KJ
91static void omap3_enable_io_chain(void)
92{
93 int timeout = 0;
94
95 if (omap_rev() >= OMAP3430_REV_ES3_1) {
96 prm_set_mod_reg_bits(OMAP3430_EN_IO_CHAIN, WKUP_MOD, PM_WKEN);
97 /* Do a readback to assure write has been done */
98 prm_read_mod_reg(WKUP_MOD, PM_WKEN);
99
100 while (!(prm_read_mod_reg(WKUP_MOD, PM_WKST) &
101 OMAP3430_ST_IO_CHAIN)) {
102 timeout++;
103 if (timeout > 1000) {
104 printk(KERN_ERR "Wake up daisy chain "
105 "activation failed.\n");
106 return;
107 }
108 prm_set_mod_reg_bits(OMAP3430_ST_IO_CHAIN,
109 WKUP_MOD, PM_WKST);
110 }
111 }
112}
113
114static void omap3_disable_io_chain(void)
115{
116 if (omap_rev() >= OMAP3430_REV_ES3_1)
117 prm_clear_mod_reg_bits(OMAP3430_EN_IO_CHAIN, WKUP_MOD, PM_WKEN);
118}
119
2f5939c3
RN
120static void omap3_core_save_context(void)
121{
122 u32 control_padconf_off;
123
124 /* Save the padconf registers */
125 control_padconf_off = omap_ctrl_readl(OMAP343X_CONTROL_PADCONF_OFF);
126 control_padconf_off |= START_PADCONF_SAVE;
127 omap_ctrl_writel(control_padconf_off, OMAP343X_CONTROL_PADCONF_OFF);
128 /* wait for the save to complete */
1b6e821f
RK
129 while (!(omap_ctrl_readl(OMAP343X_CONTROL_GENERAL_PURPOSE_STATUS)
130 & PADCONF_SAVE_DONE))
dccaad89
TK
131 udelay(1);
132
133 /*
134 * Force write last pad into memory, as this can fail in some
135 * cases according to erratas 1.157, 1.185
136 */
137 omap_ctrl_writel(omap_ctrl_readl(OMAP343X_PADCONF_ETK_D14),
138 OMAP343X_CONTROL_MEM_WKUP + 0x2a0);
139
2f5939c3
RN
140 /* Save the Interrupt controller context */
141 omap_intc_save_context();
142 /* Save the GPMC context */
143 omap3_gpmc_save_context();
144 /* Save the system control module context, padconf already save above*/
145 omap3_control_save_context();
f2d11858 146 omap_dma_global_context_save();
2f5939c3
RN
147}
148
149static void omap3_core_restore_context(void)
150{
151 /* Restore the control module context, padconf restored by h/w */
152 omap3_control_restore_context();
153 /* Restore the GPMC context */
154 omap3_gpmc_restore_context();
155 /* Restore the interrupt controller context */
156 omap_intc_restore_context();
f2d11858 157 omap_dma_global_context_restore();
2f5939c3
RN
158}
159
9d97140b
TK
160/*
161 * FIXME: This function should be called before entering off-mode after
162 * OMAP3 secure services have been accessed. Currently it is only called
163 * once during boot sequence, but this works as we are not using secure
164 * services.
165 */
27d59a4a
TK
166static void omap3_save_secure_ram_context(u32 target_mpu_state)
167{
168 u32 ret;
169
170 if (omap_type() != OMAP2_DEVICE_TYPE_GP) {
27d59a4a
TK
171 /*
172 * MPU next state must be set to POWER_ON temporarily,
173 * otherwise the WFI executed inside the ROM code
174 * will hang the system.
175 */
176 pwrdm_set_next_pwrst(mpu_pwrdm, PWRDM_POWER_ON);
177 ret = _omap_save_secure_sram((u32 *)
178 __pa(omap3_secure_ram_storage));
179 pwrdm_set_next_pwrst(mpu_pwrdm, target_mpu_state);
180 /* Following is for error tracking, it should not happen */
181 if (ret) {
182 printk(KERN_ERR "save_secure_sram() returns %08x\n",
183 ret);
184 while (1)
185 ;
186 }
187 }
188}
189
77da2d91
JH
190/*
191 * PRCM Interrupt Handler Helper Function
192 *
193 * The purpose of this function is to clear any wake-up events latched
194 * in the PRCM PM_WKST_x registers. It is possible that a wake-up event
195 * may occur whilst attempting to clear a PM_WKST_x register and thus
196 * set another bit in this register. A while loop is used to ensure
197 * that any peripheral wake-up events occurring while attempting to
198 * clear the PM_WKST_x are detected and cleared.
199 */
8cb0ac99 200static int prcm_clear_mod_irqs(s16 module, u8 regs)
8bd22949 201{
71a80775 202 u32 wkst, fclk, iclk, clken;
77da2d91
JH
203 u16 wkst_off = (regs == 3) ? OMAP3430ES2_PM_WKST3 : PM_WKST1;
204 u16 fclk_off = (regs == 3) ? OMAP3430ES2_CM_FCLKEN3 : CM_FCLKEN1;
205 u16 iclk_off = (regs == 3) ? CM_ICLKEN3 : CM_ICLKEN1;
5d805978
PW
206 u16 grpsel_off = (regs == 3) ?
207 OMAP3430ES2_PM_MPUGRPSEL3 : OMAP3430_PM_MPUGRPSEL;
8cb0ac99 208 int c = 0;
8bd22949 209
77da2d91 210 wkst = prm_read_mod_reg(module, wkst_off);
5d805978 211 wkst &= prm_read_mod_reg(module, grpsel_off);
8bd22949 212 if (wkst) {
77da2d91
JH
213 iclk = cm_read_mod_reg(module, iclk_off);
214 fclk = cm_read_mod_reg(module, fclk_off);
215 while (wkst) {
71a80775
VP
216 clken = wkst;
217 cm_set_mod_reg_bits(clken, module, iclk_off);
218 /*
219 * For USBHOST, we don't know whether HOST1 or
220 * HOST2 woke us up, so enable both f-clocks
221 */
222 if (module == OMAP3430ES2_USBHOST_MOD)
223 clken |= 1 << OMAP3430ES2_EN_USBHOST2_SHIFT;
224 cm_set_mod_reg_bits(clken, module, fclk_off);
77da2d91
JH
225 prm_write_mod_reg(wkst, module, wkst_off);
226 wkst = prm_read_mod_reg(module, wkst_off);
8cb0ac99 227 c++;
77da2d91
JH
228 }
229 cm_write_mod_reg(iclk, module, iclk_off);
230 cm_write_mod_reg(fclk, module, fclk_off);
8bd22949 231 }
8cb0ac99
PW
232
233 return c;
234}
235
236static int _prcm_int_handle_wakeup(void)
237{
238 int c;
239
240 c = prcm_clear_mod_irqs(WKUP_MOD, 1);
241 c += prcm_clear_mod_irqs(CORE_MOD, 1);
242 c += prcm_clear_mod_irqs(OMAP3430_PER_MOD, 1);
243 if (omap_rev() > OMAP3430_REV_ES1_0) {
244 c += prcm_clear_mod_irqs(CORE_MOD, 3);
245 c += prcm_clear_mod_irqs(OMAP3430ES2_USBHOST_MOD, 1);
246 }
247
248 return c;
77da2d91 249}
8bd22949 250
77da2d91
JH
251/*
252 * PRCM Interrupt Handler
253 *
254 * The PRM_IRQSTATUS_MPU register indicates if there are any pending
255 * interrupts from the PRCM for the MPU. These bits must be cleared in
256 * order to clear the PRCM interrupt. The PRCM interrupt handler is
257 * implemented to simply clear the PRM_IRQSTATUS_MPU in order to clear
258 * the PRCM interrupt. Please note that bit 0 of the PRM_IRQSTATUS_MPU
259 * register indicates that a wake-up event is pending for the MPU and
260 * this bit can only be cleared if the all the wake-up events latched
261 * in the various PM_WKST_x registers have been cleared. The interrupt
262 * handler is implemented using a do-while loop so that if a wake-up
263 * event occurred during the processing of the prcm interrupt handler
264 * (setting a bit in the corresponding PM_WKST_x register and thus
265 * preventing us from clearing bit 0 of the PRM_IRQSTATUS_MPU register)
266 * this would be handled.
267 */
268static irqreturn_t prcm_interrupt_handler (int irq, void *dev_id)
269{
270 u32 irqstatus_mpu;
8cb0ac99 271 int c = 0;
77da2d91
JH
272
273 do {
77da2d91
JH
274 irqstatus_mpu = prm_read_mod_reg(OCP_MOD,
275 OMAP3_PRM_IRQSTATUS_MPU_OFFSET);
8cb0ac99
PW
276
277 if (irqstatus_mpu & (OMAP3430_WKUP_ST | OMAP3430_IO_ST)) {
278 c = _prcm_int_handle_wakeup();
279
280 /*
281 * Is the MPU PRCM interrupt handler racing with the
282 * IVA2 PRCM interrupt handler ?
283 */
284 WARN(c == 0, "prcm: WARNING: PRCM indicated MPU wakeup "
285 "but no wakeup sources are marked\n");
286 } else {
287 /* XXX we need to expand our PRCM interrupt handler */
288 WARN(1, "prcm: WARNING: PRCM interrupt received, but "
289 "no code to handle it (%08x)\n", irqstatus_mpu);
290 }
291
77da2d91
JH
292 prm_write_mod_reg(irqstatus_mpu, OCP_MOD,
293 OMAP3_PRM_IRQSTATUS_MPU_OFFSET);
8bd22949 294
77da2d91 295 } while (prm_read_mod_reg(OCP_MOD, OMAP3_PRM_IRQSTATUS_MPU_OFFSET));
8bd22949
KH
296
297 return IRQ_HANDLED;
298}
299
57f277b0
RN
300static void restore_control_register(u32 val)
301{
302 __asm__ __volatile__ ("mcr p15, 0, %0, c1, c0, 0" : : "r" (val));
303}
304
305/* Function to restore the table entry that was modified for enabling MMU */
306static void restore_table_entry(void)
307{
308 u32 *scratchpad_address;
309 u32 previous_value, control_reg_value;
310 u32 *address;
311
312 scratchpad_address = OMAP2_L4_IO_ADDRESS(OMAP343X_SCRATCHPAD);
313
314 /* Get address of entry that was modified */
315 address = (u32 *)__raw_readl(scratchpad_address +
316 OMAP343X_TABLE_ADDRESS_OFFSET);
317 /* Get the previous value which needs to be restored */
318 previous_value = __raw_readl(scratchpad_address +
319 OMAP343X_TABLE_VALUE_OFFSET);
320 address = __va(address);
321 *address = previous_value;
322 flush_tlb_all();
323 control_reg_value = __raw_readl(scratchpad_address
324 + OMAP343X_CONTROL_REG_VALUE_OFFSET);
325 /* This will enable caches and prediction */
326 restore_control_register(control_reg_value);
327}
328
99e6a4d2 329void omap_sram_idle(void)
8bd22949
KH
330{
331 /* Variable to tell what needs to be saved and restored
332 * in omap_sram_idle*/
333 /* save_state = 0 => Nothing to save and restored */
334 /* save_state = 1 => Only L1 and logic lost */
335 /* save_state = 2 => Only L2 lost */
336 /* save_state = 3 => L1, L2 and logic lost */
fa3c2a4f
RN
337 int save_state = 0;
338 int mpu_next_state = PWRDM_POWER_ON;
339 int per_next_state = PWRDM_POWER_ON;
340 int core_next_state = PWRDM_POWER_ON;
2f5939c3 341 int core_prev_state, per_prev_state;
13a6fe0f 342 u32 sdrc_pwr = 0;
ecf157d0 343 int per_state_modified = 0;
8bd22949
KH
344
345 if (!_omap_sram_idle)
346 return;
347
fa3c2a4f
RN
348 pwrdm_clear_all_prev_pwrst(mpu_pwrdm);
349 pwrdm_clear_all_prev_pwrst(neon_pwrdm);
350 pwrdm_clear_all_prev_pwrst(core_pwrdm);
351 pwrdm_clear_all_prev_pwrst(per_pwrdm);
352
8bd22949
KH
353 mpu_next_state = pwrdm_read_next_pwrst(mpu_pwrdm);
354 switch (mpu_next_state) {
fa3c2a4f 355 case PWRDM_POWER_ON:
8bd22949
KH
356 case PWRDM_POWER_RET:
357 /* No need to save context */
358 save_state = 0;
359 break;
61255ab9
RN
360 case PWRDM_POWER_OFF:
361 save_state = 3;
362 break;
8bd22949
KH
363 default:
364 /* Invalid state */
365 printk(KERN_ERR "Invalid mpu state in sram_idle\n");
366 return;
367 }
fe617af7
PDS
368 pwrdm_pre_transition();
369
fa3c2a4f
RN
370 /* NEON control */
371 if (pwrdm_read_pwrst(neon_pwrdm) == PWRDM_POWER_ON)
7139178e 372 pwrdm_set_next_pwrst(neon_pwrdm, mpu_next_state);
fa3c2a4f 373
658ce97e
KH
374 /* PER */
375 per_next_state = pwrdm_read_next_pwrst(per_pwrdm);
ecf157d0 376 core_next_state = pwrdm_read_next_pwrst(core_pwrdm);
658ce97e 377 if (per_next_state < PWRDM_POWER_ON) {
658ce97e 378 omap_uart_prepare_idle(2);
ecf157d0
TK
379 omap2_gpio_prepare_for_retention();
380 if (per_next_state == PWRDM_POWER_OFF) {
381 if (core_next_state == PWRDM_POWER_ON) {
382 per_next_state = PWRDM_POWER_RET;
383 pwrdm_set_next_pwrst(per_pwrdm, per_next_state);
384 per_state_modified = 1;
385 } else
386 omap3_per_save_context();
387 }
658ce97e
KH
388 }
389
c16c3f67
TK
390 if (pwrdm_read_pwrst(cam_pwrdm) == PWRDM_POWER_ON)
391 omap2_clkdm_deny_idle(mpu_pwrdm->pwrdm_clkdms[0]);
392
658ce97e 393 /* CORE */
fa3c2a4f 394 if (core_next_state < PWRDM_POWER_ON) {
fa3c2a4f
RN
395 omap_uart_prepare_idle(0);
396 omap_uart_prepare_idle(1);
2f5939c3
RN
397 if (core_next_state == PWRDM_POWER_OFF) {
398 omap3_core_save_context();
399 omap3_prcm_save_context();
400 }
3a7ec26b 401 /* Enable IO-PAD and IO-CHAIN wakeups */
fa3c2a4f 402 prm_set_mod_reg_bits(OMAP3430_EN_IO, WKUP_MOD, PM_WKEN);
3a7ec26b 403 omap3_enable_io_chain();
fa3c2a4f 404 }
f18cc2ff 405 omap3_intc_prepare_idle();
8bd22949 406
13a6fe0f 407 /*
f265dc4c
RN
408 * On EMU/HS devices ROM code restores a SRDC value
409 * from scratchpad which has automatic self refresh on timeout
410 * of AUTO_CNT = 1 enabled. This takes care of errata 1.142.
411 * Hence store/restore the SDRC_POWER register here.
412 */
13a6fe0f
TK
413 if (omap_rev() >= OMAP3430_REV_ES3_0 &&
414 omap_type() != OMAP2_DEVICE_TYPE_GP &&
f265dc4c 415 core_next_state == PWRDM_POWER_OFF)
13a6fe0f 416 sdrc_pwr = sdrc_read_reg(SDRC_POWER);
13a6fe0f 417
61255ab9
RN
418 /*
419 * omap3_arm_context is the location where ARM registers
420 * get saved. The restore path then reads from this
421 * location and restores them back.
422 */
423 _omap_sram_idle(omap3_arm_context, save_state);
8bd22949
KH
424 cpu_init();
425
f265dc4c 426 /* Restore normal SDRC POWER settings */
13a6fe0f
TK
427 if (omap_rev() >= OMAP3430_REV_ES3_0 &&
428 omap_type() != OMAP2_DEVICE_TYPE_GP &&
429 core_next_state == PWRDM_POWER_OFF)
430 sdrc_write_reg(sdrc_pwr, SDRC_POWER);
431
57f277b0
RN
432 /* Restore table entry modified during MMU restoration */
433 if (pwrdm_read_prev_pwrst(mpu_pwrdm) == PWRDM_POWER_OFF)
434 restore_table_entry();
435
658ce97e 436 /* CORE */
fa3c2a4f 437 if (core_next_state < PWRDM_POWER_ON) {
2f5939c3
RN
438 core_prev_state = pwrdm_read_prev_pwrst(core_pwrdm);
439 if (core_prev_state == PWRDM_POWER_OFF) {
440 omap3_core_restore_context();
441 omap3_prcm_restore_context();
442 omap3_sram_restore_context();
8a917d2f 443 omap2_sms_restore_context();
2f5939c3 444 }
658ce97e
KH
445 omap_uart_resume_idle(0);
446 omap_uart_resume_idle(1);
447 if (core_next_state == PWRDM_POWER_OFF)
448 prm_clear_mod_reg_bits(OMAP3430_AUTO_OFF,
449 OMAP3430_GR_MOD,
450 OMAP3_PRM_VOLTCTRL_OFFSET);
451 }
f18cc2ff 452 omap3_intc_resume_idle();
658ce97e
KH
453
454 /* PER */
455 if (per_next_state < PWRDM_POWER_ON) {
456 per_prev_state = pwrdm_read_prev_pwrst(per_pwrdm);
658ce97e
KH
457 if (per_prev_state == PWRDM_POWER_OFF)
458 omap3_per_restore_context();
fa3c2a4f 459 omap2_gpio_resume_after_retention();
ecf157d0
TK
460 omap_uart_resume_idle(2);
461 if (per_state_modified)
462 pwrdm_set_next_pwrst(per_pwrdm, PWRDM_POWER_OFF);
fa3c2a4f 463 }
fe617af7 464
3a7ec26b
KJ
465 /* Disable IO-PAD and IO-CHAIN wakeup */
466 if (core_next_state < PWRDM_POWER_ON) {
658ce97e 467 prm_clear_mod_reg_bits(OMAP3430_EN_IO, WKUP_MOD, PM_WKEN);
3a7ec26b
KJ
468 omap3_disable_io_chain();
469 }
658ce97e 470
fe617af7
PDS
471 pwrdm_post_transition();
472
c16c3f67 473 omap2_clkdm_allow_idle(mpu_pwrdm->pwrdm_clkdms[0]);
8bd22949
KH
474}
475
20b01669 476int omap3_can_sleep(void)
8bd22949 477{
c40552bc
KH
478 if (!sleep_while_idle)
479 return 0;
4af4016c
KH
480 if (!omap_uart_can_sleep())
481 return 0;
8bd22949
KH
482 return 1;
483}
484
485/* This sets pwrdm state (other than mpu & core. Currently only ON &
486 * RET are supported. Function is assuming that clkdm doesn't have
487 * hw_sup mode enabled. */
20b01669 488int set_pwrdm_state(struct powerdomain *pwrdm, u32 state)
8bd22949
KH
489{
490 u32 cur_state;
491 int sleep_switch = 0;
492 int ret = 0;
493
494 if (pwrdm == NULL || IS_ERR(pwrdm))
495 return -EINVAL;
496
497 while (!(pwrdm->pwrsts & (1 << state))) {
498 if (state == PWRDM_POWER_OFF)
499 return ret;
500 state--;
501 }
502
503 cur_state = pwrdm_read_next_pwrst(pwrdm);
504 if (cur_state == state)
505 return ret;
506
507 if (pwrdm_read_pwrst(pwrdm) < PWRDM_POWER_ON) {
508 omap2_clkdm_wakeup(pwrdm->pwrdm_clkdms[0]);
509 sleep_switch = 1;
510 pwrdm_wait_transition(pwrdm);
511 }
512
513 ret = pwrdm_set_next_pwrst(pwrdm, state);
514 if (ret) {
515 printk(KERN_ERR "Unable to set state of powerdomain: %s\n",
516 pwrdm->name);
517 goto err;
518 }
519
520 if (sleep_switch) {
521 omap2_clkdm_allow_idle(pwrdm->pwrdm_clkdms[0]);
522 pwrdm_wait_transition(pwrdm);
fe617af7 523 pwrdm_state_switch(pwrdm);
8bd22949
KH
524 }
525
526err:
527 return ret;
528}
529
530static void omap3_pm_idle(void)
531{
532 local_irq_disable();
533 local_fiq_disable();
534
535 if (!omap3_can_sleep())
536 goto out;
537
cf22854c 538 if (omap_irq_pending() || need_resched())
8bd22949
KH
539 goto out;
540
541 omap_sram_idle();
542
543out:
544 local_fiq_enable();
545 local_irq_enable();
546}
547
10f90ed2 548#ifdef CONFIG_SUSPEND
2466211e
TK
549static suspend_state_t suspend_state;
550
d7814e4d
KH
551static void omap2_pm_wakeup_on_timer(u32 seconds)
552{
553 u32 tick_rate, cycles;
554
555 if (!seconds)
556 return;
557
558 tick_rate = clk_get_rate(omap_dm_timer_get_fclk(gptimer_wakeup));
559 cycles = tick_rate * seconds;
560 omap_dm_timer_stop(gptimer_wakeup);
561 omap_dm_timer_set_load_start(gptimer_wakeup, 0, 0xffffffff - cycles);
562
563 pr_info("PM: Resume timer in %d secs (%d ticks at %d ticks/sec.)\n",
564 seconds, cycles, tick_rate);
565}
566
8bd22949
KH
567static int omap3_pm_prepare(void)
568{
569 disable_hlt();
570 return 0;
571}
572
573static int omap3_pm_suspend(void)
574{
575 struct power_state *pwrst;
576 int state, ret = 0;
577
d7814e4d
KH
578 if (wakeup_timer_seconds)
579 omap2_pm_wakeup_on_timer(wakeup_timer_seconds);
580
8bd22949
KH
581 /* Read current next_pwrsts */
582 list_for_each_entry(pwrst, &pwrst_list, node)
583 pwrst->saved_state = pwrdm_read_next_pwrst(pwrst->pwrdm);
584 /* Set ones wanted by suspend */
585 list_for_each_entry(pwrst, &pwrst_list, node) {
586 if (set_pwrdm_state(pwrst->pwrdm, pwrst->next_state))
587 goto restore;
588 if (pwrdm_clear_all_prev_pwrst(pwrst->pwrdm))
589 goto restore;
590 }
591
4af4016c 592 omap_uart_prepare_suspend();
2bbe3af3
TK
593 omap3_intc_suspend();
594
8bd22949
KH
595 omap_sram_idle();
596
597restore:
598 /* Restore next_pwrsts */
599 list_for_each_entry(pwrst, &pwrst_list, node) {
8bd22949
KH
600 state = pwrdm_read_prev_pwrst(pwrst->pwrdm);
601 if (state > pwrst->next_state) {
602 printk(KERN_INFO "Powerdomain (%s) didn't enter "
603 "target state %d\n",
604 pwrst->pwrdm->name, pwrst->next_state);
605 ret = -1;
606 }
6c5f8039 607 set_pwrdm_state(pwrst->pwrdm, pwrst->saved_state);
8bd22949
KH
608 }
609 if (ret)
610 printk(KERN_ERR "Could not enter target state in pm_suspend\n");
611 else
612 printk(KERN_INFO "Successfully put all powerdomains "
613 "to target state\n");
614
615 return ret;
616}
617
2466211e 618static int omap3_pm_enter(suspend_state_t unused)
8bd22949
KH
619{
620 int ret = 0;
621
2466211e 622 switch (suspend_state) {
8bd22949
KH
623 case PM_SUSPEND_STANDBY:
624 case PM_SUSPEND_MEM:
625 ret = omap3_pm_suspend();
626 break;
627 default:
628 ret = -EINVAL;
629 }
630
631 return ret;
632}
633
634static void omap3_pm_finish(void)
635{
636 enable_hlt();
637}
638
2466211e
TK
639/* Hooks to enable / disable UART interrupts during suspend */
640static int omap3_pm_begin(suspend_state_t state)
641{
642 suspend_state = state;
643 omap_uart_enable_irqs(0);
644 return 0;
645}
646
647static void omap3_pm_end(void)
648{
649 suspend_state = PM_SUSPEND_ON;
650 omap_uart_enable_irqs(1);
651 return;
652}
653
8bd22949 654static struct platform_suspend_ops omap_pm_ops = {
2466211e
TK
655 .begin = omap3_pm_begin,
656 .end = omap3_pm_end,
8bd22949
KH
657 .prepare = omap3_pm_prepare,
658 .enter = omap3_pm_enter,
659 .finish = omap3_pm_finish,
660 .valid = suspend_valid_only_mem,
661};
10f90ed2 662#endif /* CONFIG_SUSPEND */
8bd22949 663
1155e426
KH
664
665/**
666 * omap3_iva_idle(): ensure IVA is in idle so it can be put into
667 * retention
668 *
669 * In cases where IVA2 is activated by bootcode, it may prevent
670 * full-chip retention or off-mode because it is not idle. This
671 * function forces the IVA2 into idle state so it can go
672 * into retention/off and thus allow full-chip retention/off.
673 *
674 **/
675static void __init omap3_iva_idle(void)
676{
677 /* ensure IVA2 clock is disabled */
678 cm_write_mod_reg(0, OMAP3430_IVA2_MOD, CM_FCLKEN);
679
680 /* if no clock activity, nothing else to do */
681 if (!(cm_read_mod_reg(OMAP3430_IVA2_MOD, OMAP3430_CM_CLKSTST) &
682 OMAP3430_CLKACTIVITY_IVA2_MASK))
683 return;
684
685 /* Reset IVA2 */
686 prm_write_mod_reg(OMAP3430_RST1_IVA2 |
687 OMAP3430_RST2_IVA2 |
688 OMAP3430_RST3_IVA2,
37903009 689 OMAP3430_IVA2_MOD, OMAP2_RM_RSTCTRL);
1155e426
KH
690
691 /* Enable IVA2 clock */
dfa6d6f8 692 cm_write_mod_reg(OMAP3430_CM_FCLKEN_IVA2_EN_IVA2_MASK,
1155e426
KH
693 OMAP3430_IVA2_MOD, CM_FCLKEN);
694
695 /* Set IVA2 boot mode to 'idle' */
696 omap_ctrl_writel(OMAP3_IVA2_BOOTMOD_IDLE,
697 OMAP343X_CONTROL_IVA2_BOOTMOD);
698
699 /* Un-reset IVA2 */
37903009 700 prm_write_mod_reg(0, OMAP3430_IVA2_MOD, OMAP2_RM_RSTCTRL);
1155e426
KH
701
702 /* Disable IVA2 clock */
703 cm_write_mod_reg(0, OMAP3430_IVA2_MOD, CM_FCLKEN);
704
705 /* Reset IVA2 */
706 prm_write_mod_reg(OMAP3430_RST1_IVA2 |
707 OMAP3430_RST2_IVA2 |
708 OMAP3430_RST3_IVA2,
37903009 709 OMAP3430_IVA2_MOD, OMAP2_RM_RSTCTRL);
1155e426
KH
710}
711
8111b221 712static void __init omap3_d2d_idle(void)
8bd22949 713{
8111b221
KH
714 u16 mask, padconf;
715
716 /* In a stand alone OMAP3430 where there is not a stacked
717 * modem for the D2D Idle Ack and D2D MStandby must be pulled
718 * high. S CONTROL_PADCONF_SAD2D_IDLEACK and
719 * CONTROL_PADCONF_SAD2D_MSTDBY to have a pull up. */
720 mask = (1 << 4) | (1 << 3); /* pull-up, enabled */
721 padconf = omap_ctrl_readw(OMAP3_PADCONF_SAD2D_MSTANDBY);
722 padconf |= mask;
723 omap_ctrl_writew(padconf, OMAP3_PADCONF_SAD2D_MSTANDBY);
724
725 padconf = omap_ctrl_readw(OMAP3_PADCONF_SAD2D_IDLEACK);
726 padconf |= mask;
727 omap_ctrl_writew(padconf, OMAP3_PADCONF_SAD2D_IDLEACK);
728
8bd22949
KH
729 /* reset modem */
730 prm_write_mod_reg(OMAP3430_RM_RSTCTRL_CORE_MODEM_SW_RSTPWRON |
731 OMAP3430_RM_RSTCTRL_CORE_MODEM_SW_RST,
37903009
AP
732 CORE_MOD, OMAP2_RM_RSTCTRL);
733 prm_write_mod_reg(0, CORE_MOD, OMAP2_RM_RSTCTRL);
8111b221 734}
8bd22949 735
8111b221
KH
736static void __init prcm_setup_regs(void)
737{
8bd22949
KH
738 /* XXX Reset all wkdeps. This should be done when initializing
739 * powerdomains */
740 prm_write_mod_reg(0, OMAP3430_IVA2_MOD, PM_WKDEP);
741 prm_write_mod_reg(0, MPU_MOD, PM_WKDEP);
742 prm_write_mod_reg(0, OMAP3430_DSS_MOD, PM_WKDEP);
743 prm_write_mod_reg(0, OMAP3430_NEON_MOD, PM_WKDEP);
744 prm_write_mod_reg(0, OMAP3430_CAM_MOD, PM_WKDEP);
745 prm_write_mod_reg(0, OMAP3430_PER_MOD, PM_WKDEP);
746 if (omap_rev() > OMAP3430_REV_ES1_0) {
747 prm_write_mod_reg(0, OMAP3430ES2_SGX_MOD, PM_WKDEP);
748 prm_write_mod_reg(0, OMAP3430ES2_USBHOST_MOD, PM_WKDEP);
749 } else
750 prm_write_mod_reg(0, GFX_MOD, PM_WKDEP);
751
752 /*
753 * Enable interface clock autoidle for all modules.
754 * Note that in the long run this should be done by clockfw
755 */
756 cm_write_mod_reg(
8111b221 757 OMAP3430_AUTO_MODEM |
8bd22949
KH
758 OMAP3430ES2_AUTO_MMC3 |
759 OMAP3430ES2_AUTO_ICR |
760 OMAP3430_AUTO_AES2 |
761 OMAP3430_AUTO_SHA12 |
762 OMAP3430_AUTO_DES2 |
763 OMAP3430_AUTO_MMC2 |
764 OMAP3430_AUTO_MMC1 |
765 OMAP3430_AUTO_MSPRO |
766 OMAP3430_AUTO_HDQ |
767 OMAP3430_AUTO_MCSPI4 |
768 OMAP3430_AUTO_MCSPI3 |
769 OMAP3430_AUTO_MCSPI2 |
770 OMAP3430_AUTO_MCSPI1 |
771 OMAP3430_AUTO_I2C3 |
772 OMAP3430_AUTO_I2C2 |
773 OMAP3430_AUTO_I2C1 |
774 OMAP3430_AUTO_UART2 |
775 OMAP3430_AUTO_UART1 |
776 OMAP3430_AUTO_GPT11 |
777 OMAP3430_AUTO_GPT10 |
778 OMAP3430_AUTO_MCBSP5 |
779 OMAP3430_AUTO_MCBSP1 |
780 OMAP3430ES1_AUTO_FAC | /* This is es1 only */
781 OMAP3430_AUTO_MAILBOXES |
782 OMAP3430_AUTO_OMAPCTRL |
783 OMAP3430ES1_AUTO_FSHOSTUSB |
784 OMAP3430_AUTO_HSOTGUSB |
8111b221 785 OMAP3430_AUTO_SAD2D |
8bd22949
KH
786 OMAP3430_AUTO_SSI,
787 CORE_MOD, CM_AUTOIDLE1);
788
789 cm_write_mod_reg(
790 OMAP3430_AUTO_PKA |
791 OMAP3430_AUTO_AES1 |
792 OMAP3430_AUTO_RNG |
793 OMAP3430_AUTO_SHA11 |
794 OMAP3430_AUTO_DES1,
795 CORE_MOD, CM_AUTOIDLE2);
796
797 if (omap_rev() > OMAP3430_REV_ES1_0) {
798 cm_write_mod_reg(
8111b221 799 OMAP3430_AUTO_MAD2D |
8bd22949
KH
800 OMAP3430ES2_AUTO_USBTLL,
801 CORE_MOD, CM_AUTOIDLE3);
802 }
803
804 cm_write_mod_reg(
805 OMAP3430_AUTO_WDT2 |
806 OMAP3430_AUTO_WDT1 |
807 OMAP3430_AUTO_GPIO1 |
808 OMAP3430_AUTO_32KSYNC |
809 OMAP3430_AUTO_GPT12 |
810 OMAP3430_AUTO_GPT1 ,
811 WKUP_MOD, CM_AUTOIDLE);
812
813 cm_write_mod_reg(
814 OMAP3430_AUTO_DSS,
815 OMAP3430_DSS_MOD,
816 CM_AUTOIDLE);
817
818 cm_write_mod_reg(
819 OMAP3430_AUTO_CAM,
820 OMAP3430_CAM_MOD,
821 CM_AUTOIDLE);
822
823 cm_write_mod_reg(
824 OMAP3430_AUTO_GPIO6 |
825 OMAP3430_AUTO_GPIO5 |
826 OMAP3430_AUTO_GPIO4 |
827 OMAP3430_AUTO_GPIO3 |
828 OMAP3430_AUTO_GPIO2 |
829 OMAP3430_AUTO_WDT3 |
830 OMAP3430_AUTO_UART3 |
831 OMAP3430_AUTO_GPT9 |
832 OMAP3430_AUTO_GPT8 |
833 OMAP3430_AUTO_GPT7 |
834 OMAP3430_AUTO_GPT6 |
835 OMAP3430_AUTO_GPT5 |
836 OMAP3430_AUTO_GPT4 |
837 OMAP3430_AUTO_GPT3 |
838 OMAP3430_AUTO_GPT2 |
839 OMAP3430_AUTO_MCBSP4 |
840 OMAP3430_AUTO_MCBSP3 |
841 OMAP3430_AUTO_MCBSP2,
842 OMAP3430_PER_MOD,
843 CM_AUTOIDLE);
844
845 if (omap_rev() > OMAP3430_REV_ES1_0) {
846 cm_write_mod_reg(
847 OMAP3430ES2_AUTO_USBHOST,
848 OMAP3430ES2_USBHOST_MOD,
849 CM_AUTOIDLE);
850 }
851
b296c811
TK
852 omap_ctrl_writel(OMAP3430_AUTOIDLE, OMAP2_CONTROL_SYSCONFIG);
853
8bd22949
KH
854 /*
855 * Set all plls to autoidle. This is needed until autoidle is
856 * enabled by clockfw
857 */
858 cm_write_mod_reg(1 << OMAP3430_AUTO_IVA2_DPLL_SHIFT,
859 OMAP3430_IVA2_MOD, CM_AUTOIDLE2);
860 cm_write_mod_reg(1 << OMAP3430_AUTO_MPU_DPLL_SHIFT,
861 MPU_MOD,
862 CM_AUTOIDLE2);
863 cm_write_mod_reg((1 << OMAP3430_AUTO_PERIPH_DPLL_SHIFT) |
864 (1 << OMAP3430_AUTO_CORE_DPLL_SHIFT),
865 PLL_MOD,
866 CM_AUTOIDLE);
867 cm_write_mod_reg(1 << OMAP3430ES2_AUTO_PERIPH2_DPLL_SHIFT,
868 PLL_MOD,
869 CM_AUTOIDLE2);
870
871 /*
872 * Enable control of expternal oscillator through
873 * sys_clkreq. In the long run clock framework should
874 * take care of this.
875 */
876 prm_rmw_mod_reg_bits(OMAP_AUTOEXTCLKMODE_MASK,
877 1 << OMAP_AUTOEXTCLKMODE_SHIFT,
878 OMAP3430_GR_MOD,
879 OMAP3_PRM_CLKSRC_CTRL_OFFSET);
880
881 /* setup wakup source */
882 prm_write_mod_reg(OMAP3430_EN_IO | OMAP3430_EN_GPIO1 |
883 OMAP3430_EN_GPT1 | OMAP3430_EN_GPT12,
884 WKUP_MOD, PM_WKEN);
885 /* No need to write EN_IO, that is always enabled */
886 prm_write_mod_reg(OMAP3430_EN_GPIO1 | OMAP3430_EN_GPT1 |
887 OMAP3430_EN_GPT12,
888 WKUP_MOD, OMAP3430_PM_MPUGRPSEL);
889 /* For some reason IO doesn't generate wakeup event even if
890 * it is selected to mpu wakeup goup */
891 prm_write_mod_reg(OMAP3430_IO_EN | OMAP3430_WKUP_EN,
892 OCP_MOD, OMAP3_PRM_IRQENABLE_MPU_OFFSET);
1155e426 893
b92c5721
SV
894 /* Enable PM_WKEN to support DSS LPR */
895 prm_write_mod_reg(OMAP3430_PM_WKEN_DSS_EN_DSS,
896 OMAP3430_DSS_MOD, PM_WKEN);
897
b427f92f 898 /* Enable wakeups in PER */
eb350f74
KH
899 prm_write_mod_reg(OMAP3430_EN_GPIO2 | OMAP3430_EN_GPIO3 |
900 OMAP3430_EN_GPIO4 | OMAP3430_EN_GPIO5 |
e3d93296
PU
901 OMAP3430_EN_GPIO6 | OMAP3430_EN_UART3 |
902 OMAP3430_EN_MCBSP2 | OMAP3430_EN_MCBSP3 |
903 OMAP3430_EN_MCBSP4,
b427f92f 904 OMAP3430_PER_MOD, PM_WKEN);
eb350f74
KH
905 /* and allow them to wake up MPU */
906 prm_write_mod_reg(OMAP3430_GRPSEL_GPIO2 | OMAP3430_EN_GPIO3 |
907 OMAP3430_GRPSEL_GPIO4 | OMAP3430_EN_GPIO5 |
e3d93296
PU
908 OMAP3430_GRPSEL_GPIO6 | OMAP3430_EN_UART3 |
909 OMAP3430_EN_MCBSP2 | OMAP3430_EN_MCBSP3 |
910 OMAP3430_EN_MCBSP4,
eb350f74
KH
911 OMAP3430_PER_MOD, OMAP3430_PM_MPUGRPSEL);
912
d3fd3290
KH
913 /* Don't attach IVA interrupts */
914 prm_write_mod_reg(0, WKUP_MOD, OMAP3430_PM_IVAGRPSEL);
915 prm_write_mod_reg(0, CORE_MOD, OMAP3430_PM_IVAGRPSEL1);
916 prm_write_mod_reg(0, CORE_MOD, OMAP3430ES2_PM_IVAGRPSEL3);
917 prm_write_mod_reg(0, OMAP3430_PER_MOD, OMAP3430_PM_IVAGRPSEL);
918
b1340d17 919 /* Clear any pending 'reset' flags */
37903009
AP
920 prm_write_mod_reg(0xffffffff, MPU_MOD, OMAP2_RM_RSTST);
921 prm_write_mod_reg(0xffffffff, CORE_MOD, OMAP2_RM_RSTST);
922 prm_write_mod_reg(0xffffffff, OMAP3430_PER_MOD, OMAP2_RM_RSTST);
923 prm_write_mod_reg(0xffffffff, OMAP3430_EMU_MOD, OMAP2_RM_RSTST);
924 prm_write_mod_reg(0xffffffff, OMAP3430_NEON_MOD, OMAP2_RM_RSTST);
925 prm_write_mod_reg(0xffffffff, OMAP3430_DSS_MOD, OMAP2_RM_RSTST);
926 prm_write_mod_reg(0xffffffff, OMAP3430ES2_USBHOST_MOD, OMAP2_RM_RSTST);
b1340d17 927
014c46db
KH
928 /* Clear any pending PRCM interrupts */
929 prm_write_mod_reg(0, OCP_MOD, OMAP3_PRM_IRQSTATUS_MPU_OFFSET);
930
1155e426 931 omap3_iva_idle();
8111b221 932 omap3_d2d_idle();
8bd22949
KH
933}
934
c40552bc
KH
935void omap3_pm_off_mode_enable(int enable)
936{
937 struct power_state *pwrst;
938 u32 state;
939
940 if (enable)
941 state = PWRDM_POWER_OFF;
942 else
943 state = PWRDM_POWER_RET;
944
6af83b38
SP
945#ifdef CONFIG_CPU_IDLE
946 omap3_cpuidle_update_states();
947#endif
948
c40552bc
KH
949 list_for_each_entry(pwrst, &pwrst_list, node) {
950 pwrst->next_state = state;
951 set_pwrdm_state(pwrst->pwrdm, state);
952 }
953}
954
68d4778c
TK
955int omap3_pm_get_suspend_state(struct powerdomain *pwrdm)
956{
957 struct power_state *pwrst;
958
959 list_for_each_entry(pwrst, &pwrst_list, node) {
960 if (pwrst->pwrdm == pwrdm)
961 return pwrst->next_state;
962 }
963 return -EINVAL;
964}
965
966int omap3_pm_set_suspend_state(struct powerdomain *pwrdm, int state)
967{
968 struct power_state *pwrst;
969
970 list_for_each_entry(pwrst, &pwrst_list, node) {
971 if (pwrst->pwrdm == pwrdm) {
972 pwrst->next_state = state;
973 return 0;
974 }
975 }
976 return -EINVAL;
977}
978
a23456e9 979static int __init pwrdms_setup(struct powerdomain *pwrdm, void *unused)
8bd22949
KH
980{
981 struct power_state *pwrst;
982
983 if (!pwrdm->pwrsts)
984 return 0;
985
d3d381c6 986 pwrst = kmalloc(sizeof(struct power_state), GFP_ATOMIC);
8bd22949
KH
987 if (!pwrst)
988 return -ENOMEM;
989 pwrst->pwrdm = pwrdm;
990 pwrst->next_state = PWRDM_POWER_RET;
991 list_add(&pwrst->node, &pwrst_list);
992
993 if (pwrdm_has_hdwr_sar(pwrdm))
994 pwrdm_enable_hdwr_sar(pwrdm);
995
996 return set_pwrdm_state(pwrst->pwrdm, pwrst->next_state);
997}
998
999/*
1000 * Enable hw supervised mode for all clockdomains if it's
1001 * supported. Initiate sleep transition for other clockdomains, if
1002 * they are not used
1003 */
a23456e9 1004static int __init clkdms_setup(struct clockdomain *clkdm, void *unused)
8bd22949 1005{
369d5614
PW
1006 clkdm_clear_all_wkdeps(clkdm);
1007 clkdm_clear_all_sleepdeps(clkdm);
1008
8bd22949
KH
1009 if (clkdm->flags & CLKDM_CAN_ENABLE_AUTO)
1010 omap2_clkdm_allow_idle(clkdm);
1011 else if (clkdm->flags & CLKDM_CAN_FORCE_SLEEP &&
1012 atomic_read(&clkdm->usecount) == 0)
1013 omap2_clkdm_sleep(clkdm);
1014 return 0;
1015}
1016
3231fc88
RN
1017void omap_push_sram_idle(void)
1018{
1019 _omap_sram_idle = omap_sram_push(omap34xx_cpu_suspend,
1020 omap34xx_cpu_suspend_sz);
27d59a4a
TK
1021 if (omap_type() != OMAP2_DEVICE_TYPE_GP)
1022 _omap_save_secure_sram = omap_sram_push(save_secure_ram_context,
1023 save_secure_ram_context_sz);
3231fc88
RN
1024}
1025
7cc515f7 1026static int __init omap3_pm_init(void)
8bd22949
KH
1027{
1028 struct power_state *pwrst, *tmp;
55ed9694 1029 struct clockdomain *neon_clkdm, *per_clkdm, *mpu_clkdm, *core_clkdm;
8bd22949
KH
1030 int ret;
1031
1032 if (!cpu_is_omap34xx())
1033 return -ENODEV;
1034
1035 printk(KERN_ERR "Power Management for TI OMAP3.\n");
1036
1037 /* XXX prcm_setup_regs needs to be before enabling hw
1038 * supervised mode for powerdomains */
1039 prcm_setup_regs();
1040
1041 ret = request_irq(INT_34XX_PRCM_MPU_IRQ,
1042 (irq_handler_t)prcm_interrupt_handler,
1043 IRQF_DISABLED, "prcm", NULL);
1044 if (ret) {
1045 printk(KERN_ERR "request_irq failed to register for 0x%x\n",
1046 INT_34XX_PRCM_MPU_IRQ);
1047 goto err1;
1048 }
1049
a23456e9 1050 ret = pwrdm_for_each(pwrdms_setup, NULL);
8bd22949
KH
1051 if (ret) {
1052 printk(KERN_ERR "Failed to setup powerdomains\n");
1053 goto err2;
1054 }
1055
a23456e9 1056 (void) clkdm_for_each(clkdms_setup, NULL);
8bd22949
KH
1057
1058 mpu_pwrdm = pwrdm_lookup("mpu_pwrdm");
1059 if (mpu_pwrdm == NULL) {
1060 printk(KERN_ERR "Failed to get mpu_pwrdm\n");
1061 goto err2;
1062 }
1063
fa3c2a4f
RN
1064 neon_pwrdm = pwrdm_lookup("neon_pwrdm");
1065 per_pwrdm = pwrdm_lookup("per_pwrdm");
1066 core_pwrdm = pwrdm_lookup("core_pwrdm");
c16c3f67 1067 cam_pwrdm = pwrdm_lookup("cam_pwrdm");
fa3c2a4f 1068
55ed9694
PW
1069 neon_clkdm = clkdm_lookup("neon_clkdm");
1070 mpu_clkdm = clkdm_lookup("mpu_clkdm");
1071 per_clkdm = clkdm_lookup("per_clkdm");
1072 core_clkdm = clkdm_lookup("core_clkdm");
1073
3231fc88 1074 omap_push_sram_idle();
10f90ed2 1075#ifdef CONFIG_SUSPEND
8bd22949 1076 suspend_set_ops(&omap_pm_ops);
10f90ed2 1077#endif /* CONFIG_SUSPEND */
8bd22949
KH
1078
1079 pm_idle = omap3_pm_idle;
0343371e 1080 omap3_idle_init();
8bd22949 1081
55ed9694 1082 clkdm_add_wkdep(neon_clkdm, mpu_clkdm);
fa3c2a4f
RN
1083 /*
1084 * REVISIT: This wkdep is only necessary when GPIO2-6 are enabled for
1085 * IO-pad wakeup. Otherwise it will unnecessarily waste power
1086 * waking up PER with every CORE wakeup - see
1087 * http://marc.info/?l=linux-omap&m=121852150710062&w=2
1088 */
55ed9694 1089 clkdm_add_wkdep(per_clkdm, core_clkdm);
fa3c2a4f 1090
27d59a4a
TK
1091 if (omap_type() != OMAP2_DEVICE_TYPE_GP) {
1092 omap3_secure_ram_storage =
1093 kmalloc(0x803F, GFP_KERNEL);
1094 if (!omap3_secure_ram_storage)
1095 printk(KERN_ERR "Memory allocation failed when"
1096 "allocating for secure sram context\n");
9d97140b
TK
1097
1098 local_irq_disable();
1099 local_fiq_disable();
1100
1101 omap_dma_global_context_save();
1102 omap3_save_secure_ram_context(PWRDM_POWER_ON);
1103 omap_dma_global_context_restore();
1104
1105 local_irq_enable();
1106 local_fiq_enable();
27d59a4a 1107 }
27d59a4a 1108
9d97140b 1109 omap3_save_scratchpad_contents();
8bd22949
KH
1110err1:
1111 return ret;
1112err2:
1113 free_irq(INT_34XX_PRCM_MPU_IRQ, NULL);
1114 list_for_each_entry_safe(pwrst, tmp, &pwrst_list, node) {
1115 list_del(&pwrst->node);
1116 kfree(pwrst);
1117 }
1118 return ret;
1119}
1120
1121late_initcall(omap3_pm_init);