summaryrefslogtreecommitdiffstats
path: root/include/linux/mfd
diff options
context:
space:
mode:
authorKuninori Morimoto2015-01-13 05:58:56 +0100
committerUlf Hansson2015-01-20 10:23:07 +0100
commit8b4c8f32da91681c0dcd321c9e3cd14f866c5517 (patch)
treee5c6adbbbfa6bc5967f20920150c96242c36c000 /include/linux/mfd
parentmmc: tmio: tmio_mmc_data has .alignment_shift (diff)
downloadkernel-qcow2-linux-8b4c8f32da91681c0dcd321c9e3cd14f866c5517.tar.gz
kernel-qcow2-linux-8b4c8f32da91681c0dcd321c9e3cd14f866c5517.tar.xz
kernel-qcow2-linux-8b4c8f32da91681c0dcd321c9e3cd14f866c5517.zip
mmc: tmio: tmio_mmc_data has .dma_rx_offset
Current .dma_rx_offset is implemented under tmio_mmc_dma. It goes to tmio_mmc_data by this patch. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Acked-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r--include/linux/mfd/tmio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/tmio.h b/include/linux/mfd/tmio.h
index 28a12d10e509..807ecfb162d7 100644
--- a/include/linux/mfd/tmio.h
+++ b/include/linux/mfd/tmio.h
@@ -123,6 +123,7 @@ struct tmio_mmc_data {
u32 ocr_mask; /* available voltages */
unsigned int cd_gpio;
int alignment_shift;
+ dma_addr_t dma_rx_offset;
void (*set_pwr)(struct platform_device *host, int state);
void (*set_clk_div)(struct platform_device *host, int state);
};