From: KyongHo Cho Date: Mon, 7 Mar 2011 00:10:24 +0000 (+0900) Subject: ARM: EXYNOS4: Implement Clock gating for System MMU X-Git-Tag: v2.6.39-rc1~434^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0b6ff0b21057bb8e58b0be8b427a4713fd4b5a5;p=pandora-kernel.git ARM: EXYNOS4: Implement Clock gating for System MMU This patch includes the implementation of the clock gating for System MMU. Initially, all System MMUs are not asserted the system clock. Asserting the system clock to a System MMU is enabled only when s5p_sysmmu_enable() is called. Likewise, it is disabled only when s5p_sysmmu_disable() is called. Therefore, clock gating on System MMUs are still invisible to the outside of the System MMU driver. Signed-off-by: KyongHo Cho Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed