From: Linus Torvalds Date: Tue, 28 Feb 2012 17:15:31 +0000 (-0800) Subject: Merge tag 'iommu-fixes-v3.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git... X-Git-Tag: upstream/snapshot3+hdmi~8080 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d5a74afd08738af84d51c353ac3ac200b06c51d7;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git Merge tag 'iommu-fixes-v3.3-rc5' of git://git./linux/kernel/git/joro/iommu IOMMU fixes for Linux 3.3-rc5 All the fixes are for the OMAP IOMMU driver. The first patch is the biggest one. It fixes the calls of the function omap_find_iovm_area() in the omap-iommu-debug module which expects a 'struct device' parameter since commit fabdbca instead of an omap_iommu handle. The omap-iommu-debug code still passed the handle to the function which caused a crash. The second patch fixes a NULL pointer dereference in the OMAP code and the third patch makes sure that the omap-iommu is initialized before the omap-isp driver, which relies on the iommu. The last patch is only a workaround until defered probing is implemented. * tag 'iommu-fixes-v3.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu: ARM: OMAP: make iommu subsys_initcall to fix builtin omap3isp iommu/omap: fix NULL pointer dereference iommu/omap: fix erroneous omap-iommu-debug API calls --- d5a74afd08738af84d51c353ac3ac200b06c51d7