Skip to content
Commit c9b3a7d2 authored by Roger Quadros's avatar Roger Quadros Committed by Tony Lindgren
Browse files

pinctrl: single: call pcs_soc->rearm() whenever IRQ mask is changed



On OMAPs the IO ring must be rearmed each time the pad wakeup
configuration is changed. So call pcs_soc->rearm() from
pcs_irq_set().

As pinctrl-single is now an interrupt controller in some cases,
we should follow the standards and keep the interrupts enabled
constantly, and not just for wake-up events. The tracking of
runtime vs wake-up interrupts can be handled separately for
the automated runtime PM solution when we have it in the
future.

Signed-off-by: default avatarRoger Quadros <rogerq@ti.com>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
[tony@atomide.com: removed wrong comment, updated description]
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 30e3488c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment