summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c/include/plat/sdhci.h
Commit message (Collapse)AuthorAgeFilesLines
* ARM: Merge next-s3c64xx-updatesBen Dooks2009-12-031-0/+23
|\ | | | | | | | | | | | | | | | | Merge branch 'next-s3c64xx-updates' into for-rmk Conflicts: arch/arm/plat-s3c/dev-hsmmc2.c arch/arm/plat-s3c/include/plat/sdhci.h
| * ARM: S3C64XX: add HSMMC2 supportMaurus Cuelenaere2009-12-011-0/+25
| | | | | | | | | | | | | | This adds support for the third SDHCI controller. Signed-off-by: Maurus Cuelenaere <mcuelenaere@gmail.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
* | ARM: S5PC1xx: add platform helpers for SDHCI host controllersKyungmin Park2009-12-011-0/+55
|/ | | | | | | | | | Samsung S5PC100 has 3 SDHCI controllers compatible with the one known from previous SoCs series. Add required platform setup and support code that the devices can be used with sdhci-s3c driver. Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
* [ARM] S3C64XX: Add S3C6400 SDHCI setup supportBen Dooks2009-05-071-5/+45
| | | | | | | Add support for S3C6400 SDHCI channels 0 and 1, making the GPIO code common to both S3C6400 and S3C6410. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
* [ARM] S3C: Fix SDHCI setup compilationBen Dooks2008-12-151-0/+9
| | | | | | | | Fix the compilation of the SDHCI configuration/setup functions to depend on their respective configuration variables. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
* [ARM] S3C6410: Fix gpio configuration for channel 1.Ben Dooks2008-12-151-1/+1
| | | | | | Select the correct GPIO configuration function for channel 1 Signed-off-by: Ben Dooks <ben-linux@fluff.org>
* [ARM] S3C: Add SDHCI (HSMMC) channel 1 device definitionBen Dooks2008-12-151-1/+13
| | | | | | | Add device definition and support code for the Samsung HSMMC channel 1 device. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
* [ARM] S3C6410: Add helper for setting SDHCI device informationBen Dooks2008-12-151-0/+87
Add the necessary helper functions for setting up the SDHCI device information. Signed-off-by: Ben Dooks <ben-linux@fluff.org>