ARM: S3C24XX: Consolidate Simtec extensions
authorHeiko Stuebner <heiko@sntech.de>
Wed, 7 Mar 2012 09:47:11 +0000 (01:47 -0800)
committerKukjin Kim <kgene.kim@samsung.com>
Wed, 7 Mar 2012 09:47:11 +0000 (01:47 -0800)
commitec2cc753f47bfb4ce3584eb8cd9119340617bf12
tree5419b4255c07996e6ea6ed52f6fd7a85758daf92
parent9072dc983fb1743b711791a63ddfe5a7a52ef361
ARM: S3C24XX: Consolidate Simtec extensions

The Simtec extension didn't follow a specific naming scheme for files
and config options until now. This distributed the files throughout
the whole mach-s3c24xx directory.

This patch fixes the naming of files and option names and also creates
a simtec.h header instead of using many one-liners.

As the plat/audio-simtec.h only contains the platform-data struct now,
it can also move to include/sound in a later patch.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
14 files changed:
arch/arm/mach-s3c24xx/Kconfig
arch/arm/mach-s3c24xx/Makefile
arch/arm/mach-s3c24xx/mach-anubis.c
arch/arm/mach-s3c24xx/mach-bast.c
arch/arm/mach-s3c24xx/mach-vr1000.c
arch/arm/mach-s3c24xx/nor-simtec.c [deleted file]
arch/arm/mach-s3c24xx/nor-simtec.h [deleted file]
arch/arm/mach-s3c24xx/simtec-audio.c
arch/arm/mach-s3c24xx/simtec-nor.c [new file with mode: 0644]
arch/arm/mach-s3c24xx/simtec-usb.c [new file with mode: 0644]
arch/arm/mach-s3c24xx/simtec.h [new file with mode: 0644]
arch/arm/mach-s3c24xx/usb-simtec.c [deleted file]
arch/arm/mach-s3c24xx/usb-simtec.h [deleted file]
arch/arm/plat-samsung/include/plat/audio-simtec.h