summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c/dev-hsmmc.c
AgeCommit message (Collapse)AuthorFilesLines
2010-01-15ARM: SAMSUNG: Move device definitions in plat-samsungBen Dooks1-68/+0
Move all the platform device definitions from plat-s3c into plat-samsung Signed-off-by: Ben Dooks <ben-linux@fluff.org>
2008-12-15[ARM] S3C6410: Add helper for setting SDHCI device informationBen Dooks1-8/+29
Add the necessary helper functions for setting up the SDHCI device information. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
2008-12-15[ARM] S3C: Move HSMMC device definition to plat-s3ecBen Dooks1-0/+47
Move the definition for the hsmmc device to plat-s3c to be shared between the s3c24xx and s3c64xx platforms. Signed-off-by: Ben Dooks <ben-linux@fluff.org>