1. 29 Jul, 2010 3 commits
    • Ian Campbell's avatar
      powerpc: Use IRQF_NO_SUSPEND not IRQF_TIMER for non-timer interrupts · ba461f09
      Ian Campbell authored
      kw_i2c_irq and via_pmu_interrupt are not timer interrupts and
      therefore should not use IRQF_TIMER. Use the recently introduced
      IRQF_NO_SUSPEND instead since that is the actual desired behaviour.
      Signed-off-by: default avatarIan Campbell <ian.campbell@citrix.com>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: Paul Mackerras <paulus@samba.org>
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Cc: linuxppc-dev@ozlabs.org
      Cc: devicetree-discuss@lists.ozlabs.org
      LKML-Reference: <1280398595-29708-3-git-send-email-ian.campbell@citrix.com>
      Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
      ba461f09
    • Ian Campbell's avatar
      ixp4xx-beeper: Use IRQF_NO_SUSPEND not IRQF_TIMER for non-timer interrupt · 2dd93203
      Ian Campbell authored
      ixp4xx_spkr_interrupt is not a timer interrupt and therefore should
      not use IRQF_TIMER. Use the recently introduced IRQF_NO_SUSPEND
      instead since that is the actual desired behaviour.
      Signed-off-by: default avatarIan Campbell <ian.campbell@citrix.com>
      Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
      Cc: linux-input@vger.kernel.org
      LKML-Reference: <1280398595-29708-2-git-send-email-ian.campbell@citrix.com>
      Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
      2dd93203
    • Ian Campbell's avatar
      irq: Add new IRQ flag IRQF_NO_SUSPEND · 685fd0b4
      Ian Campbell authored
      A small number of users of IRQF_TIMER are using it for the implied no
      suspend behaviour on interrupts which are not timer interrupts.
      
      Therefore add a new IRQF_NO_SUSPEND flag, rename IRQF_TIMER to
      __IRQF_TIMER and redefine IRQF_TIMER in terms of these new flags.
      Signed-off-by: default avatarIan Campbell <ian.campbell@citrix.com>
      Cc: Jeremy Fitzhardinge <jeremy@goop.org>
      Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: Paul Mackerras <paulus@samba.org>
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Cc: xen-devel@lists.xensource.com
      Cc: linux-input@vger.kernel.org
      Cc: linuxppc-dev@ozlabs.org
      Cc: devicetree-discuss@lists.ozlabs.org
      LKML-Reference: <1280398595-29708-1-git-send-email-ian.campbell@citrix.com>
      Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
      685fd0b4
  2. 26 Jul, 2010 37 commits