Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65297
b: refs/heads/master
c: 4afcdda
h: refs/heads/master
i:
  65295: 69f0cfa
v: v3
  • Loading branch information
Ben Dooks authored and Russell King committed Oct 5, 2007
1 parent 0ec5c85 commit 0ec8f32
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 28047eced817b3b7cd404fac4b26f29fcf04f1f7
refs/heads/master: 4afcddae4cc7d8bb36c1d47967d6ede29ea45e1a
6 changes: 6 additions & 0 deletions trunk/arch/arm/mach-s3c2440/mach-osiris.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,10 @@ static int osiris_pm_suspend(struct sys_device *sd, pm_message_t state)

__raw_writeb(tmp, OSIRIS_VA_CTRL0);

/* ensure that an nRESET is not generated on resume. */
s3c2410_gpio_setpin(S3C2410_GPA21, 1);
s3c2410_gpio_cfgpin(S3C2410_GPA21, S3C2410_GPA21_OUT);

return 0;
}

Expand All @@ -297,6 +301,8 @@ static int osiris_pm_resume(struct sys_device *sd)

__raw_writeb(pm_osiris_ctrl0, OSIRIS_VA_CTRL0);

s3c2410_gpio_cfgpin(S3C2410_GPA21, S3C2410_GPA21_nRSTOUT);

return 0;
}

Expand Down

0 comments on commit 0ec8f32

Please sign in to comment.