]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[ARM] 4198/2: S3C2443: arch/arm/mach-s3c2443 and related support
authorBen Dooks <ben-linux@fluff.org>
Fri, 16 Feb 2007 11:12:31 +0000 (12:12 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 16 Feb 2007 11:13:37 +0000 (11:13 +0000)
commite4d06e39530559513c7e335ef7ca4675f8146220
treecfc65d49f873626c6be087d1a4411f6b48bec3c5
parent17908ed715e63a02484838b5456fb3fdbd1dfed6
[ARM] 4198/2: S3C2443: arch/arm/mach-s3c2443 and related support

Add arch/arm/mach-s3c2443 for support of the Samsung S3C2443 SoC

This patch adds the core CPU support, clock framework, times
and initial IRQ support, as well as adding the directory into
the build tree.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/Kconfig
arch/arm/Makefile
arch/arm/mach-s3c2443/Kconfig [new file with mode: 0644]
arch/arm/mach-s3c2443/Makefile [new file with mode: 0644]
arch/arm/mach-s3c2443/clock.c [new file with mode: 0644]
arch/arm/mach-s3c2443/irq.c [new file with mode: 0644]
arch/arm/mach-s3c2443/s3c2443.c [new file with mode: 0644]
arch/arm/plat-s3c24xx/cpu.c
arch/arm/plat-s3c24xx/s3c244x.c
include/asm-arm/plat-s3c24xx/cpu.h
include/asm-arm/plat-s3c24xx/s3c2443.h [new file with mode: 0644]