Browse Source

arm: s5pc1xx: move SoC to mach-s5pc1xx

move arm/arm/cpu/armv7/s5pc1xx to arch/arm/mach-s5pc1xx

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Minkyu Kang 9 years ago
parent
commit
225f5eeccd

+ 2 - 4
MAINTAINERS

@@ -112,12 +112,10 @@ M:	Minkyu Kang <mk7.kang@samsung.com>
 S:	Maintained
 T:	git git://git.denx.de/u-boot-samsung.git
 F:	arch/arm/cpu/arm920t/s3c24x0/
-F:	arch/arm/cpu/armv7/exynos/
-F:	arch/arm/cpu/armv7/s5pc1xx/
+F:	arch/arm/mach-exynos/
+F:	arch/arm/mach-s5pc1xx/
 F:	arch/arm/cpu/armv7/s5p-common/
-F:	arch/arm/include/asm/arch-exynos/
 F:	arch/arm/include/asm/arch-s3c24x0/
-F:	arch/arm/include/asm/arch-s5pc1xx/
 
 ARM STM SPEAR
 M:	Vipin Kumar <vipin.kumar@st.com>

+ 1 - 1
arch/arm/Kconfig

@@ -721,7 +721,7 @@ source "arch/arm/cpu/armv7/rmobile/Kconfig"
 
 source "arch/arm/mach-rockchip/Kconfig"
 
-source "arch/arm/cpu/armv7/s5pc1xx/Kconfig"
+source "arch/arm/mach-s5pc1xx/Kconfig"
 
 source "arch/arm/mach-socfpga/Kconfig"
 

+ 1 - 0
arch/arm/Makefile

@@ -53,6 +53,7 @@ machine-$(CONFIG_ARMADA_XP)		+= mvebu
 # TODO: rename CONFIG_TEGRA -> CONFIG_ARCH_TEGRA
 # TODO: rename CONFIG_ORION5X -> CONFIG_ARCH_ORION5X
 machine-$(CONFIG_ORION5X)		+= orion5x
+machine-$(CONFIG_ARCH_S5PC1XX)		+= s5pc1xx
 machine-$(CONFIG_ARCH_SOCFPGA)		+= socfpga
 machine-$(CONFIG_ARCH_ROCKCHIP)		+= rockchip
 machine-$(CONFIG_TEGRA)			+= tegra

+ 0 - 1
arch/arm/cpu/armv7/Makefile

@@ -49,7 +49,6 @@ obj-$(CONFIG_OMAP34XX) += omap3/
 obj-$(CONFIG_OMAP44XX) += omap4/
 obj-$(CONFIG_OMAP54XX) += omap5/
 obj-$(CONFIG_RMOBILE) += rmobile/
-obj-$(CONFIG_ARCH_S5PC1XX) += s5pc1xx/
 obj-$(if $(filter stv0991,$(SOC)),y) += stv0991/
 obj-$(CONFIG_ARCH_SUNXI) += sunxi/
 obj-$(CONFIG_VF610) += vf610/

+ 0 - 0
arch/arm/cpu/armv7/s5pc1xx/Kconfig → arch/arm/mach-s5pc1xx/Kconfig


+ 0 - 0
arch/arm/cpu/armv7/s5pc1xx/Makefile → arch/arm/mach-s5pc1xx/Makefile


+ 0 - 0
arch/arm/cpu/armv7/s5pc1xx/cache.c → arch/arm/mach-s5pc1xx/cache.c


+ 0 - 0
arch/arm/cpu/armv7/s5pc1xx/clock.c → arch/arm/mach-s5pc1xx/clock.c


+ 0 - 0
arch/arm/include/asm/arch-s5pc1xx/clk.h → arch/arm/mach-s5pc1xx/include/mach/clk.h


+ 0 - 0
arch/arm/include/asm/arch-s5pc1xx/clock.h → arch/arm/mach-s5pc1xx/include/mach/clock.h


+ 0 - 0
arch/arm/include/asm/arch-s5pc1xx/cpu.h → arch/arm/mach-s5pc1xx/include/mach/cpu.h


+ 0 - 0
arch/arm/include/asm/arch-s5pc1xx/gpio.h → arch/arm/mach-s5pc1xx/include/mach/gpio.h


+ 0 - 0
arch/arm/include/asm/arch-s5pc1xx/mmc.h → arch/arm/mach-s5pc1xx/include/mach/mmc.h


+ 0 - 0
arch/arm/include/asm/arch-s5pc1xx/periph.h → arch/arm/mach-s5pc1xx/include/mach/periph.h


+ 0 - 0
arch/arm/include/asm/arch-s5pc1xx/pinmux.h → arch/arm/mach-s5pc1xx/include/mach/pinmux.h


+ 0 - 0
arch/arm/include/asm/arch-s5pc1xx/power.h → arch/arm/mach-s5pc1xx/include/mach/power.h


+ 0 - 0
arch/arm/include/asm/arch-s5pc1xx/pwm.h → arch/arm/mach-s5pc1xx/include/mach/pwm.h


+ 0 - 0
arch/arm/include/asm/arch-s5pc1xx/sromc.h → arch/arm/mach-s5pc1xx/include/mach/sromc.h


+ 0 - 0
arch/arm/include/asm/arch-s5pc1xx/sys_proto.h → arch/arm/mach-s5pc1xx/include/mach/sys_proto.h


+ 0 - 0
arch/arm/include/asm/arch-s5pc1xx/uart.h → arch/arm/mach-s5pc1xx/include/mach/uart.h


+ 0 - 0
arch/arm/include/asm/arch-s5pc1xx/watchdog.h → arch/arm/mach-s5pc1xx/include/mach/watchdog.h


+ 0 - 0
arch/arm/cpu/armv7/s5pc1xx/reset.S → arch/arm/mach-s5pc1xx/reset.S