]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP: make iommu subsys_initcall to fix builtin omap3isp
authorOhad Ben-Cohen <ohad@wizery.com>
Sun, 26 Feb 2012 10:14:14 +0000 (12:14 +0200)
committerJoerg Roedel <joerg.roedel@amd.com>
Mon, 27 Feb 2012 13:18:42 +0000 (14:18 +0100)
commit76a7f25eef249a6eeb6ed0beb53224cae72e3b96
tree75a00f883430d67798373847b6e2033cb18d9f9c
parentea2b9c0c14f7e17a648952ce8894866a874e6380
ARM: OMAP: make iommu subsys_initcall to fix builtin omap3isp

omap3isp depends on omap's iommu and will fail to probe if
initialized before it (which always happen if they are builtin).

Make omap's iommu subsys_initcall as an interim solution until
the probe deferral mechanism is merged.

Reported-by: James <angweiyang@gmail.com>
Debugged-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
Cc: stable <stable@vger.kernel.org>
Cc: Tony Lindgren <tony@atomide.com>
Cc: Hiroshi Doyu <hdoyu@nvidia.com>
Cc: Joerg Roedel <Joerg.Roedel@amd.com>
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
arch/arm/mach-omap2/mailbox.c
drivers/iommu/omap-iommu.c