From: Ishizaki Kou Date: Fri, 11 Apr 2008 03:32:30 +0000 (+0900) Subject: spidernet: fix error interrupt handling X-Git-Tag: v2.6.26-rc1~1138^2~8^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a11fcb5215d6ecade9aca1f1fba272746a3882d;p=pandora-kernel.git spidernet: fix error interrupt handling In addition to the value of GHIINT0STS, spidernet interrupt handler should check the values of GHIINT1STS/GHIINT2STS registers at the beginning of spider_net_interrupt() so as not to drop error interrupts. GHIINT1STS/GHIINT2STS registers indicates some of erroneous conditions in spidernet, and a few bits of GHIINT0STS register reflects these conditions. But GHIINT0MSK masks these bits, so you should check these conditions by reading GHIINT1STS/GHIINT2STS registers directly. Signed-off-by: Kou Ishizaki Acked-by: Jens Osterkamp Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed