1. 06 Oct, 2006 2 commits
    • Dirk Behme's avatar
      [PATCH] ARM: OMAP: Re: Fix warning in clock.c · 62b7df40
      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>
      62b7df40
    • Dirk Behme's avatar
      [PATCH] ARM: OMAP: Make OMAP1 work again · 847eb188
      Dirk Behme authored
      In mach-omap1/mailbox.c the mailbox name is .name = "DSP"
      while in plat-omap/dsp/dsp_core.c function  dsp_mbox_init()
      asks for "dsp". This results in a strcmp() mismatch and then
      OMAP1 system crashes due to NULL pointer. OMAP2 is correct,
      there .name is "dsp". Correct OMAP1 name to "dsp" as well.
      
      Signed-off-by: Dirk Behme <dirk.behme_at_gmail.com>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      847eb188
  2. 04 Oct, 2006 2 commits
  3. 29 Sep, 2006 8 commits
  4. 28 Sep, 2006 15 commits
  5. 25 Sep, 2006 8 commits
  6. 21 Sep, 2006 5 commits