commit | 8df23b77d59b247fb947e6c525fbbfe4cff14d92 | [log] [tgz] |
---|---|---|
author | Matthias Kaehlcke <matthias@kaehlcke.net> | Wed Feb 24 00:22:09 2010 +0100 |
committer | Tom Rix <Tom.Rix@windriver.com> | Sun Mar 07 12:36:35 2010 -0600 |
tree | a06890127d7f3069d12051693470de2d08c9eaa0 | |
parent | f56e70fefa460bb15f6bc48b7f99ffa0ca422549 [diff] |
ep93xx: Refactoring of timer code ep93xx: Refactoring of the timer code, including the following changes * use a free running timer instead of a periodical one * use unsigned long long for total number of ticks * hold the timer state in a structure instead of separate variables * increment the timer counter instead of decrementing it * remove unused function udelay_masked() * remove unused function set_timer() Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>