Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313829
b: refs/heads/master
c: ba4691a
h: refs/heads/master
i:
  313827: 67e5f32
v: v3
  • Loading branch information
Steven Miao authored and Bob Liu committed Jul 24, 2012
1 parent f3eb6af commit f92959e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d49cdf84096392359a4d532733ab5a165d24bb0d
refs/heads/master: ba4691a4f4ae66b3266751065af0a341e63b5105
4 changes: 4 additions & 0 deletions trunk/arch/blackfin/mach-common/pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,9 @@ int bfin_pm_suspend_mem_enter(void)

bfin_gpio_pm_hibernate_suspend();

#if BFIN_GPIO_PINT
bfin_pint_suspend();
#endif

#if defined(CONFIG_BFIN_EXTMEM_WRITEBACK) || defined(CONFIG_BFIN_L2_WRITEBACK)
flushinv_all_dcache();
Expand All @@ -192,7 +194,9 @@ int bfin_pm_suspend_mem_enter(void)
_enable_icplb();
_enable_dcplb();

#if BFIN_GPIO_PINT
bfin_pint_resume();
#endif

bfin_gpio_pm_hibernate_restore();
blackfin_dma_resume();
Expand Down

0 comments on commit f92959e

Please sign in to comment.