aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c6410/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* [PATCH] S3C64XX: Basic A&W6410 board support patch V2Kwangwoo Lee2009-05-011-0/+3
| | | | | | | | | | | | | A&W6410 board uses Samsung S3C6410 SoC and it is registered with 2183. Framebuffer and ethernet devices are supported currently. Unnecessary header file is removed. Fix to use __raw_writel() and __raw_readl() for accessing mapped address. Thank you for your comments. Signed-off-by: Kwangwoo Lee <kwangwoo.lee@gmail.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
* [ARM] S3C6410: Basic support for NCP board (v2)Kyungmin Park2009-05-011-0/+1
| | | | | | | | | This is a basic support for NCP board based on s3c6410. Only enables the serial. also remove empty i2c device. Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
* [ARM] S3C6410: Add helper for setting SDHCI device informationBen Dooks2008-12-151-0/+4
| | | | | | | Add the necessary helper functions for setting up the SDHCI device information. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
* [ARM] SMDK6410: Initial machine supportBen Dooks2008-12-151-0/+3
| | | | | | Initial machine support for the Samsung SMDK6410. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
* [ARM] S3C6410: Initial CPU support codeBen Dooks2008-12-151-0/+16
Initial support for the Samsung S3C6410 SoC. Signed-off-by: Ben Dooks <ben-linux@fluff.org>