Searched hist:f9f21cea311340f38074ff93a8d89b4a9cae6bcc (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/kernel/irq/ |
H A D | manage.c | diff f9f21cea311340f38074ff93a8d89b4a9cae6bcc Thu Feb 06 13:15:21 CST 2020 Stephen Boyd <swboyd@chromium.org> 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
|