1. 06 Oct, 2006 1 commit
    • 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 6 commits