19 Dec, 2008
1 commit
-
The commit 39263db7986bf15c753f6847699107bdf5a2e318 added
a default implementation which is shared if
needed between all the s3c implementations. Remove the
s3c24a0 version which is the same as this.Signed-off-by: Ben Dooks
16 Dec, 2008
7 commits
-
Make the device i2c0 common to plat-s3c and move the
definitions from arch/arm/plat-s3c24xx/devs.cSigned-off-by: Ben Dooks
-
Add support to the Samsung serial driver for the S3C6400
and S3C6410 serial ports.Signed-off-by: Ben Dooks
-
Split the timer pending code out to a seperate per-machine
header so that when compiling for mach-s3c2410 or mach-s3c24a0
we can use the right timer code without having to #ifdef the
timer driver.Signed-off-by: Ben Dooks
-
Initial architecture support for the S3C24A0 ARCH_S3C24A0.
We don't yet add an kconfig entry in the main arch/arm/Kconfig
file as the series is not complete, so that is left until enough
support is in to be useful.Signed-off-by: Ben Dooks
-
Split the map.h definitions into common S3C24XX code by
adding arch/arm/plat-s3c24xx/include/plat/map.h and
altering the machine specific header for the S3C24A0.As we add a new we move the original one
in arch/arm/plat-s3c include directory to be called
map-base.h to distinguish the two files.Signed-off-by: Ben Dooks
-
Add the necessary debug macros for the S3C24A0 to enable
kernel debugging, and fix a bug with selecting the wrong
default debug implementation from the base include.Signed-off-by: Ben Dooks
-
Add initial arch/arm/mach-s3c24a0/include/mach header
files for supporting Samsung S3C24A0 SoC.Signed-off-by: Sandeep Patil
Signed-off-by: Ben Dooks