Home
last modified time | relevance | path

Searched hist:"4 fd4409c81e2c756a5cfbedc598c48d6a3ed3fd5" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/mmc/host/
H A Dsdhci-acpi.cdiff 4fd4409c81e2c756a5cfbedc598c48d6a3ed3fd5 Mon Mar 10 14:02:42 CET 2014 Adrian Hunter <adrian.hunter@intel.com> mmc: sdhci-acpi: Fix broken card detect for ACPI HID 80860F14

Some 80860F14 devices do not support card detect and must rely
completely on GPIO. Presently the card detect GPIO is used
only to wake-up from runtime suspend. Change to using
mmc_gpioid_request_cd() which will cause the SDHCI driver to
prefer the GPIO to the host controller's native card detect.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Chris Ball <chris@printf.net>