1. 09 1月, 2009 1 次提交
  2. 08 10月, 2008 1 次提交
  3. 07 8月, 2008 1 次提交
  4. 19 4月, 2008 1 次提交
  5. 04 2月, 2008 1 次提交
  6. 26 1月, 2008 1 次提交
    • R
      [ARM] pxa: Add PXA3 standby code hooked into the IRQ wake scheme · 7b5dea12
      Russell King 提交于
      Wakeup sources on PXA3 are enabled at two levels.  First, the MFP
      configuration has to be set to enable which edges a specific pin
      will trigger a wakeup.  The pin also has to be routed to a functional
      unit.  Lastly, the functional unit must be enabled as a wakeup source
      in the appropriate AD*ER registers (AD2D0ER for standby resume.)
      
      This doesn't fit well with the IRQ wake scheme - we currently do a
      best effort conversion from IRQ numbers to functional unit wake enable
      bits.  For instance, there's several USB client related enable bits but
      there's no corresponding IRQs to determine which you'd want.  Conversely,
      there's a single enable bit covering several functional units.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      7b5dea12
  7. 16 10月, 2007 1 次提交