Re: [RESEND][PATCH v2] pinctrl: exynos: remove duplicate calls in irq handler

2016-08-22 Thread Linus Walleij
On Tue, Aug 16, 2016 at 12:45 PM, perr perr wrote: > Because chained_irq_enter() has already called chip->irq_mask() and > chip->irq_ack(), also chained_irq_exit() will call chip->irq_unmask(), > so it's not necessary to call chip->irq_*() here. > > Signed-off-by: Perr Zhang > Acked-by: Tomasz F

[RESEND][PATCH v2] pinctrl: exynos: remove duplicate calls in irq handler

2016-08-16 Thread perr perr
Because chained_irq_enter() has already called chip->irq_mask() and chip->irq_ack(), also chained_irq_exit() will call chip->irq_unmask(), so it's not necessary to call chip->irq_*() here. Signed-off-by: Perr Zhang Acked-by: Tomasz Figa Reviewed-by: Krzysztof Kozlowski --- drivers/pinc