From: Paul Walmsley Date: Tue, 30 Oct 2012 02:57:55 +0000 (-0600) Subject: ARM: OMAP2+: hwmod: call to _omap4_disable_module() should use the SoC-specific call X-Git-Tag: omap-for-v3.8/fixes-non-critical-v2-signed~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2577a4a6096017f3152339c562ada77e182c8976;p=pandora-kernel.git ARM: OMAP2+: hwmod: call to _omap4_disable_module() should use the SoC-specific call The hwmod code unconditionally calls _omap4_disable_module() on all SoCs when a module doesn't enable correctly. This "worked" due to the weak function omap4_cminst_wait_module_idle() in arch/arm/mach-omap2/prcm.c, which was a no-op. But now those weak functions are going away - they should not be used. So this patch will now call the SoC-specific disable_module code, assuming it exists. Needs to be done before the weak function is removed, otherwise AM33xx will crash early in boot. Signed-off-by: Paul Walmsley Tested-by: Vaibhav Hiremath --- Reading git-diff-tree failed