Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77575
b: refs/heads/master
c: fd8e7af
h: refs/heads/master
i:
  77573: 00be38d
  77571: aabd3ed
  77567: 29a7615
v: v3
  • Loading branch information
Russell King authored and Russell King committed Jan 26, 2008
1 parent 002c63c commit 1b4fb7e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 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: 7b5dea12346f98b0624e00ef585246bfec8b0959
refs/heads/master: fd8e7af8d0fd3febc87607214d5dd545089edc71
2 changes: 0 additions & 2 deletions trunk/arch/arm/mach-pxa/pxa25x.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,6 @@ static void pxa25x_cpu_pm_restore(unsigned long *sleep_save)

static void pxa25x_cpu_pm_enter(suspend_state_t state)
{
CKEN = 0;

switch (state) {
case PM_SUSPEND_MEM:
/* set resume return address */
Expand Down
6 changes: 0 additions & 6 deletions trunk/arch/arm/mach-pxa/pxa27x.c
Original file line number Diff line number Diff line change
Expand Up @@ -265,12 +265,6 @@ void pxa27x_cpu_pm_enter(suspend_state_t state)
{
extern void pxa_cpu_standby(void);

if (state == PM_SUSPEND_STANDBY)
CKEN = (1 << CKEN_MEMC) | (1 << CKEN_OSTIMER) |
(1 << CKEN_LCD) | (1 << CKEN_PWM0);
else
CKEN = (1 << CKEN_MEMC) | (1 << CKEN_OSTIMER);

/* ensure voltage-change sequencer not initiated, which hangs */
PCFR &= ~PCFR_FVC;

Expand Down

0 comments on commit 1b4fb7e

Please sign in to comment.