From: Girish K S Date: Wed, 13 Mar 2013 06:43:30 +0000 (+0530) Subject: spi/s3c64xx: modified error interrupt handling and init X-Git-Tag: v3.9-rc6~13^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=375981f2e14868be16cafbffd34a4f16a6ee01c6;p=pandora-kernel.git spi/s3c64xx: modified error interrupt handling and init The status of the interrupt is available in the status register, so reading the clear pending register and writing back the same value will not actually clear the pending interrupts. This patch modifies the interrupt handler to read the status register and clear the corresponding pending bit in the clear pending register. Modified the hwInit function to clear all the pending interrupts. Signed-off-by: Girish K S Signed-off-by: Mark Brown Cc: stable@vger.kernel.org --- Reading git-diff-tree failed