Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 216859
b: refs/heads/master
c: 9980ce5
h: refs/heads/master
i:
  216857: bebf3cb
  216855: aafba9d
v: v3
  • Loading branch information
Rajendra Nayak authored and Paul Walmsley committed Sep 21, 2010
1 parent 1af47b9 commit 8f9fe44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: 96835af970e5d6aeedf868e53590a947be5e4a7a
refs/heads/master: 9980ce53c97392a3dbdc9d1ac3e455d79b4167ed
6 changes: 4 additions & 2 deletions trunk/arch/arm/mach-omap2/omap_hwmod.c
Original file line number Diff line number Diff line change
Expand Up @@ -691,8 +691,6 @@ static void _sysc_enable(struct omap_hwmod *oh)
_set_module_autoidle(oh, idlemode, &v);
}

/* XXX OCP ENAWAKEUP bit? */

/*
* XXX The clock framework should handle this, by
* calling into this code. But this must wait until the
Expand All @@ -703,6 +701,10 @@ static void _sysc_enable(struct omap_hwmod *oh)
_set_clockactivity(oh, oh->class->sysc->clockact, &v);

_write_sysconfig(v, oh);

/* If slave is in SMARTIDLE, also enable wakeup */
if ((sf & SYSC_HAS_SIDLEMODE) && !(oh->flags & HWMOD_SWSUP_SIDLE))
_enable_wakeup(oh);
}

/**
Expand Down

0 comments on commit 8f9fe44

Please sign in to comment.