summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/tmio_mmc.h
diff options
context:
space:
mode:
authorAi Kyuse <ai.kyuse.uw@renesas.com>2016-11-03 15:16:02 +0100
committerUlf Hansson <ulf.hansson@linaro.org>2016-11-29 09:00:57 +0100
commite8f36b5d3b54a49df02c950050659a5082e2c880 (patch)
tree6f70ea6aea0f9c411c9270d5ab19729b8cb63ee5 /drivers/mmc/host/tmio_mmc.h
parent2f87365f832bbc26e32f23588aaeb40abe15ff0d (diff)
downloadlwn-e8f36b5d3b54a49df02c950050659a5082e2c880.tar.gz
lwn-e8f36b5d3b54a49df02c950050659a5082e2c880.zip
mmc: tmio: Add hw reset support
Add hw reset support. Signed-off-by: Ai Kyuse <ai.kyuse.uw@renesas.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au> Acked-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Tested-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host/tmio_mmc.h')
-rw-r--r--drivers/mmc/host/tmio_mmc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/tmio_mmc.h b/drivers/mmc/host/tmio_mmc.h
index f46d25e1612c..b8469f2de42b 100644
--- a/drivers/mmc/host/tmio_mmc.h
+++ b/drivers/mmc/host/tmio_mmc.h
@@ -167,6 +167,7 @@ struct tmio_mmc_host {
int (*start_signal_voltage_switch)(struct mmc_host *mmc,
struct mmc_ios *ios);
int (*write16_hook)(struct tmio_mmc_host *host, int addr);
+ void (*hw_reset)(struct tmio_mmc_host *host);
};
struct tmio_mmc_host *tmio_mmc_host_alloc(struct platform_device *pdev);