1. 27 Feb, 2007 2 commits
    • Dirk Behme's avatar
      ARM: OMAP: Fix warning in clock.c · c830e776
      Dirk Behme authored
      Fix warning:
      
      arch/arm/mach-omap1/clock.c: In function
      'omap1_clk_enable_generic':
      arch/arm/mach-omap1/clock.c:499: warning: 'return' with no
      value, in function returning non-void
      
      Signed-off-by: Dirk Behme <dirk.behme_at_gmail.com>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      c830e776
    • Andrzej Zaborowski's avatar
      ARM: OMAP: correct misc 15xx and non-15xx platform code · 3f47227b
      Andrzej Zaborowski authored
      Disable accesses to SOFT_REQ_REG2 and ULPD_SOFT_DISABLE_REQ_REG
      registers for 15xx processors that don't have these registers. Enable
      level 2 interrupt handler for processors that identify as OMAP 15xx
      (e.g 310) and not 1510 specifically. Also fix the following compiler
      warning (only visible with CONFIG_OMAP_RESET_CLOCKS):
      
      arch/arm/mach-omap1/clock.c: In function 'omap1_clk_disable_unused':
      arch/arm/mach-omap1/clock.c:634: warning: 'return' with a value, in
      function returning void
      Signed-off-by: default avatarAndrzej Zaborowski <balrog@zabor.org>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      3f47227b
  2. 04 Feb, 2007 3 commits
  3. 03 Feb, 2007 11 commits
  4. 02 Feb, 2007 24 commits