original_kernel/arch/arm/plat-s5p
KyongHo Cho b0b6ff0b21 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 <pullip.cho@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
2011-03-15 21:37:38 +09:00
..
include/plat ARM: EXYNOS4: Enhancement of System MMU driver 2011-03-15 21:37:25 +09:00
Kconfig ARM: S5P: Add platform definitions for FIMC3 2011-03-12 08:58:01 +09:00
Makefile ARM: S5P: Add platform definitions for FIMC3 2011-03-12 08:58:01 +09:00
clock.c
cpu.c ARM: EXYNOS4: Add EXYNOS4 CPU initialization support 2011-02-22 13:51:14 +09:00
dev-csis0.c ARM: S5P: Rename MIPI-CSIS driver header and update Copyright 2011-03-11 15:49:00 +09:00
dev-csis1.c ARM: S5P: Rename MIPI-CSIS driver header and update Copyright 2011-03-11 15:49:00 +09:00
dev-fimc0.c
dev-fimc1.c
dev-fimc2.c
dev-fimc3.c ARM: S5P: Add platform definitions for FIMC3 2011-03-12 08:58:01 +09:00
dev-onenand.c
dev-pmu.c
dev-uart.c ARM: S5P: Fix end address in memory resource information for UART devices 2011-02-17 12:53:36 +09:00
irq-eint.c ARM: S5P: irq_data conversion 2011-01-03 19:18:16 +09:00
irq-gpioint.c ARM: S5P: Add function to register gpio interrupt bank data 2011-03-15 21:17:43 +09:00
irq-pm.c ARM: S5P: irq_data conversion 2011-01-03 19:18:16 +09:00
irq.c
pm.c
s5p-time.c ARM: S5P: HRT support 2011-03-12 08:02:07 +09:00
setup-mipiphy.c ARM: S5P: Add support for common MIPI CSIS/DSIM D-PHY control 2011-03-11 15:49:01 +09:00
sysmmu.c ARM: EXYNOS4: Implement Clock gating for System MMU 2011-03-15 21:37:38 +09:00