]> git.baikalelectronics.ru Git - kernel.git/commit
m68knommu: make Coldfire 548x support more generic
authorGreg Ungerer <gerg@uclinux.org>
Tue, 2 Nov 2010 02:05:29 +0000 (12:05 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Wed, 5 Jan 2011 05:19:17 +0000 (15:19 +1000)
commitb5373698b0ba29aac47019c3dd5df11942f9f5f0
tree38514c0431fce8567a5ae74ea76e99ef910891d9
parent959f959b8c652e9a0f1c1537202ddd4c8dabf5f0
m68knommu: make Coldfire 548x support more generic

The ColdFire 547x family of processors is very similar to the ColdFire
548x series. Almost all of the support for them is the same. Make the
code supporting the 548x more gneric, so it will be capable of
supporting both families.

For the most part this is a renaming excerise to make the support
code more obviously apply to both families.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
18 files changed:
arch/m68k/include/asm/cacheflush_no.h
arch/m68k/include/asm/coldfire.h
arch/m68k/include/asm/gpio.h
arch/m68k/include/asm/m548xgpt.h [deleted file]
arch/m68k/include/asm/m548xsim.h [deleted file]
arch/m68k/include/asm/m54xxacr.h
arch/m68k/include/asm/m54xxgpt.h [new file with mode: 0644]
arch/m68k/include/asm/m54xxsim.h [new file with mode: 0644]
arch/m68k/include/asm/mcfcache.h
arch/m68k/include/asm/mcfsim.h
arch/m68k/include/asm/mcfuart.h
arch/m68knommu/Kconfig
arch/m68knommu/Makefile
arch/m68knommu/platform/548x/Makefile [deleted file]
arch/m68knommu/platform/548x/config.c [deleted file]
arch/m68knommu/platform/54xx/Makefile [new file with mode: 0644]
arch/m68knommu/platform/54xx/config.c [new file with mode: 0644]
arch/m68knommu/platform/coldfire/Makefile