From: Ben Dooks Date: Wed, 1 Jun 2011 09:44:51 +0000 (+0100) Subject: ARM: S3C64XX: Ensure VIC based IRQs can be resumed from X-Git-Tag: v3.1-rc1~149^2^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c17afc0aa69615b4c2250b6476431c4d601890a0;p=pandora-kernel.git ARM: S3C64XX: Ensure VIC based IRQs can be resumed from Any interrupts based off either of the onboard VICs cannot be resumed from any more as it seems set_irq_wake() is now checking the error code returned from the low level handlers and not setting the wake-state on the interrupt if this fails. Ensure that we make the interrupts we can resume from available on the VIC and then do a pre-sleep mask of all the VIC interrupts as the wakeup is handled by a seperate block. Signed-off-by: Ben Dooks Signed-off-by: Mark Brown Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed