Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313557
b: refs/heads/master
c: fafcdd5
h: refs/heads/master
i:
  313555: 675d8da
v: v3
  • Loading branch information
Vishwanath BS authored and Paul Walmsley committed Jun 22, 2012
1 parent a2dfb1f commit 2e76440
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5165882a387325ac0df2f30c62ea710cfa328b54
refs/heads/master: fafcdd53220f44d7ae2f06a9ce20c8d550df2d9b
14 changes: 0 additions & 14 deletions trunk/arch/arm/mach-omap2/pm34xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,13 +272,6 @@ void omap_sram_idle(void)
/* Enable IO-PAD and IO-CHAIN wakeups */
per_next_state = pwrdm_read_next_pwrst(per_pwrdm);
core_next_state = pwrdm_read_next_pwrst(core_pwrdm);
if (omap3_has_io_wakeup() &&
(per_next_state < PWRDM_POWER_ON ||
core_next_state < PWRDM_POWER_ON)) {
omap2_prm_set_mod_reg_bits(OMAP3430_EN_IO_MASK, WKUP_MOD, PM_WKEN);
if (omap3_has_io_chain_ctrl())
omap3xxx_prm_reconfigure_io_chain();
}

pwrdm_pre_transition();

Expand Down Expand Up @@ -351,13 +344,6 @@ void omap_sram_idle(void)
if (per_next_state < PWRDM_POWER_ON)
omap2_gpio_resume_after_idle();

/* Disable IO-PAD and IO-CHAIN wakeup */
if (omap3_has_io_wakeup() &&
(per_next_state < PWRDM_POWER_ON ||
core_next_state < PWRDM_POWER_ON))
omap2_prm_clear_mod_reg_bits(OMAP3430_EN_IO_MASK, WKUP_MOD,
PM_WKEN);

clkdm_allow_idle(mpu_pwrdm->pwrdm_clkdms[0]);
}

Expand Down

0 comments on commit 2e76440

Please sign in to comment.