1. 10 8月, 2015 1 次提交
  2. 11 12月, 2013 1 次提交
  3. 27 11月, 2013 1 次提交
  4. 22 8月, 2013 1 次提交
  5. 31 7月, 2013 1 次提交
  6. 13 6月, 2013 1 次提交
  7. 01 6月, 2013 1 次提交
    • A
      ARM: nomadik: fix clocksource warning · 3c09f4da
      Arnd Bergmann 提交于
      The clocksource API has changed slightly, which causes a harmless
      warning:
      
      /git/arm-soc/drivers/clocksource/nomadik-mtu.c:259:28: warning: 'nmdk_timer_match' defined but not used [-Wunused-variable]
       static struct of_device_id nmdk_timer_match[] __initconst = {
                                  ^
      
      Fortunately, the same API change also lets us simplify the code
      while removing the warning.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      3c09f4da
  8. 13 5月, 2013 1 次提交
  9. 27 4月, 2013 1 次提交
  10. 22 2月, 2013 1 次提交
  11. 07 1月, 2013 1 次提交
  12. 25 12月, 2012 1 次提交
  13. 16 11月, 2012 1 次提交
  14. 05 11月, 2012 3 次提交
  15. 31 1月, 2012 3 次提交
  16. 19 12月, 2011 1 次提交
  17. 22 9月, 2011 3 次提交
  18. 24 5月, 2011 1 次提交
  19. 23 12月, 2010 3 次提交
  20. 22 11月, 2010 1 次提交
    • L
      ARM: 6488/1: nomadik: prevent sched_clock() wraparound · 8fbb97a2
      Linus Walleij 提交于
      The current implementation of sched_clock() for the Nomadik
      family is based on the clock source that will wrap around without
      any compensation. Currently on the Ux500 after 1030 seconds.
      
      Utilize cnt32_to_63 to expand the sched_clock() counter to 63
      bits and introduce a keepwarm() timer to assure that sched clock
      and this cnt32_to_63 is called atleast once every half period.
      
      When I print out the actual wrap-around time, and using
      a year (3600*24*365 seconds) as minumum wrap limit I get an
      actual wrap-around of:
      sched_clock: using 55 bits @ 8333125 Hz wrap in 416 days
      Signed-off-by: NLinus Walleij <linus.walleij@stericsson.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      8fbb97a2
  21. 17 9月, 2010 2 次提交
  22. 17 6月, 2010 1 次提交
  23. 27 5月, 2010 1 次提交
  24. 13 5月, 2010 1 次提交
  25. 20 3月, 2010 1 次提交
  26. 23 1月, 2010 1 次提交
  27. 28 11月, 2009 1 次提交
  28. 03 7月, 2009 1 次提交