[PATCH] irqchip: mxs: Enable SKIP_SET_WAKE and MASK_ON_SUSPEND
From: Jason Cooper <hidden>
Date: 2016-12-31 19:41:46
Also in:
linux-pm
From: Jason Cooper <hidden>
Date: 2016-12-31 19:41:46
Also in:
linux-pm
Hi Stefan, On Tue, Dec 27, 2016 at 06:29:57PM +0000, Stefan Wahren wrote:
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 <redacted> --- drivers/irqchip/irq-mxs.c | 4 ++++ 1 file changed, 4 insertions(+)
Applied to irqchip/urgent with Fabio's Reviewed-by. thx, Jason.