]> git.baikalelectronics.ru Git - kernel.git/commit
genirq: Clarify that irq wake state is orthogonal to enable/disable
authorStephen Boyd <swboyd@chromium.org>
Thu, 6 Feb 2020 19:15:21 +0000 (11:15 -0800)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 7 Feb 2020 20:37:08 +0000 (21:37 +0100)
commitc0e1228830345731cdc7e72ec23c58d8b6d4a302
tree141cac3361e55e0c64f2d5a9b3e9ef647ee78b0f
parent044c87b29d59292c62e688be49ef22b4bb28a5ce
genirq: Clarify that irq wake state is orthogonal to enable/disable

There's some confusion around if an irq that's disabled with disable_irq()
can still wake the system from sleep states such as "suspend to RAM".

Clarify this in the kernel documentation for irq_set_irq_wake() so that
it's clear that an irq can be disabled and still wake the system if it has
been marked for wakeup.

Signed-off-by: Stephen Boyd <swboyd@chromium.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Link: https://lkml.kernel.org/r/20200206191521.94559-1-swboyd@chromium.org
kernel/irq/manage.c