• M
    ARM: SAMSUNG: Add new s3c-sdhci card detection methods for Samsung SoCs · 19206b17
    Marek Szyprowski 提交于
    On some Samsung SoCs not all SDHCI controllers have card detect (CD)
    line. For some embedded designs it is not even needed, because ususally
    the device (like SDIO flash memory or wifi controller) is permanently
    wired to the controller. There are also systems which have a card detect
    line connected to some of the external interrupt lines or the presence
    of the card depends on some other actions (like enabling a power
    regulator).
    
    This patch adds all required changes to platform support code, so
    another patch, which extends the driver with support for the new card
    detection methods can be applied.
    Signed-off-by: NMarek Szyprowski <m.szyprowski@samsung.com>
    Signed-off-by: NKyungmin Park <kyungmin.park@samsung.com>
    [kgene.kim@samsung.com: minor title and coding-style fixes]
    [kgene.kim@samsung.com: fix build errors]
    Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
    19206b17
dev-hsmmc1.c 1.8 KB