]> git.karo-electronics.de Git - mv-sheeva.git/commit - arch/m68k/include/asm/gpio.h
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)
commit5b2e6555ac3eb58a4e5eb5020471df08f0c42c01
tree38514c0431fce8567a5ae74ea76e99ef910891d9
parent9c68015b149d45a35114b4a1ed44c21fa66bc430
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>
14 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/m54xxacr.h
arch/m68k/include/asm/m54xxgpt.h [moved from arch/m68k/include/asm/m548xgpt.h with 95% similarity]
arch/m68k/include/asm/m54xxsim.h [moved from arch/m68k/include/asm/m548xsim.h with 92% similarity]
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/54xx/Makefile [moved from arch/m68knommu/platform/548x/Makefile with 100% similarity]
arch/m68knommu/platform/54xx/config.c [moved from arch/m68knommu/platform/548x/config.c with 74% similarity]
arch/m68knommu/platform/coldfire/Makefile