1. 06 3月, 2012 2 次提交
  2. 22 2月, 2012 1 次提交
    • I
      clocksource: scx200_hrt: Fix the build · 10ea9d6f
      Ingo Molnar 提交于
      This commit:
      
        12d6d412: clocksource: scx200_hrt: Convert scx200 to use clocksource_register_hz
      
      Breaks the build on x86-32:
      
        drivers/clocksource/scx200_hrt.c: In function ‘init_hrt_clocksource’:
        drivers/clocksource/scx200_hrt.c:95:0: error: unterminated argument list invoking macro "pr_info"
        drivers/clocksource/scx200_hrt.c:84:2: error: ‘pr_info’ undeclared (first use in this function)
      
      It could not possibly have been build tested, because it had this mismerge:
      
      	pr_info("enabling scx200 high-res timer (%s MHz +%d ppm)\n",
      	printk(KERN_INFO "enabling scx200 high-res timer (%s MHz +%d ppm)\n",
      		mhz27 ? "27":"1", ppm);
      
      Cc: Jim Cromie <jim.cromie@gmail.com>
      Cc: John Stultz <john.stultz@linaro.org>
      Link: http://lkml.kernel.org/n/tip-jceb26fns5w7tv8edlivhxpa@git.kernel.orgSigned-off-by: NIngo Molnar <mingo@elte.hu>
      10ea9d6f
  3. 02 2月, 2012 4 次提交
  4. 27 1月, 2012 1 次提交
  5. 03 1月, 2012 1 次提交
  6. 22 11月, 2011 3 次提交
  7. 01 11月, 2011 1 次提交
  8. 05 10月, 2011 1 次提交
  9. 03 10月, 2011 1 次提交
    • L
      clocksource: fixup ux500 build problems · b1e3be06
      Linus Walleij 提交于
      Based on a patch from Arnd Bergmann this fixes up the build
      problem of assigning a non-existing global when the ux500 PRCMU
      timer is not linked in by passing its base address to the init
      function. We also add a missing <linux/errno.h> inclusion and
      staticize the dummy function.
      
      Cc: Arnd Bergmann <arnd@arndb.de>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      b1e3be06
  10. 22 9月, 2011 1 次提交
  11. 21 7月, 2011 1 次提交
  12. 01 7月, 2011 1 次提交
  13. 28 6月, 2011 1 次提交
    • J
      clocksource: apb: Share APB timer code with other platforms · 06c3df49
      Jamie Iles 提交于
      The APB timers are an IP block from Synopsys (DesignWare APB timers)
      and are also found in other systems including ARM SoC's.  This patch
      adds functions for creating clock_event_devices and clocksources from
      APB timers but does not do the resource allocation.  This is handled
      in a higher layer to allow the timers to be created from multiple
      methods such as platform_devices.
      
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: Ingo Molnar <mingo@redhat.com>
      Cc: "H. Peter Anvin" <hpa@zytor.com>
      Cc: Jacob Pan <jacob.jun.pan@linux.intel.com>
      Signed-off-by: NJamie Iles <jamie@jamieiles.com>
      Signed-off-by: NJohn Stultz <john.stultz@linaro.org>
      06c3df49
  14. 10 6月, 2011 1 次提交
  15. 09 6月, 2011 3 次提交
  16. 31 5月, 2011 2 次提交
    • P
      Revert "clocksource: sh_cmt: Runtime PM support" · 9436b4ab
      Paul Mundt 提交于
      This reverts commit 01fa68b5.
      
      The same note as per the sh_tmu change applies here, too.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      9436b4ab
    • P
      Revert "clocksource: sh_tmu: Runtime PM support" · d4905ce3
      Paul Mundt 提交于
      This reverts commit 1b842e91.
      
      There is a fundamental ordering race between the early and late probe
      paths and the runtime PM tie-in that results in __pm_runtime_resume()
      attempting to take a lock that hasn't been initialized yet (which by
      proxy also suggests that pm_runtime_init() hasn't yet been run on the
      device either, making the entire thing unsafe) -- resulting in instant
      death on SMP or on UP with spinlock debugging enabled:
      
      	 sh_tmu.0: used for clock events
      	 sh_tmu.0: used for periodic clock events
      	BUG: spinlock trylock failure on UP on CPU#0, swapper/0
      	 lock: 804db198, .magic: 00000000, .owner: <none>/-1, .owner_cpu: 0
      	...
      
      Revert it for now until the ordering issues can be resolved, or we can get
      some more help from the runtime PM framework to make this possible.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      d4905ce3
  17. 24 5月, 2011 1 次提交
  18. 23 5月, 2011 4 次提交
  19. 14 5月, 2011 1 次提交
  20. 22 2月, 2011 1 次提交
    • J
      x86: Convert remaining x86 clocksources to clocksource_register_hz/khz · b01cc1b0
      John Stultz 提交于
      This converts the remaining x86 clocksources to use
      clocksource_register_hz/khz.
      
      CC: jacob.jun.pan@intel.com
      CC: Glauber Costa <glommer@redhat.com>
      CC: Dimitri Sivanich <sivanich@sgi.com>
      CC: Rusty Russell <rusty@rustcorp.com.au>
      CC: Jeremy Fitzhardinge <jeremy@xensource.com>
      CC: Chris McDermott <lcm@us.ibm.com>
      CC: Thomas Gleixner <tglx@linutronix.de>
      Tested-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> [xen]
      Signed-off-by: NJohn Stultz <johnstul@us.ibm.com>
      b01cc1b0
  21. 26 1月, 2011 1 次提交
  22. 22 1月, 2011 1 次提交
  23. 17 12月, 2010 1 次提交
  24. 31 10月, 2010 1 次提交
  25. 04 8月, 2010 2 次提交
  26. 27 7月, 2010 1 次提交
  27. 21 7月, 2010 1 次提交