From 875e202c1435199e4ed1287c612ff3492fff147e Mon Sep 17 00:00:00 2001 From: Ben Dooks Date: Fri, 8 Aug 2008 21:22:37 +0100 Subject: [PATCH] --- yaml --- r: 108623 b: refs/heads/master c: cbc212e877b37fff84fd4b7ad2c44e4cd1888c85 h: refs/heads/master i: 108621: c1a16d2f445deaf15a071d35824ca20d1c9703fe 108619: a74d9f13c052d3386fa6f6f27ed7bc0ee1211ebe 108615: 4f596b298ab7f8f185e6414bef58566dc1c1552f 108607: 25c6d43f5886f2c872f587cf0805340f83cbbac0 v: v3 --- [refs] | 2 +- .../arm/Samsung-S3C24XX/Overview.txt | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index e714152829f9..bfe45bcadeee 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ed414fb7b840b2ca8bf033efcd9fe9ea8d6fe800 +refs/heads/master: cbc212e877b37fff84fd4b7ad2c44e4cd1888c85 diff --git a/trunk/Documentation/arm/Samsung-S3C24XX/Overview.txt b/trunk/Documentation/arm/Samsung-S3C24XX/Overview.txt index 014a8ec4877d..c667078e0cfa 100644 --- a/trunk/Documentation/arm/Samsung-S3C24XX/Overview.txt +++ b/trunk/Documentation/arm/Samsung-S3C24XX/Overview.txt @@ -12,6 +12,7 @@ Introduction Support for the S3C2400 series is in progress. + Configuration ------------- @@ -38,6 +39,22 @@ Layout Register, kernel and platform data definitions are held in the arch/arm/mach-s3c2410 directory./include/mach +arch/arm/plat-s3c24xx: + + Files in here are either common to all the s3c24xx family, + or are common to only some of them with names to indicate this + status. The files that are not common to all are generally named + with the initial cpu they support in the series to ensure a short + name without any possibility of confusion with newer devices. + + As an example, initially s3c244x would cover s3c2440 and s3c2442, but + with the s3c2443 which does not share many of the same drivers in + this directory, the name becomes invalid. We stick to s3c2440- + to indicate a driver that is s3c2440 and s3c2442 compatible. + + This does mean that to find the status of any given SoC, a number + of directories may need to be searched. + Machines --------