Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123739
b: refs/heads/master
c: a94b9e5
h: refs/heads/master
i:
  123737: c3776d3
  123735: 7f50040
v: v3
  • Loading branch information
Paul Walmsley authored and Tony Lindgren committed Dec 11, 2008
1 parent 3d0d778 commit ebff1f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 6a769ed40aab1c93ed211287bcdcebfccc9972f5
refs/heads/master: a94b9e5a81d7f69297bb1681c5130a185e047f57
4 changes: 0 additions & 4 deletions trunk/arch/arm/plat-omap/dmtimer.c
Original file line number Diff line number Diff line change
Expand Up @@ -539,10 +539,6 @@ void omap_dm_timer_set_load(struct omap_dm_timer *timer, int autoreload,
omap_dm_timer_write_reg(timer, OMAP_TIMER_CTRL_REG, l);
omap_dm_timer_write_reg(timer, OMAP_TIMER_LOAD_REG, load);

/* REVISIT: hw feature, ttgr overtaking tldr? */
while (readl(timer->io_base + (OMAP_TIMER_WRITE_PEND_REG & 0xff)))
cpu_relax();

omap_dm_timer_write_reg(timer, OMAP_TIMER_TRIGGER_REG, 0);
}

Expand Down

0 comments on commit ebff1f4

Please sign in to comment.