From: Jon Hunter Date: Fri, 28 Dec 2012 09:10:13 +0000 (-0700) Subject: ARM: OMAP3: clock data: Add missing enable/disable for EMU clock X-Git-Tag: omap-for-v3.8-rc2/fixes-signed~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfef4b2723d525a6588c4c55b42f9b98be27937f;p=pandora-kernel.git ARM: OMAP3: clock data: Add missing enable/disable for EMU clock The ETM/ETB drivers for OMAP3, enable the emu_src_ck clock in order to access the ETM/ETB hardware. The emu_src_ck should enable the EMU clock domain so that the ETM/ETB hardware is accessible. However, currently when enabling the emu_src_ck the EMU clock domain is not being enabled and so the ETM/ETB drivers are failing. Add enable/disable clock functions to enable the EMU clock domain when enabling the emu_src_ck. Signed-off-by: Jon Hunter Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed