mmc: mxs-mmc: have dma_channel than dma_res in mxs_mmc_host
authorShawn Guo <shawn.guo@linaro.org>
Sun, 6 May 2012 03:25:35 +0000 (11:25 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Sun, 13 May 2012 00:05:51 +0000 (08:05 +0800)
commitb60188c820347040087bfe329f77b286dfd50a7e
tree0bc43d1528d486506d2d4c021a69da39006436bc
parentdf06bfc724b58d649eef4bf51a953c7aeed9635f
mmc: mxs-mmc: have dma_channel than dma_res in mxs_mmc_host

It replaces dma_res with dma_channel in struct mxs_mmc_host, so that
the device tree support will be a little easier, since dma channel
can not be retrieved from "struct resource *dma_res".

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Marek Vasut <marex@denx.de>
Acked-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/mxs-mmc.c