Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Matthias Kaehlcke's avatar
    c7ad13a2
    ep93xx: Refactoring of timer code · c7ad13a2
    Matthias Kaehlcke authored
    
    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>
    c7ad13a2
    History
    ep93xx: Refactoring of timer code
    Matthias Kaehlcke authored
    
    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>