summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci.h
diff options
context:
space:
mode:
authorAdrian Hunter <adrian.hunter@intel.com>2011-08-29 16:42:12 +0300
committerChris Ball <cjb@laptop.org>2011-10-26 16:32:06 -0400
commit20758b66dce76af0527363186f44b464d83e5666 (patch)
tree4502296e84da9dec326a8fcad054d7d956a67585 /drivers/mmc/host/sdhci.h
parentb2499518b5ad7e28bb3ed348fd3f370eeb1e36c0 (diff)
downloadop-kernel-dev-20758b66dce76af0527363186f44b464d83e5666.zip
op-kernel-dev-20758b66dce76af0527363186f44b464d83e5666.tar.gz
mmc: sdhci: add eMMC hardware reset support
Add an SDHCI operation for hardware reset and connect it to the host controller operation. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc/host/sdhci.h')
-rw-r--r--drivers/mmc/host/sdhci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci.h b/drivers/mmc/host/sdhci.h
index 745c42f..7bd919c 100644
--- a/drivers/mmc/host/sdhci.h
+++ b/drivers/mmc/host/sdhci.h
@@ -273,7 +273,7 @@ struct sdhci_ops {
void (*platform_reset_enter)(struct sdhci_host *host, u8 mask);
void (*platform_reset_exit)(struct sdhci_host *host, u8 mask);
int (*set_uhs_signaling)(struct sdhci_host *host, unsigned int uhs);
-
+ void (*hw_reset)(struct sdhci_host *host);
};
#ifdef CONFIG_MMC_SDHCI_IO_ACCESSORS
OpenPOWER on IntegriCloud