From: Tomasz Figa Date: Thu, 20 Sep 2012 22:33:55 +0000 (+0900) Subject: pinctrl: exynos: Handle only unmasked wakeup interrupts X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~58^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de59049bd651c1f6b05869a4292f4c8017bdeff9;p=pandora-kernel.git 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-diff-tree failed