genirq / PM: describe IRQF_COND_SUSPEND
authorMark Rutland <mark.rutland@arm.com>
Wed, 4 Mar 2015 20:00:40 +0000 (20:00 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 6 Mar 2015 00:28:14 +0000 (01:28 +0100)
commit7438b633a6b073d66a3fa3678ec0dd5928caa4af
tree2320590721bb63a2aee321b9fc5531fb655effbd
parent2c7af5ba65cfb0145ad8e11f856035c10ba0d22c
genirq / PM: describe IRQF_COND_SUSPEND

With certain restrictions it is possible for a wakeup device to share
an IRQ with an IRQF_NO_SUSPEND user, and the warnings introduced by
commit cab303be91dc47942bc25de33dc1140123540800 are spurious. The new
IRQF_COND_SUSPEND flag allows drivers to tell the core when these
restrictions are met, allowing spurious warnings to be silenced.

This patch documents how IRQF_COND_SUSPEND is expected to be used,
updating some of the text now made invalid by its addition.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Documentation/power/suspend-and-interrupts.txt