diff options
Diffstat (limited to 'include/linux/mfd/tmio.h')
-rw-r--r-- | include/linux/mfd/tmio.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/mfd/tmio.h b/include/linux/mfd/tmio.h index 360fc953d7bb..feeed0b9ee70 100644 --- a/include/linux/mfd/tmio.h +++ b/include/linux/mfd/tmio.h | |||
@@ -50,6 +50,9 @@ | |||
50 | tmio_iowrite16((val) >> 16, (base) + ((reg + 2) << (shift))); \ | 50 | tmio_iowrite16((val) >> 16, (base) + ((reg + 2) << (shift))); \ |
51 | } while (0) | 51 | } while (0) |
52 | 52 | ||
53 | /* tmio MMC platform flags */ | ||
54 | #define TMIO_MMC_WRPROTECT_DISABLE (1 << 0) | ||
55 | |||
53 | int tmio_core_mmc_enable(void __iomem *cnf, int shift, unsigned long base); | 56 | int tmio_core_mmc_enable(void __iomem *cnf, int shift, unsigned long base); |
54 | int tmio_core_mmc_resume(void __iomem *cnf, int shift, unsigned long base); | 57 | int tmio_core_mmc_resume(void __iomem *cnf, int shift, unsigned long base); |
55 | void tmio_core_mmc_pwr(void __iomem *cnf, int shift, int state); | 58 | void tmio_core_mmc_pwr(void __iomem *cnf, int shift, int state); |
@@ -66,6 +69,7 @@ struct tmio_mmc_dma { | |||
66 | struct tmio_mmc_data { | 69 | struct tmio_mmc_data { |
67 | unsigned int hclk; | 70 | unsigned int hclk; |
68 | unsigned long capabilities; | 71 | unsigned long capabilities; |
72 | unsigned long flags; | ||
69 | struct tmio_mmc_dma *dma; | 73 | struct tmio_mmc_dma *dma; |
70 | void (*set_pwr)(struct platform_device *host, int state); | 74 | void (*set_pwr)(struct platform_device *host, int state); |
71 | void (*set_clk_div)(struct platform_device *host, int state); | 75 | void (*set_clk_div)(struct platform_device *host, int state); |