1. 17 12月, 2009 5 次提交
  2. 02 12月, 2009 3 次提交
  3. 14 11月, 2009 1 次提交
  4. 02 11月, 2009 2 次提交
  5. 18 9月, 2009 6 次提交
  6. 03 7月, 2009 5 次提交
  7. 25 6月, 2009 3 次提交
  8. 17 6月, 2009 3 次提交
  9. 08 6月, 2009 2 次提交
  10. 14 5月, 2009 2 次提交
  11. 30 3月, 2009 2 次提交
  12. 14 3月, 2009 1 次提交
  13. 28 2月, 2009 2 次提交
  14. 31 1月, 2009 2 次提交
  15. 11 1月, 2009 1 次提交
    • M
      MIPS: make cp0 counter clocksource/event usable as fallback. · 779e7d41
      Manuel Lauss 提交于
      The current mips clock build infrastructure lets a system only use
      either the MIPS cp0 counter or a SoC specific timer as a clocksource /
      clockevent device.
      
      This patch renames the core cp0 counter clocksource / clockevent functions
      from mips_* to r4k_* and updates the wrappers in asm-mips/time.h to
      call these renamed functions instead.
      
      Chips which can detect whether it is safe to use a chip-specific timer
      can now fall back on the cp0 counter if necessary and possible
      (e.g. Alchemy with a follow-on patch).
      
      Existing behaviour is not changed in any way.
      Signed-off-by: NManuel Lauss <mano@roarinelk.homelinux.net>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      779e7d41