From: stephen hemminger Date: Wed, 16 Nov 2011 13:42:55 +0000 (+0000) Subject: sky2: fix hang on shutdown (and other irq issues) X-Git-Tag: v3.2-rc3~25^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1401a8008a09e079236261be37e98847c799760a;p=pandora-kernel.git sky2: fix hang on shutdown (and other irq issues) There are several problems with recent change to how IRQ's are setup. * synchronize_irq in sky2_shutdown would hang because there was no IRQ setup. * when device was set to down, some IRQ bits left enabled so a hardware error would produce IRQ with no handler * quick link on Optima chip set was enabled without handler * suspend/resume would leave IRQ on with no handler if device was down Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed