From: Dan Williams Date: Fri, 2 Mar 2012 01:06:24 +0000 (-0800) Subject: isci: fix interrupt disable X-Git-Tag: v3.5-rc1~172^2^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2396a2650a5a39634e3ad6b29e1104944e5ab88f;p=pandora-kernel.git isci: fix interrupt disable There is a (dubious?) lost irq workaround in sci_controller_isr() that effectively nullifies attempts to disable interrupts. Until the workaround can be re-evaluated add some infrastructure to prevent the interrupt handler from inadvertantly re-enabling interrupts. The failure mode was interrupts continuing to run after the driver had been removed and its iomappings torn down. Reported-by: Jacek Danecki Tested-by: Jacek Danecki [richard: clear remaining interrupts at the end of reset] Acked-by: Richard Boyd Signed-off-by: Dan Williams --- Reading git-diff-tree failed