Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175622
b: refs/heads/master
c: 155a22e
h: refs/heads/master
v: v3
  • Loading branch information
Paul Walmsley authored and paul committed Dec 12, 2009
1 parent cdb7666 commit b0e8baa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 2354eb5a943e64c5e6e249147381e9715aa5d54b
refs/heads/master: 155a22ecd574c3e6a4c59e6a1bf0dd31ce23ff10
6 changes: 3 additions & 3 deletions trunk/arch/arm/plat-omap/include/plat/powerdomain.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,15 @@ struct powerdomain {
/* Used to represent the OMAP chip types containing this pwrdm */
const struct omap_chip_id omap_chip;

/* Bit shift of this powerdomain's PM_WKDEP/CM_SLEEPDEP bit */
const u8 dep_bit;

/* Powerdomains that can be told to wake this powerdomain up */
struct pwrdm_dep *wkdep_srcs;

/* Powerdomains that can be told to keep this pwrdm from inactivity */
struct pwrdm_dep *sleepdep_srcs;

/* Bit shift of this powerdomain's PM_WKDEP/CM_SLEEPDEP bit */
const u8 dep_bit;

/* Possible powerdomain power states */
const u8 pwrsts;

Expand Down

0 comments on commit b0e8baa

Please sign in to comment.