]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit28ff63635969c4408b081c035ba9bf5304fade37
tree2320590721bb63a2aee321b9fc5531fb655effbd
parent38e2ba89dbcc04afd1037a9522d2b18e43ce1189
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 449c05c3860b3a55241da9037df923f2caca0326 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