Skip to content

Commit

Permalink
S5P: SYSMMU: Remove System MMU device driver
Browse files Browse the repository at this point in the history
This patch removes System MMU device driver from arm/plat-s5p tree
for transition to implement IOMMU driver.
Although controlling System MMU in this removing driver
is similar to the new IOMMU driver in the following patch,
the new one is almost rewrite of this driver and there is no
benefit to moving the driver file from arch/arm/ to drivers/iommu.

Signed-off-by: KyongHo Cho <[email protected]>
Signed-off-by: Kukjin Kim <[email protected]>
  • Loading branch information
pullipcho authored and kgene committed Apr 4, 2012
1 parent dd775ae commit e1f80f5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 418 deletions.
8 changes: 0 additions & 8 deletions arch/arm/plat-s5p/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,6 @@ config S5P_PM
Common code for power management support on S5P and newer SoCs
Note: Do not select this for S5P6440 and S5P6450.

comment "System MMU"

config S5P_SYSTEM_MMU
bool "S5P SYSTEM MMU"
depends on ARCH_EXYNOS4
help
Say Y here if you want to enable System MMU

config S5P_SLEEP
bool
help
Expand Down
1 change: 0 additions & 1 deletion arch/arm/plat-s5p/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ obj-y += clock.o
obj-y += irq.o
obj-$(CONFIG_S5P_EXT_INT) += irq-eint.o
obj-$(CONFIG_S5P_GPIO_INT) += irq-gpioint.o
obj-$(CONFIG_S5P_SYSTEM_MMU) += sysmmu.o
obj-$(CONFIG_S5P_PM) += pm.o irq-pm.o
obj-$(CONFIG_S5P_SLEEP) += sleep.o
obj-$(CONFIG_S5P_HRT) += s5p-time.o
Expand Down
313 changes: 0 additions & 313 deletions arch/arm/plat-s5p/sysmmu.c

This file was deleted.

1 change: 0 additions & 1 deletion arch/arm/plat-samsung/include/plat/devs.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ extern struct platform_device exynos4_device_pcm1;
extern struct platform_device exynos4_device_pcm2;
extern struct platform_device exynos4_device_pd[];
extern struct platform_device exynos4_device_spdif;
extern struct platform_device exynos4_device_sysmmu;

extern struct platform_device samsung_asoc_dma;
extern struct platform_device samsung_asoc_idma;
Expand Down
Loading

0 comments on commit e1f80f5

Please sign in to comment.