Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272683
b: refs/heads/master
c: bb219db
h: refs/heads/master
i:
  272681: a2f748b
  272679: bb2e25e
v: v3
  • Loading branch information
Jonas Aaberg authored and Linus Walleij committed Sep 22, 2011
1 parent 02fb620 commit e6a7f87
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 05387a9fbf334174e0f84fa77e493c1a804993c9
refs/heads/master: bb219dba0d1e46324ea462ba42f6fd8e9b7471de
7 changes: 7 additions & 0 deletions trunk/arch/arm/mach-ux500/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ static void __init ux500_timer_init(void)
clksrc_dbx500_prcmu_init();
}

static void ux500_timer_reset(void)
{
nmdk_clkevt_reset();
nmdk_clksrc_reset();
}

struct sys_timer ux500_timer = {
.init = ux500_timer_init,
.resume = ux500_timer_reset,
};

0 comments on commit e6a7f87

Please sign in to comment.