linux/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 ARM: S5P: Reduce duplicated EPLL control codes 2010-10-25 16:05:56 +09:00
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 ARM: S5P: Decrease IO Registers memory region size on FIMC 2010-09-14 17:57:55 +09:00
dev-fimc1.c ARM: S5P: Decrease IO Registers memory region size on FIMC 2010-09-14 17:57:55 +09:00
dev-fimc2.c ARM: S5P: Decrease IO Registers memory region size on FIMC 2010-09-14 17:57:55 +09:00
dev-fimc3.c ARM: S5P: Add platform definitions for FIMC3 2011-03-12 08:58:01 +09:00
dev-onenand.c ARM: S5P: Move OneNAND device definitions in plat-s5p 2010-10-18 10:33:34 +09:00
dev-pmu.c ARM: S5P: Add PMU device 2010-08-05 18:30:21 +09:00
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 ARM: S5PV310: Add IRQ support 2010-08-05 18:32:41 +09:00
pm.c ARM: S5PV210: Add Power Management Support 2010-10-21 07:54:57 +09:00
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