commit | c7ad13a24295ded880d7bcd17181df4a5f3bac58 | [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 | d9f505e3cddbb7afce26dcfe0fd19b207ee57c09 [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>