1. 24 7月, 2009 1 次提交
    • T
      x86: geode: Mark mfgpt irq IRQF_TIMER to prevent resume failure · d6c585a4
      Thomas Gleixner 提交于
      Timer interrupts are excluded from being disabled during suspend. The
      clock events code manages the disabling of clock events on its own
      because the timer interrupt needs to be functional before the resume
      code reenables the device interrupts.
      
      The mfgpt timer request its interrupt without setting the IRQF_TIMER
      flag so suspend_device_irqs() disables it as well which results in a
      fatal resume failure.
      
      Adding IRQF_TIMER to the interupt flags when requesting the mrgpt
      timer interrupt solves the problem.
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      LKML-Reference: <new-submission>
      Cc: Andres Salomon <dilinger@debian.org>
      Cc: stable@kernel.org
      d6c585a4
  2. 30 3月, 2009 1 次提交
  3. 06 1月, 2009 1 次提交
  4. 13 12月, 2008 1 次提交
  5. 15 8月, 2008 1 次提交
  6. 13 6月, 2008 1 次提交
  7. 28 4月, 2008 1 次提交
  8. 26 4月, 2008 1 次提交
  9. 27 3月, 2008 1 次提交
  10. 10 2月, 2008 9 次提交
  11. 30 1月, 2008 1 次提交
  12. 23 1月, 2008 1 次提交
  13. 13 10月, 2007 2 次提交