summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c6400/include/mach/gpio.h
Commit message (Collapse)AuthorAgeFilesLines
* [ARM] S3C: Move common GPIO code from plat-s3c24xxBen Dooks2008-12-151-0/+4
| | | | | | | Move the common parts of the GPIO code into plat-s3c for use with both the s3c24xx and s3c64xx systems. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
* [ARM] S3C64XX: Add gpio bank numberingBen Dooks2008-12-151-1/+71
| | | | | | | Define the gpio numbers for the S3C64XX GPIO banks available on the S3C6400 and S3C6410. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
* [ARM] S3C64XX: Initial arch header filesBen Dooks2008-12-151-0/+22
Add the initial header files for the S3C64XX support to satisfy the minimal requirements to build a kernel. Some definitions will therefore be placeholders or empty functions that will ensure that the system can build and have base functionality. These will be filled in at a later date. Signed-off-by: Ben Dooks <ben-linux@fluff.org>