Skip to content
Snippets Groups Projects
Commit c7ad13a2 authored by Matthias Kaehlcke's avatar Matthias Kaehlcke Committed by Tom Rix
Browse files

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: default avatarMatthias Kaehlcke <matthias@kaehlcke.net>
parent d9f505e3
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment