]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: spear: move all files to mach-spear
authorArnd Bergmann <arnd@arndb.de>
Sun, 2 Dec 2012 14:12:47 +0000 (15:12 +0100)
committerArnd Bergmann <arnd@arndb.de>
Tue, 12 Mar 2013 16:39:47 +0000 (17:39 +0100)
There are no conflicting files between the three mach-spear* directories
and plat-spear any more, so we can now move all file to a common
mach-spear directory.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
35 files changed:
arch/arm/Kconfig
arch/arm/Makefile
arch/arm/mach-spear/Kconfig [moved from arch/arm/plat-spear/Kconfig with 100% similarity]
arch/arm/mach-spear/Makefile [new file with mode: 0644]
arch/arm/mach-spear/Makefile.boot [moved from arch/arm/mach-spear13xx/Makefile.boot with 100% similarity]
arch/arm/mach-spear/headsmp.S [moved from arch/arm/mach-spear13xx/headsmp.S with 100% similarity]
arch/arm/mach-spear/hotplug.c [moved from arch/arm/mach-spear13xx/hotplug.c with 100% similarity]
arch/arm/mach-spear/include/mach/debug-macro.S [moved from arch/arm/plat-spear/include/mach/debug-macro.S with 100% similarity]
arch/arm/mach-spear/include/mach/generic.h [moved from arch/arm/plat-spear/include/mach/generic.h with 100% similarity]
arch/arm/mach-spear/include/mach/hardware.h [moved from arch/arm/plat-spear/include/mach/hardware.h with 100% similarity]
arch/arm/mach-spear/include/mach/irqs.h [moved from arch/arm/plat-spear/include/mach/irqs.h with 100% similarity]
arch/arm/mach-spear/include/mach/misc_regs.h [moved from arch/arm/plat-spear/include/mach/misc_regs.h with 100% similarity]
arch/arm/mach-spear/include/mach/spear.h [moved from arch/arm/plat-spear/include/mach/spear.h with 100% similarity]
arch/arm/mach-spear/include/mach/timex.h [moved from arch/arm/plat-spear/include/mach/timex.h with 100% similarity]
arch/arm/mach-spear/include/mach/uncompress.h [moved from arch/arm/plat-spear/include/mach/uncompress.h with 100% similarity]
arch/arm/mach-spear/include/plat/pl080.h [moved from arch/arm/plat-spear/include/plat/pl080.h with 100% similarity]
arch/arm/mach-spear/pl080.c [moved from arch/arm/plat-spear/pl080.c with 100% similarity]
arch/arm/mach-spear/platsmp.c [moved from arch/arm/mach-spear13xx/platsmp.c with 100% similarity]
arch/arm/mach-spear/restart.c [moved from arch/arm/plat-spear/restart.c with 100% similarity]
arch/arm/mach-spear/spear1310.c [moved from arch/arm/mach-spear13xx/spear1310.c with 100% similarity]
arch/arm/mach-spear/spear1340.c [moved from arch/arm/mach-spear13xx/spear1340.c with 100% similarity]
arch/arm/mach-spear/spear13xx-dma.h [moved from arch/arm/mach-spear13xx/spear13xx-dma.h with 100% similarity]
arch/arm/mach-spear/spear13xx.c [moved from arch/arm/mach-spear13xx/spear13xx.c with 100% similarity]
arch/arm/mach-spear/spear300.c [moved from arch/arm/mach-spear3xx/spear300.c with 100% similarity]
arch/arm/mach-spear/spear310.c [moved from arch/arm/mach-spear3xx/spear310.c with 100% similarity]
arch/arm/mach-spear/spear320.c [moved from arch/arm/mach-spear3xx/spear320.c with 100% similarity]
arch/arm/mach-spear/spear3xx.c [moved from arch/arm/mach-spear3xx/spear3xx.c with 100% similarity]
arch/arm/mach-spear/spear6xx.c [moved from arch/arm/mach-spear6xx/spear6xx.c with 100% similarity]
arch/arm/mach-spear/time.c [moved from arch/arm/plat-spear/time.c with 100% similarity]
arch/arm/mach-spear13xx/Makefile [deleted file]
arch/arm/mach-spear3xx/Makefile [deleted file]
arch/arm/mach-spear3xx/Makefile.boot [deleted file]
arch/arm/mach-spear6xx/Makefile [deleted file]
arch/arm/mach-spear6xx/Makefile.boot [deleted file]
arch/arm/plat-spear/Makefile [deleted file]

index 5b714695b01bb9db0455ad2f5c959a714aa00064..4d2b1cf0593162b23e715bcee2b0918819424315 100644 (file)
@@ -1104,7 +1104,7 @@ source "arch/arm/plat-samsung/Kconfig"
 
 source "arch/arm/mach-socfpga/Kconfig"
 
-source "arch/arm/plat-spear/Kconfig"
+source "arch/arm/mach-spear/Kconfig"
 
 source "arch/arm/mach-s3c24xx/Kconfig"
 
index ee4605f400b099f59e6fc2db22040cfa66ea00a4..8276536815a80a7aa3f5f3cf6e391003512ee862 100644 (file)
@@ -191,9 +191,7 @@ machine-$(CONFIG_ARCH_VT8500)               += vt8500
 machine-$(CONFIG_ARCH_W90X900)         += w90x900
 machine-$(CONFIG_FOOTBRIDGE)           += footbridge
 machine-$(CONFIG_ARCH_SOCFPGA)         += socfpga
