ARM: S3C64XX: Move core support to mach-s3c64xx
authorBen Dooks <ben-linux@fluff.org>
Tue, 26 Jan 2010 04:41:30 +0000 (13:41 +0900)
committerBen Dooks <ben-linux@fluff.org>
Sat, 20 Feb 2010 22:33:54 +0000 (22:33 +0000)
commitf7be9abaa5f4a64fdcca6808bb7eacb3547e574e
tree0c14f12dcf4828bcdb8096faf0a577b3cc0c942e
parent88fc68a280709f3fb9488986ab39eac330d17b6d
ARM: S3C64XX: Move core support to mach-s3c64xx

Move the core S3C64XX support to mach-s3c64xx as it is unlikely to be used
outside of this directory. Also move the SoC header files in with it.

This includes the clock, cpu, cpufreq, dma, gpiolib and pll support.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
32 files changed:
arch/arm/mach-s3c64xx/Kconfig
arch/arm/mach-s3c64xx/Makefile
arch/arm/mach-s3c64xx/clock.c [new file with mode: 0644]
arch/arm/mach-s3c64xx/cpu.c [new file with mode: 0644]
arch/arm/mach-s3c64xx/cpufreq.c [new file with mode: 0644]
arch/arm/mach-s3c64xx/dma.c [new file with mode: 0644]
arch/arm/mach-s3c64xx/gpiolib.c [new file with mode: 0644]
arch/arm/mach-s3c64xx/include/mach/pll.h [new file with mode: 0644]
arch/arm/mach-s3c64xx/include/mach/s3c6400.h [new file with mode: 0644]
arch/arm/mach-s3c64xx/include/mach/s3c6410.h [new file with mode: 0644]
arch/arm/mach-s3c64xx/mach-anw6410.c
arch/arm/mach-s3c64xx/mach-hmt.c
arch/arm/mach-s3c64xx/mach-ncp.c
arch/arm/mach-s3c64xx/mach-smdk6400.c
arch/arm/mach-s3c64xx/mach-smdk6410.c
arch/arm/mach-s3c64xx/pm.c [new file with mode: 0644]
arch/arm/mach-s3c64xx/s3c6400.c
arch/arm/mach-s3c64xx/s3c6410.c
arch/arm/mach-s3c64xx/sleep.S [new file with mode: 0644]
arch/arm/plat-s3c64xx/Kconfig
arch/arm/plat-s3c64xx/Makefile
arch/arm/plat-s3c64xx/clock.c [deleted file]
arch/arm/plat-s3c64xx/cpu.c [deleted file]
arch/arm/plat-s3c64xx/cpufreq.c [deleted file]
arch/arm/plat-s3c64xx/dma.c [deleted file]
arch/arm/plat-s3c64xx/gpiolib.c [deleted file]
arch/arm/plat-s3c64xx/include/plat/pll.h [deleted file]
arch/arm/plat-s3c64xx/include/plat/s3c6400.h [deleted file]
arch/arm/plat-s3c64xx/include/plat/s3c6410.h [deleted file]
arch/arm/plat-s3c64xx/pm.c [deleted file]
arch/arm/plat-s3c64xx/s3c6400-init.c
arch/arm/plat-s3c64xx/sleep.S [deleted file]
This page took 0.029422 seconds and 5 git commands to generate.