From: Alessandro Rubini Date: Thu, 2 Jul 2009 14:28:52 +0000 (+0100) Subject: [ARM] 5583/1: VIC: acknowledge software interrupts X-Git-Tag: v2.6.32-rc1~691^2~1^2~1^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c81b52422147b4b09f5adb8d0c6963342a336c6;p=pandora-kernel.git [ARM] 5583/1: VIC: acknowledge software interrupts The PrimeCell Vectored Interrupt Controller offers a way to trigger any interrupt through software. This is a useful tool for developing, but such software interrupt can only be acked by writing a bit in the "software clear" register, or the handler will loop forever. This splits ack from mask, and acks the soft irq in case it was the source. Signed-off-by: Alessandro Rubini Acked-by: Andrea Gallo Acked-by: Linus Walleij Signed-off-by: Russell King --- Reading git-diff-tree failed