Skip to content

Commit

Permalink
ARM: S5P: To merge devs.c files to one devs.c
Browse files Browse the repository at this point in the history
This patch moves regarding s5p dev files to one devs.c file
in plat-samsung directory and this help to keep it more
easily.

Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Kukjin Kim committed Oct 6, 2011
1 parent 0523ec3 commit 5716714
Show file tree
Hide file tree
Showing 17 changed files with 468 additions and 696 deletions.
16 changes: 0 additions & 16 deletions arch/arm/mach-exynos4/include/mach/i2c-hdmiphy.h

This file was deleted.

16 changes: 0 additions & 16 deletions arch/arm/mach-s5pv210/include/mach/i2c-hdmiphy.h

This file was deleted.

12 changes: 0 additions & 12 deletions arch/arm/plat-s5p/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ obj- :=

# Core files

obj-y += dev-pmu.o
obj-y += dev-uart.o
obj-y += cpu.o
obj-y += clock.o
Expand All @@ -26,15 +25,4 @@ obj-$(CONFIG_S5P_HRT) += s5p-time.o

# devices
obj-$(CONFIG_S5P_DEV_MFC) += dev-mfc.o
obj-$(CONFIG_S5P_DEV_FIMC0) += dev-fimc0.o
obj-$(CONFIG_S5P_DEV_FIMC1) += dev-fimc1.o
obj-$(CONFIG_S5P_DEV_FIMC2) += dev-fimc2.o
obj-$(CONFIG_S5P_DEV_FIMC3) += dev-fimc3.o
obj-$(CONFIG_S5P_DEV_FIMD0) += dev-fimd0.o
obj-$(CONFIG_S5P_DEV_I2C_HDMIPHY) += dev-i2c-hdmiphy.o
obj-$(CONFIG_S5P_DEV_ONENAND) += dev-onenand.o
obj-$(CONFIG_S5P_DEV_CSIS0) += dev-csis0.o
obj-$(CONFIG_S5P_DEV_CSIS1) += dev-csis1.o
obj-$(CONFIG_S5P_DEV_TV) += dev-tv.o
obj-$(CONFIG_S5P_DEV_USB_EHCI) += dev-ehci.o
obj-$(CONFIG_S5P_SETUP_MIPIPHY) += setup-mipiphy.o
34 changes: 0 additions & 34 deletions arch/arm/plat-s5p/dev-csis0.c

This file was deleted.

34 changes: 0 additions & 34 deletions arch/arm/plat-s5p/dev-csis1.c

This file was deleted.

57 changes: 0 additions & 57 deletions arch/arm/plat-s5p/dev-ehci.c

This file was deleted.

43 changes: 0 additions & 43 deletions arch/arm/plat-s5p/dev-fimc0.c

This file was deleted.

43 changes: 0 additions & 43 deletions arch/arm/plat-s5p/dev-fimc1.c

This file was deleted.

43 changes: 0 additions & 43 deletions arch/arm/plat-s5p/dev-fimc2.c

This file was deleted.

43 changes: 0 additions & 43 deletions arch/arm/plat-s5p/dev-fimc3.c

This file was deleted.

Loading

0 comments on commit 5716714

Please sign in to comment.