]> git.baikalelectronics.ru Git - kernel.git/commit
omap: iommu: Return IRQ_HANDLED in fault handler when no fault occured
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Tue, 10 May 2011 14:56:46 +0000 (16:56 +0200)
committerTony Lindgren <tony@atomide.com>
Wed, 11 May 2011 17:47:50 +0000 (10:47 -0700)
commit80f0d8d891be33ffcdf555f31b4ffde57e6007d1
treee6d7e438346d0a3fe2fb2182cf10e9f28fc630b1
parent2787d12aaa42cb4b78bad463394a382a6cb6cadc
omap: iommu: Return IRQ_HANDLED in fault handler when no fault occured

Commit 002c0a5dafd3b209a166abb4faeff29cf289c4b2 (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 <laurent.pinchart@ideasonboard.com>
Acked-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/iommu.c