Searched hist:"88 e20c74ee020f9e0c99dfce0dd9aa61c3f0cca0" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/irqchip/ |
H A D | irq-mxs.c | 88e20c74ee020f9e0c99dfce0dd9aa61c3f0cca0 Tue Dec 27 18:29:57 UTC 2016 Stefan Wahren <stefan.wahren@i2se.com> irqchip/mxs: Enable SKIP_SET_WAKE and MASK_ON_SUSPEND
The ICOLL controller doesn't provide any facility to configure the wakeup sources. That's the reason why this implementation lacks the irq_set_wake implementation. But this prevent us from properly entering power management states like "suspend to idle".
So enable the flags IRQCHIP_SKIP_SET_WAKE and IRQCHIP_MASK_ON_SUSPEND to let the irqchip core allows and handles the power management.
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com> Link: https://lkml.kernel.org/r/1482863397-11400-1-git-send-email-stefan.wahren@i2se.com Signed-off-by: Jason Cooper <jason@lakedaemon.net>
|