aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>2010-05-19 18:34:16 +0000
committerPaul Mundt <lethal@linux-sh.org>2010-05-22 16:51:18 +0900
commit056676dabd9f4c69a6adcad208e9aa2ca7241400 (patch)
tree0113922d7128d285e052cd08156f283365ec86df /include/linux/mfd
parentmmc: prepare tmio_mmc for passing of DMA configuration from the MFD cell (diff)
downloadlinux-dev-056676dabd9f4c69a6adcad208e9aa2ca7241400.tar.xz
linux-dev-056676dabd9f4c69a6adcad208e9aa2ca7241400.zip
sh: prepare the SDHI MFD driver to pass DMA configuration to tmio_mmc.c
Pass DMA slave IDs from platform down to the tmio_mmc driver, to be used for dmaengine configuration. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Acked-by: Samuel Ortiz <sameo@linux.intel.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r--include/linux/mfd/sh_mobile_sdhi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mfd/sh_mobile_sdhi.h b/include/linux/mfd/sh_mobile_sdhi.h
index 3bcd7163485c..c305461e7f47 100644
--- a/include/linux/mfd/sh_mobile_sdhi.h
+++ b/include/linux/mfd/sh_mobile_sdhi.h
@@ -2,6 +2,8 @@
#define __SH_MOBILE_SDHI_H__
struct sh_mobile_sdhi_info {
+ int dma_slave_tx;
+ int dma_slave_rx;
void (*set_pwr)(struct platform_device *pdev, int state);
};