From: Laurent Pinchart Date: Tue, 10 May 2011 14:56:46 +0000 (+0200) Subject: omap: iommu: Return IRQ_HANDLED in fault handler when no fault occured X-Git-Tag: v2.6.39~19^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c56b2ddd5ff4352cdb0df07eefba8068d043382e;p=pandora-kernel.git omap: iommu: Return IRQ_HANDLED in fault handler when no fault occured Commit d594f1f31afe13edd8c02f3854a65cc58cfb3b74 (omap: IOMMU: add support to callback during fault handling) broke interrupt line sharing between the OMAP3 ISP and its IOMMU. Because of this, every interrupt generated by the OMAP3 ISP is handled by the IOMMU driver instead of being passed to the OMAP3 ISP driver. Signed-off-by: Laurent Pinchart Acked-by: Hiroshi DOYU Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed