Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108623
b: refs/heads/master
c: cbc212e
h: refs/heads/master
i:
  108621: c1a16d2
  108619: a74d9f1
  108615: 4f596b2
  108607: 25c6d43
v: v3
  • Loading branch information
Ben Dooks committed Aug 9, 2008
1 parent 022ed48 commit 875e202
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ed414fb7b840b2ca8bf033efcd9fe9ea8d6fe800
refs/heads/master: cbc212e877b37fff84fd4b7ad2c44e4cd1888c85
17 changes: 17 additions & 0 deletions trunk/Documentation/arm/Samsung-S3C24XX/Overview.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Introduction

Support for the S3C2400 series is in progress.


Configuration
-------------

Expand All @@ -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-<x>
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
--------
Expand Down

0 comments on commit 875e202

Please sign in to comment.