mmc: sh_mmcif: switch to the new DMA channel allocation and configuration
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Thu, 5 Jul 2012 10:29:43 +0000 (12:29 +0200)
committerVinod Koul <vinod.koul@linux.intel.com>
Fri, 20 Jul 2012 05:58:54 +0000 (11:28 +0530)
commit0e79f9ae1610c15f5e5959c39d7c39071619de97
tree0b84805cc1e48875681ad5928f5bcb18b61421a1
parent1ff8df4f5388ad66bd7d0199b5839a2e3345c055
mmc: sh_mmcif: switch to the new DMA channel allocation and configuration

Using the "private" field from struct dma_chan is deprecated. The sh
dmaengine driver now also supports the preferred DMA channel allocation
and configuration method, using a standard filter function and a channel
configuration operation. This patch updates sh_mmcif to use this new
method.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Cc: Chris Ball <cjb@laptop.org>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
drivers/mmc/host/sh_mmcif.c