From: Thomas Gleixner Date: Wed, 8 Apr 2015 21:26:21 +0000 (+0200) Subject: Merge branch 'linus' into irq/core to get the GIC updates which X-Git-Tag: v4.9.8~4489^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=462b69b1e43ceccab68a47d65b1e46520cd0fdc0;p=platform%2Fkernel%2Flinux-rpi3.git Merge branch 'linus' into irq/core to get the GIC updates which conflict with pending GIC changes. Conflicts: drivers/usb/isp1760/isp1760-core.c --- 462b69b1e43ceccab68a47d65b1e46520cd0fdc0 diff --cc include/linux/interrupt.h index 2cee176,2e88580..150dde0 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h @@@ -55,7 -59,12 +57,11 @@@ * 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