]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
m68k: move coldfire platform code
authorGreg Ungerer <gerg@uclinux.org>
Tue, 19 Aug 2014 01:39:09 +0000 (11:39 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Sun, 28 Sep 2014 23:18:34 +0000 (09:18 +1000)
commitf86b9e03837beafb4b48d53a76ee4b88559226de
tree53a673c3719aec83c6c55c265ed6e6433d6550ca
parentfe82dcec644244676d55a1384c958d5f67979adb
m68k: move coldfire platform code

Move the m68k ColdFire platform support code directory to be with the
existing m68k platforms. Although the ColdFire is not a platform as such,
we have always kept all its support together. No reason to change that
as this time.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
38 files changed:
arch/m68k/Makefile
arch/m68k/coldfire/Makefile [moved from arch/m68k/platform/coldfire/Makefile with 100% similarity]
arch/m68k/coldfire/cache.c [moved from arch/m68k/platform/coldfire/cache.c with 100% similarity]
arch/m68k/coldfire/clk.c [moved from arch/m68k/platform/coldfire/clk.c with 100% similarity]
arch/m68k/coldfire/device.c [moved from arch/m68k/platform/coldfire/device.c with 100% similarity]
arch/m68k/coldfire/dma.c [moved from arch/m68k/platform/coldfire/dma.c with 100% similarity]
arch/m68k/coldfire/dma_timer.c [moved from arch/m68k/platform/coldfire/dma_timer.c with 100% similarity]
arch/m68k/coldfire/entry.S [moved from arch/m68k/platform/coldfire/entry.S with 100% similarity]
arch/m68k/coldfire/firebee.c [moved from arch/m68k/platform/coldfire/firebee.c with 100% similarity]
arch/m68k/coldfire/gpio.c [moved from arch/m68k/platform/coldfire/gpio.c with 100% similarity]
arch/m68k/coldfire/head.S [moved from arch/m68k/platform/coldfire/head.S with 100% similarity]
arch/m68k/coldfire/intc-2.c [moved from arch/m68k/platform/coldfire/intc-2.c with 100% similarity]
arch/m68k/coldfire/intc-5249.c [moved from arch/m68k/platform/coldfire/intc-5249.c with 100% similarity]
arch/m68k/coldfire/intc-525x.c [moved from arch/m68k/platform/coldfire/intc-525x.c with 100% similarity]
arch/m68k/coldfire/intc-5272.c [moved from arch/m68k/platform/coldfire/intc-5272.c with 100% similarity]
arch/m68k/coldfire/intc-simr.c [moved from arch/m68k/platform/coldfire/intc-simr.c with 100% similarity]
arch/m68k/coldfire/intc.c [moved from arch/m68k/platform/coldfire/intc.c with 100% similarity]
arch/m68k/coldfire/m5206.c [moved from arch/m68k/platform/coldfire/m5206.c with 100% similarity]
arch/m68k/coldfire/m520x.c [moved from arch/m68k/platform/coldfire/m520x.c with 100% similarity]
arch/m68k/coldfire/m523x.c [moved from arch/m68k/platform/coldfire/m523x.c with 100% similarity]
arch/m68k/coldfire/m5249.c [moved from arch/m68k/platform/coldfire/m5249.c with 100% similarity]
arch/m68k/coldfire/m525x.c [moved from arch/m68k/platform/coldfire/m525x.c with 100% similarity]
arch/m68k/coldfire/m5272.c [moved from arch/m68k/platform/coldfire/m5272.c with 100% similarity]
arch/m68k/coldfire/m527x.c [moved from arch/m68k/platform/coldfire/m527x.c with 100% similarity]
arch/m68k/coldfire/m528x.c [moved from arch/m68k/platform/coldfire/m528x.c with 100% similarity]
arch/m68k/coldfire/m5307.c [moved from arch/m68k/platform/coldfire/m5307.c with 100% similarity]
arch/m68k/coldfire/m53xx.c [moved from arch/m68k/platform/coldfire/m53xx.c with 100% similarity]
arch/m68k/coldfire/m5407.c [moved from arch/m68k/platform/coldfire/m5407.c with 100% similarity]
arch/m68k/coldfire/m5441x.c [moved from arch/m68k/platform/coldfire/m5441x.c with 100% similarity]
arch/m68k/coldfire/m54xx.c [moved from arch/m68k/platform/coldfire/m54xx.c with 100% similarity]
arch/m68k/coldfire/mcf8390.c [moved from arch/m68k/platform/coldfire/mcf8390.c with 100% similarity]
arch/m68k/coldfire/nettel.c [moved from arch/m68k/platform/coldfire/nettel.c with 100% similarity]
arch/m68k/coldfire/pci.c [moved from arch/m68k/platform/coldfire/pci.c with 100% similarity]
arch/m68k/coldfire/pit.c [moved from arch/m68k/platform/coldfire/pit.c with 100% similarity]
arch/m68k/coldfire/reset.c [moved from arch/m68k/platform/coldfire/reset.c with 100% similarity]
arch/m68k/coldfire/sltimers.c [moved from arch/m68k/platform/coldfire/sltimers.c with 100% similarity]
arch/m68k/coldfire/timers.c [moved from arch/m68k/platform/coldfire/timers.c with 100% similarity]
arch/m68k/coldfire/vectors.c [moved from arch/m68k/platform/coldfire/vectors.c with 100% similarity]