]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
arm: s5pc1xx: move SoC to mach-s5pc1xx
authorMinkyu Kang <mk7.kang@samsung.com>
Fri, 20 Nov 2015 06:24:57 +0000 (15:24 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Mon, 30 Nov 2015 08:17:01 +0000 (17:17 +0900)
move arm/arm/cpu/armv7/s5pc1xx to arch/arm/mach-s5pc1xx

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
22 files changed:
MAINTAINERS
arch/arm/Kconfig
arch/arm/Makefile
arch/arm/cpu/armv7/Makefile
arch/arm/mach-s5pc1xx/Kconfig [moved from arch/arm/cpu/armv7/s5pc1xx/Kconfig with 100% similarity]
arch/arm/mach-s5pc1xx/Makefile [moved from arch/arm/cpu/armv7/s5pc1xx/Makefile with 100% similarity]
arch/arm/mach-s5pc1xx/cache.c [moved from arch/arm/cpu/armv7/s5pc1xx/cache.c with 100% similarity]
arch/arm/mach-s5pc1xx/clock.c [moved from arch/arm/cpu/armv7/s5pc1xx/clock.c with 100% similarity]
arch/arm/mach-s5pc1xx/include/mach/clk.h [moved from arch/arm/include/asm/arch-s5pc1xx/clk.h with 100% similarity]
arch/arm/mach-s5pc1xx/include/mach/clock.h [moved from arch/arm/include/asm/arch-s5pc1xx/clock.h with 100% similarity]
arch/arm/mach-s5pc1xx/include/mach/cpu.h [moved from arch/arm/include/asm/arch-s5pc1xx/cpu.h with 100% similarity]
arch/arm/mach-s5pc1xx/include/mach/gpio.h [moved from arch/arm/include/asm/arch-s5pc1xx/gpio.h with 100% similarity]
arch/arm/mach-s5pc1xx/include/mach/mmc.h [moved from arch/arm/include/asm/arch-s5pc1xx/mmc.h with 100% similarity]
arch/arm/mach-s5pc1xx/include/mach/periph.h [moved from arch/arm/include/asm/arch-s5pc1xx/periph.h with 100% similarity]
arch/arm/mach-s5pc1xx/include/mach/pinmux.h [moved from arch/arm/include/asm/arch-s5pc1xx/pinmux.h with 100% similarity]
arch/arm/mach-s5pc1xx/include/mach/power.h [moved from arch/arm/include/asm/arch-s5pc1xx/power.h with 100% similarity]
arch/arm/mach-s5pc1xx/include/mach/pwm.h [moved from arch/arm/include/asm/arch-s5pc1xx/pwm.h with 100% similarity]
arch/arm/mach-s5pc1xx/include/mach/sromc.h [moved from arch/arm/include/asm/arch-s5pc1xx/sromc.h with 100% similarity]
arch/arm/mach-s5pc1xx/include/mach/sys_proto.h [moved from arch/arm/include/asm/arch-s5pc1xx/sys_proto.h with 100% similarity]
arch/arm/mach-s5pc1xx/include/mach/uart.h [moved from arch/arm/include/asm/arch-s5pc1xx/uart.h with 100% similarity]
arch/arm/mach-s5pc1xx/include/mach/watchdog.h [moved from arch/arm/include/asm/arch-s5pc1xx/watchdog.h with 100% similarity]
arch/arm/mach-s5pc1xx/reset.S [moved from arch/arm/cpu/armv7/s5pc1xx/reset.S with 100% similarity]

index b3a45ccbac65957dfa2d029c3df229790ff2fbff..394be1ec323c448a182c23555c0c3c38be85a376 100644 (file)
@@ -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>
index 6542c38304a57c93a421028bb254ec79a7b364c4..97056859d088bc522e9c8c361b461aeba4da6bb5 100644 (file)
@@ -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"
 
index 58f9bbb76c9356be46fabd1bbdd4c99e0b7b7f98..18283d1d359fd1f860dc5d2545ce30849fa00bae 100644 (file)
@@ -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
index c8d142220aba36a67a3ca3bd91a94b78085a8681..45f346c9497e409ed74100a1248619faf25a0d0e 100644 (file)
@@ -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/