Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | ARM: S3C64XX: Squash SDHCI setup into one file | Ben Dooks | 2010-01-25 | |
| | | | | | | | Squash the SDHCI setup for both the S3C6400 and S3C6410 into one file and make the S3C6410 case use the S3C6400 code. Signed-off-by: Ben Dooks <ben-linux@fluff.org> | |||
* | ARM: S3C64XX: Remove useless IO descriptor from S3C6410 | Ben Dooks | 2010-01-25 | |
| | | | | | | | The iotable in arch/arm/mach-s3c64xx/s3c6410.c is currently empty and therefore can be removed from the build. Signed-off-by: Ben Dooks <ben-linux@fluff.org> | |||
* | ARM: S3C64XX: Merge mach-s3c6400 and mach-s3c6410 | Ben Dooks | 2010-01-25 | |
As per discussions with Russell King on linux-arm-kernel, it appears that both mach-s3c6400 and mach-s3c6410 are so close together that they should simply be merged into mach-s3c64xx. Note, this patch does not eliminate any of the bits that are still common, it is simply a move of the two directories together, any further common code will be eliminated or moved in further patches. Signed-off-by: Ben Dooks <ben-linux@fluff.org> |