Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298017
b: refs/heads/master
c: 6a6ea0a
h: refs/heads/master
i:
  298015: 97bf5f8
v: v3
  • Loading branch information
Robert Lee authored and Len Brown committed Mar 22, 2012
1 parent 9345fe7 commit d6aa49f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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: 5c48c873baf1a67b93d26770c8fe4d41f26f48af
refs/heads/master: 6a6ea0acc9375571a13aa8c4e105a0807e1c16a4
9 changes: 5 additions & 4 deletions trunk/arch/arm/mach-davinci/cpuidle.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,11 @@ static int davinci_enter_idle(struct cpuidle_device *dev,
#define DAVINCI_CPUIDLE_FLAGS_DDR2_PWDN BIT(0)

static struct cpuidle_driver davinci_idle_driver = {
.name = "cpuidle-davinci",
.owner = THIS_MODULE,
.states[0] = ARM_CPUIDLE_WFI_STATE,
.states[1] = {
.name = "cpuidle-davinci",
.owner = THIS_MODULE,
.en_core_tk_irqen = 1,
.states[0] = ARM_CPUIDLE_WFI_STATE,
.states[1] = {
.enter = davinci_enter_idle,
.exit_latency = 10,
.target_residency = 100000,
Expand Down

0 comments on commit d6aa49f

Please sign in to comment.