From de59049bd651c1f6b05869a4292f4c8017bdeff9 Mon Sep 17 00:00:00 2001 From: Tomasz Figa Date: Fri, 21 Sep 2012 07:33:55 +0900 Subject: [PATCH] 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 Signed-off-by: Kyungmin Park Acked-by: Linus Walleij Signed-off-by: Kukjin Kim --- Reading git-format-patch failed