1. 04 5月, 2011 1 次提交
    • D
      [CPUFREQ] use dynamic debug instead of custom infrastructure · 2d06d8c4
      Dominik Brodowski 提交于
      With dynamic debug having gained the capability to report debug messages
      also during the boot process, it offers a far superior interface for
      debug messages than the custom cpufreq infrastructure. As a first step,
      remove the old cpufreq_debug_printk() function and replace it with a call
      to the generic pr_debug() function.
      
      How can dynamic debug be used on cpufreq? You need a kernel which has
      CONFIG_DYNAMIC_DEBUG enabled.
      
      To enabled debugging during runtime, mount debugfs and
      
      $ echo -n 'module cpufreq +p' > /sys/kernel/debug/dynamic_debug/control
      
      for debugging the complete "cpufreq" module. To achieve the same goal during
      boot, append
      
      	ddebug_query="module cpufreq +p"
      
      as a boot parameter to the kernel of your choice.
      
      For more detailled instructions, please see
      Documentation/dynamic-debug-howto.txt
      Signed-off-by: NDominik Brodowski <linux@dominikbrodowski.net>
      Signed-off-by: NDave Jones <davej@redhat.com>
      2d06d8c4
  2. 17 4月, 2011 1 次提交
  3. 15 4月, 2011 1 次提交
  4. 14 4月, 2011 8 次提交
  5. 13 4月, 2011 1 次提交
  6. 12 4月, 2011 3 次提交
  7. 11 4月, 2011 6 次提交
  8. 07 4月, 2011 3 次提交
  9. 02 4月, 2011 3 次提交
  10. 01 4月, 2011 2 次提交
    • D
      msm: timer: fix missing return value · 893b66c3
      David Brown 提交于
      Change af90f10d "ARM: 6759/1: smp: Select local timers vs broadcast
      timer support runtime" missed a return statement, causing a compile
      warning:
      
        arch/arm/mach-msm/timer.c:272: warning: 'return' with no value, in
        function returning non-void
      
      Trivially return 0 for success when running on cpu 0 (to match the
      comment and previous behavior).
      Signed-off-by: NDavid Brown <davidb@codeaurora.org>
      893b66c3
    • D
      msm: Remove extraneous ffa device check · 62f0988e
      David Brown 提交于
      The qsd8x50 board file contains a few references to machine_is_...
      macros that are otherwise unused, and contain no machine definition.
      The recent purge of unused machine definitions breaks the compilation
      of this target.
      
      Since the machine cannot ever be used, just remove the bogus checks.
      Signed-off-by: NDavid Brown <davidb@codeaurora.org>
      62f0988e
  11. 31 3月, 2011 2 次提交
  12. 30 3月, 2011 1 次提交
  13. 29 3月, 2011 8 次提交