Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: spear: move all files to mach-spear

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>

+24 -51
+1 -1
arch/arm/Kconfig
··· 1104 1104 1105 1105 source "arch/arm/mach-socfpga/Kconfig" 1106 1106 1107 - source "arch/arm/plat-spear/Kconfig" 1107 + source "arch/arm/mach-spear/Kconfig" 1108 1108 1109 1109 source "arch/arm/mach-s3c24xx/Kconfig" 1110 1110
+1 -4
arch/arm/Makefile
··· 191 191 machine-$(CONFIG_ARCH_W90X900) += w90x900 192 192 machine-$(CONFIG_FOOTBRIDGE) += footbridge 193 193 machine-$(CONFIG_ARCH_SOCFPGA) += socfpga 194 - machine-$(CONFIG_ARCH_SPEAR13XX) += spear13xx 195 - machine-$(CONFIG_ARCH_SPEAR3XX) += spear3xx 196 - machine-$(CONFIG_MACH_SPEAR600) += spear6xx 194 + machine-$(CONFIG_PLAT_SPEAR) += spear 197 195 machine-$(CONFIG_ARCH_VIRT) += virt 198 196 machine-$(CONFIG_ARCH_ZYNQ) += zynq 199 197 machine-$(CONFIG_ARCH_SUNXI) += sunxi ··· 205 207 plat-$(CONFIG_PLAT_PXA) += pxa 206 208 plat-$(CONFIG_PLAT_S3C24XX) += samsung 207 209 plat-$(CONFIG_PLAT_S5P) += samsung 208 - plat-$(CONFIG_PLAT_SPEAR) += spear 209 210 plat-$(CONFIG_PLAT_VERSATILE) += versatile 210 211 211 212 ifeq ($(CONFIG_ARCH_EBSA110),y)
+22
arch/arm/mach-spear/Makefile
··· 1 + # 2 + # SPEAr Platform specific Makefile 3 + # 4 + 5 + # Common support 6 + obj-y := restart.o time.o 7 + 8 + obj-$(CONFIG_SMP) += headsmp.o platsmp.o 9 + obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o 10 + 11 + obj-$(CONFIG_ARCH_SPEAR13XX) += spear13xx.o 12 + obj-$(CONFIG_MACH_SPEAR1310) += spear1310.o 13 + obj-$(CONFIG_MACH_SPEAR1340) += spear1340.o 14 + 15 + obj-$(CONFIG_ARCH_SPEAR3XX) += spear3xx.o 16 + obj-$(CONFIG_ARCH_SPEAR3XX) += pl080.o 17 + obj-$(CONFIG_MACH_SPEAR300) += spear300.o 18 + obj-$(CONFIG_MACH_SPEAR310) += spear310.o 19 + obj-$(CONFIG_MACH_SPEAR320) += spear320.o 20 + 21 + obj-$(CONFIG_ARCH_SPEAR6XX) += spear6xx.o 22 + obj-$(CONFIG_ARCH_SPEAR6XX) += pl080.o
-10
arch/arm/mach-spear13xx/Makefile
··· 1 - # 2 - # Makefile for SPEAr13XX machine series 3 - # 4 - 5 - obj-$(CONFIG_SMP) += headsmp.o platsmp.o 6 - obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o 7 - 8 - obj-$(CONFIG_ARCH_SPEAR13XX) += spear13xx.o 9 - obj-$(CONFIG_MACH_SPEAR1310) += spear1310.o 10 - obj-$(CONFIG_MACH_SPEAR1340) += spear1340.o
arch/arm/mach-spear13xx/Makefile.boot arch/arm/mach-spear/Makefile.boot
arch/arm/mach-spear13xx/headsmp.S arch/arm/mach-spear/headsmp.S
arch/arm/mach-spear13xx/hotplug.c arch/arm/mach-spear/hotplug.c
arch/arm/mach-spear13xx/platsmp.c arch/arm/mach-spear/platsmp.c
arch/arm/mach-spear13xx/spear1310.c arch/arm/mach-spear/spear1310.c
arch/arm/mach-spear13xx/spear1340.c arch/arm/mach-spear/spear1340.c
arch/arm/mach-spear13xx/spear13xx-dma.h arch/arm/mach-spear/spear13xx-dma.h
arch/arm/mach-spear13xx/spear13xx.c arch/arm/mach-spear/spear13xx.c
-15
arch/arm/mach-spear3xx/Makefile
··· 1 - # 2 - # Makefile for SPEAr3XX machine series 3 - # 4 - 5 - # common files 6 - obj-$(CONFIG_ARCH_SPEAR3XX) += spear3xx.o 7 - 8 - # spear300 specific files 9 - obj-$(CONFIG_MACH_SPEAR300) += spear300.o 10 - 11 - # spear310 specific files 12 - obj-$(CONFIG_MACH_SPEAR310) += spear310.o 13 - 14 - # spear320 specific files 15 - obj-$(CONFIG_MACH_SPEAR320) += spear320.o
-3
arch/arm/mach-spear3xx/Makefile.boot
··· 1 - zreladdr-y += 0x00008000 2 - params_phys-y := 0x00000100 3 - initrd_phys-y := 0x00800000
arch/arm/mach-spear3xx/spear300.c arch/arm/mach-spear/spear300.c
arch/arm/mach-spear3xx/spear310.c arch/arm/mach-spear/spear310.c
arch/arm/mach-spear3xx/spear320.c arch/arm/mach-spear/spear320.c
arch/arm/mach-spear3xx/spear3xx.c arch/arm/mach-spear/spear3xx.c
-6
arch/arm/mach-spear6xx/Makefile
··· 1 - # 2 - # Makefile for SPEAr6XX machine series 3 - # 4 - 5 - # common files 6 - obj-y += spear6xx.o
-3
arch/arm/mach-spear6xx/Makefile.boot
··· 1 - zreladdr-y += 0x00008000 2 - params_phys-y := 0x00000100 3 - initrd_phys-y := 0x00800000
arch/arm/mach-spear6xx/spear6xx.c arch/arm/mach-spear/spear6xx.c
arch/arm/plat-spear/Kconfig arch/arm/mach-spear/Kconfig
-9
arch/arm/plat-spear/Makefile
··· 1 - # 2 - # SPEAr Platform specific Makefile 3 - # 4 - 5 - # Common support 6 - obj-y := restart.o time.o 7 - 8 - obj-$(CONFIG_ARCH_SPEAR3XX) += pl080.o 9 - obj-$(CONFIG_ARCH_SPEAR6XX) += pl080.o
arch/arm/plat-spear/include/mach/debug-macro.S arch/arm/mach-spear/include/mach/debug-macro.S
arch/arm/plat-spear/include/mach/generic.h arch/arm/mach-spear/include/mach/generic.h
arch/arm/plat-spear/include/mach/hardware.h arch/arm/mach-spear/include/mach/hardware.h
arch/arm/plat-spear/include/mach/irqs.h arch/arm/mach-spear/include/mach/irqs.h
arch/arm/plat-spear/include/mach/misc_regs.h arch/arm/mach-spear/include/mach/misc_regs.h
arch/arm/plat-spear/include/mach/spear.h arch/arm/mach-spear/include/mach/spear.h
arch/arm/plat-spear/include/mach/timex.h arch/arm/mach-spear/include/mach/timex.h
arch/arm/plat-spear/include/mach/uncompress.h arch/arm/mach-spear/include/mach/uncompress.h
arch/arm/plat-spear/include/plat/pl080.h arch/arm/mach-spear/include/plat/pl080.h
arch/arm/plat-spear/pl080.c arch/arm/mach-spear/pl080.c
arch/arm/plat-spear/restart.c arch/arm/mach-spear/restart.c
arch/arm/plat-spear/time.c arch/arm/mach-spear/time.c