commit | de59049bd651c1f6b05869a4292f4c8017bdeff9 | [log] [tgz] |
---|---|---|
author | Tomasz Figa <t.figa@samsung.com> | Fri Sep 21 07:33:55 2012 +0900 |
committer | Kukjin Kim <kgene.kim@samsung.com> | Fri Sep 21 07:33:55 2012 +0900 |
tree | 335e692e23d8e00bbf64a0b6f1d78d7f9bd8fca9 | |
parent | 3da23f27a0f6a5e44a01813a1c0a662011e5c221 [diff] |
pinctrl: exynos: Handle only unmasked wakeup interrupts A bit in EINTxx_PEND register is set regardless of interrupt mask, which causes spurious interrupts. To avoid them, the read value of pending register must be masked with current interrupt mask manually. Signed-off-by: Tomasz Figa <t.figa@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>