-machine-$(CONFIG_ARCH_SPEAR13XX)       += spear13xx
-machine-$(CONFIG_ARCH_SPEAR3XX)                += spear3xx
-machine-$(CONFIG_MACH_SPEAR600)                += spear6xx
+machine-$(CONFIG_PLAT_SPEAR)           += spear
 machine-$(CONFIG_ARCH_VIRT)            += virt
 machine-$(CONFIG_ARCH_ZYNQ)            += zynq
 machine-$(CONFIG_ARCH_SUNXI)           += sunxi
@@ -207,7 +205,6 @@ plat-$(CONFIG_PLAT_ORION)   += orion
 plat-$(CONFIG_PLAT_PXA)                += pxa
 plat-$(CONFIG_PLAT_S3C24XX)    += samsung
 plat-$(CONFIG_PLAT_S5P)                += samsung
-plat-$(CONFIG_PLAT_SPEAR)      += spear
 plat-$(CONFIG_PLAT_VERSATILE)  += versatile
 
 ifeq ($(CONFIG_ARCH_EBSA110),y)
diff --git a/arch/arm/mach-spear/Makefile b/arch/arm/mach-spear/Makefile
new file mode 100644 (file)
index 0000000..8a937bf
--- /dev/null
@@ -0,0 +1,22 @@
+#
+# SPEAr Platform specific Makefile
+#
+
+# Common support
+obj-y  := restart.o time.o
+
+obj-$(CONFIG_SMP)              += headsmp.o platsmp.o
+obj-$(CONFIG_HOTPLUG_CPU)      += hotplug.o
+
+obj-$(CONFIG_ARCH_SPEAR13XX)   += spear13xx.o
+obj-$(CONFIG_MACH_SPEAR1310)   += spear1310.o
+obj-$(CONFIG_MACH_SPEAR1340)   += spear1340.o
+
+obj-$(CONFIG_ARCH_SPEAR3XX)    += spear3xx.o
+obj-$(CONFIG_ARCH_SPEAR3XX)    += pl080.o
+obj-$(CONFIG_MACH_SPEAR300)    += spear300.o
+obj-$(CONFIG_MACH_SPEAR310)    += spear310.o
+obj-$(CONFIG_MACH_SPEAR320)    += spear320.o
+
+obj-$(CONFIG_ARCH_SPEAR6XX)    += spear6xx.o
+obj-$(CONFIG_ARCH_SPEAR6XX)    += pl080.o
diff --git a/arch/arm/mach-spear13xx/Makefile b/arch/arm/mach-spear13xx/Makefile
deleted file mode 100644 (file)
index 3435ea7..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-# Makefile for SPEAr13XX machine series
-#
-
-obj-$(CONFIG_SMP)              += headsmp.o platsmp.o
-obj-$(CONFIG_HOTPLUG_CPU)      += hotplug.o
-
-obj-$(CONFIG_ARCH_SPEAR13XX)   += spear13xx.o
-obj-$(CONFIG_MACH_SPEAR1310)   += spear1310.o
-obj-$(CONFIG_MACH_SPEAR1340)   += spear1340.o
diff --git a/arch/arm/mach-spear3xx/Makefile b/arch/arm/mach-spear3xx/Makefile
deleted file mode 100644 (file)
index 8d12faa..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# Makefile for SPEAr3XX machine series
-#
-
-# common files
-obj-$(CONFIG_ARCH_SPEAR3XX)    += spear3xx.o
-
-# spear300 specific files
-obj-$(CONFIG_MACH_SPEAR300) += spear300.o
-
-# spear310 specific files
-obj-$(CONFIG_MACH_SPEAR310) += spear310.o
-
-# spear320 specific files
-obj-$(CONFIG_MACH_SPEAR320) += spear320.o
diff --git a/arch/arm/mach-spear3xx/Makefile.boot b/arch/arm/mach-spear3xx/Makefile.boot
deleted file mode 100644 (file)
index 4674a4c..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-zreladdr-y     += 0x00008000
-params_phys-y  := 0x00000100
-initrd_phys-y  := 0x00800000
diff --git a/arch/arm/mach-spear6xx/Makefile b/arch/arm/mach-spear6xx/Makefile
deleted file mode 100644 (file)
index 898831d..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#
-# Makefile for SPEAr6XX machine series
-#
-
-# common files
-obj-y  += spear6xx.o
diff --git a/arch/arm/mach-spear6xx/Makefile.boot b/arch/arm/mach-spear6xx/Makefile.boot
deleted file mode 100644 (file)
index 4674a4c..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-zreladdr-y     += 0x00008000
-params_phys-y  := 0x00000100
-initrd_phys-y  := 0x00800000
diff --git a/arch/arm/plat-spear/Makefile b/arch/arm/plat-spear/Makefile
deleted file mode 100644 (file)
index 01e8853..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#
-# SPEAr Platform specific Makefile
-#
-
-# Common support
-obj-y  := restart.o time.o
-
-obj-$(CONFIG_ARCH_SPEAR3XX)    += pl080.o
-obj-$(CONFIG_ARCH_SPEAR6XX)    += pl080.o