diff options
author | Yusuke Goda <goda.yusuke@renesas.com> | 2010-02-17 02:37:55 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-03-07 16:17:26 -0500 |
commit | b741d440a97c376af309e902eeb2f3c5673d2c92 (patch) | |
tree | 9dd347f1252567a4b0695051d81b11b24317ecbf /include/linux/mfd | |
parent | a8c39d8deb8341d15fc0eabaa9750f7a1db9d0df (diff) |
tmio_mmc: Add MMC_CAP_MMC_HIGHSPEED support V2
Enable MMC_CAP_XX support in the tmio_mmc driver if
pdata->capabilities is set.
Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r-- | include/linux/mfd/tmio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/tmio.h b/include/linux/mfd/tmio.h index 9cb1834deffa..37d941420ce4 100644 --- a/include/linux/mfd/tmio.h +++ b/include/linux/mfd/tmio.h | |||
@@ -60,6 +60,7 @@ void tmio_core_mmc_clk_div(void __iomem *cnf, int shift, int state); | |||
60 | */ | 60 | */ |
61 | struct tmio_mmc_data { | 61 | struct tmio_mmc_data { |
62 | const unsigned int hclk; | 62 | const unsigned int hclk; |
63 | unsigned long capabilities; | ||
63 | void (*set_pwr)(struct platform_device *host, int state); | 64 | void (*set_pwr)(struct platform_device *host, int state); |
64 | void (*set_clk_div)(struct platform_device *host, int state); | 65 | void (*set_clk_div)(struct platform_device *host, int state); |
65 | }; | 66 | }; |