1. 01 8月, 2011 7 次提交
  2. 21 6月, 2011 1 次提交
  3. 18 6月, 2011 1 次提交
  4. 01 6月, 2011 1 次提交
  5. 23 5月, 2011 1 次提交
  6. 11 5月, 2011 1 次提交
  7. 10 5月, 2011 1 次提交
  8. 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
  9. 31 3月, 2011 1 次提交
  10. 29 3月, 2011 4 次提交
  11. 11 3月, 2011 3 次提交
  12. 09 3月, 2011 6 次提交
  13. 01 3月, 2011 4 次提交
  14. 24 2月, 2011 1 次提交
    • S
      ARM: 6759/1: smp: Select local timers vs broadcast timer support runtime · af90f10d
      Santosh Shilimkar 提交于
      The current code support of dummy timers in absence of local
      timer is compile time. This is an attempt to convert it to runtime
      so that on few SOC version if the local timers aren't supported
      kernel can switch to dummy timers. OMAP4430 ES1.0 does suffer from
      this limitation.
      
      This patch should not have any functional impact on affected
      files.
      
      Cc: Daniel Walker <dwalker@codeaurora.org>
      Cc: Bryan Huntsman <bryanh@codeaurora.org>
      Cc: Tony Lindgren <tony@atomide.com>
      Cc: Kukjin Kim <kgene.kim@samsung.com>
      Cc: Paul Mundt <lethal@linux-sh.org>
      Cc: Magnus Damm <magnus.damm@gmail.com>
      Cc: Colin Cross <ccross@android.com>
      Cc: Erik Gilling <konkers@android.com>
      Cc: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
      Cc: Linus Walleij <linus.walleij@stericsson.com>
      Signed-off-by: NSantosh Shilimkar <santosh.shilimkar@ti.com>
      Acked-by: NDavid Brown <davidb@codeaurora.org>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      af90f10d
  15. 18 2月, 2011 2 次提交
  16. 15 2月, 2011 3 次提交
  17. 29 1月, 2011 1 次提交