]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
mmc: add support for card-detection polling
authorAnton Vorontsov <avorontsov@ru.mvista.com>
Tue, 17 Jun 2008 14:17:15 +0000 (18:17 +0400)
committerPierre Ossman <drzeus@drzeus.cx>
Tue, 15 Jul 2008 12:14:41 +0000 (14:14 +0200)
commit28f52482b41edc88cdf575aa6ed414c6e116ce10
tree541acd881953e43113f3653ac482a83ab7afa017
parent150a55683b6b0ccb66aae75a10a3a514340c7c03
mmc: add support for card-detection polling

Some hosts (and boards that use mmc_spi) do not use interrupts on the CD
line, so they can't trigger mmc_detect_change. We want to poll the card
and see if there was a change. 1 second poll interval seems resonable.

This patch also implements .get_cd() host operation, that could be used
by the hosts that are able to report card-detect status without need to
talk MMC.

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
drivers/mmc/core/core.c
include/linux/mmc/host.h