commit | 4fd4409c81e2c756a5cfbedc598c48d6a3ed3fd5 | [log] [tgz] |
---|---|---|
author | Adrian Hunter <adrian.hunter@intel.com> | Mon Mar 10 15:02:42 2014 +0200 |
committer | Chris Ball <chris@printf.net> | Mon Mar 17 09:12:39 2014 -0400 |
tree | 432f23975640efe5b925f9d3df1c556b22873eee | |
parent | 740a221ef0e579dc7c675cf6b90f5313509788f7 [diff] |
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>