OSDN Git Service

Merge branch 'linus' into irq/core to get the GIC updates which
authorThomas Gleixner <tglx@linutronix.de>
Wed, 8 Apr 2015 21:26:21 +0000 (23:26 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 8 Apr 2015 21:26:21 +0000 (23:26 +0200)
conflict with pending GIC changes.

Conflicts:
drivers/usb/isp1760/isp1760-core.c

1  2 
include/linux/interrupt.h
kernel/irq/manage.c

   * IRQF_NO_THREAD - Interrupt cannot be threaded
   * IRQF_EARLY_RESUME - Resume IRQ early during syscore instead of at device
   *                resume time.
+  * IRQF_COND_SUSPEND - If the IRQ is shared with a NO_SUSPEND user, execute this
+  *                interrupt handler after suspending interrupts. For system
+  *                wakeup devices users need to implement wakeup detection in
+  *                their interrupt handlers.
   */
 -#define IRQF_DISABLED         0x00000020
  #define IRQF_SHARED           0x00000080
  #define IRQF_PROBE_SHARED     0x00000100
  #define __IRQF_TIMER          0x00000200
Simple merge