1. 26 8月, 2016 1 次提交
  2. 28 6月, 2016 2 次提交
  3. 10 8月, 2015 2 次提交
  4. 31 3月, 2015 1 次提交
  5. 03 12月, 2014 1 次提交
  6. 15 9月, 2014 2 次提交
  7. 03 9月, 2014 8 次提交
  8. 20 12月, 2013 1 次提交
  9. 02 12月, 2013 1 次提交
  10. 19 9月, 2013 1 次提交
  11. 25 12月, 2012 2 次提交
  12. 06 11月, 2012 1 次提交
  13. 02 7月, 2012 1 次提交
  14. 01 3月, 2012 2 次提交
  15. 28 11月, 2011 1 次提交
  16. 19 12月, 2010 1 次提交
  17. 23 1月, 2010 1 次提交
  18. 22 4月, 2009 1 次提交
  19. 13 12月, 2008 1 次提交
  20. 07 8月, 2008 1 次提交
  21. 17 4月, 2008 1 次提交
    • A
      [ARM] 4989/1: [AT91] SAM9 ClockSource / ClockEvents · ad48ce74
      Andrew Victor 提交于
      Update AT91SAM9/CAP9 PIT driver to use generic time and clockevent
      infrastructure:
      
       - Clocksource gives sub-microsecond timestamp precision, assuming
       memory is clocked at over 16 MHz.  It's less than a 32 bit counter,
       unless it's is also generating IRQs.
      
       - Clockevent device supports periodic mode only; no oneshot
       support from this hardware.  No IRQs generated unless it's the
       active clocksource.
      
      Later, another timer (probably from a TC module) can provide a oneshot
      clockevent device to get NO_HZ and High-Res-Timer behavior.
      
      This also updates the timekeeping to use the actual master clock rate
      on the system, instead of compile-time <asm/arch/timex.h> constants
      matching what Atmel's EK boards use.  (Product boards may well differ!)
      
      Plus cleanup:  rename "*_timer*" symbols to "*_pit*" (there are other
      timers, but only one PIT); shorter lines; remove needless CPP stuff;
      make several symbols static; etc.
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NAndrew Victor <linux@maxim.org.za>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      ad48ce74
  22. 04 2月, 2008 1 次提交
  23. 09 5月, 2007 1 次提交
  24. 08 2月, 2007 2 次提交
  25. 01 12月, 2006 1 次提交