1. 18 May, 2005 2 commits
    •  David Brownell's avatar
      · 1eb058b8
      David Brownell authored
      [PATCH] ARM: OMAP: support set_irq_type()
      
      This updates IRQ triggering code to be a closer match for other ARMs:
       - Adds support for the standard ARM-Linux set_irq_type() call.
       - Reports errors on unsupported triggering modes (e.g. nothing except
         16xx GPIOs can trigger on both edges) and on bogus wakeup requests.
       - Deprecates the OMAP-only omap_set_gpio_edge_ctrl() call.
       - Removes many of the "sparse" warnings from the GPIO code.
       - Modifies the smc91x driver so it knows which OMAP boards use falling
         edge triggers (vs rising, like everything else).
      Later patches can remove the deprecation warnings and then the OMAP-only
      version of that standard call.
      Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      1eb058b8
    •  David Singleton's avatar
      · 3b40dee9
      David Singleton authored
      [PATCH] ARM: OMAP: fix for modversions bug
      
      EXPORT_SYMBOL_ALIAS add corresponding entry to the kernel crc
      table for each symbol alias added to the kernel symbol table.
      Signed-off-by: default avatarDavid Singleton <dsingleton@mvista.com>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      3b40dee9
  2. 17 May, 2005 1 commit
  3. 10 May, 2005 1 commit
    • Toshihiro Kobayashi's avatar
      · e9d0d7cd
      Toshihiro Kobayashi authored
      [PATCH] OMAP: DSP pm fix
      
      This is a fix for pm code with regard to the DSP.
      
      In the current code we have a problem that DSP won't 
      re-enabled after suspend if DSP is just turned on
      (with idle request) from McBSP  driver but not used
      by DSP Gateway.
      
      I moved DSP related code from pm.c to dsp_common.c.
      With this patch DSP will be resumed to the original state 
      after suspend, whichever state (reset / idling for
      McBSP / running with DSP Gateway) DSP was in.
      Signed-off-by: default avatarToshihiro Kobayashi <Toshihiro.Kobayashi@nokia.com>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      e9d0d7cd
  4. 09 May, 2005 36 commits