From: Guennadi Liakhovetski Date: Fri, 26 Apr 2013 15:47:17 +0000 (+0200) Subject: mmc: sdhi/tmio: make DMA filter implementation specific X-Git-Tag: v3.11-rc1~50^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03a0675b2a112038a8a5078d8815e3f7356c7064;p=pandora-kernel.git mmc: sdhi/tmio: make DMA filter implementation specific So far only the SDHI implementation uses TMIO MMC with DMA. That way a DMA channel filter function, defined in the TMIO driver wasn't a problem. However, such a filter function is DMA controller specific. Since the SDHI glue is only running on systems with the SHDMA DMA controller, the filter function can safely be provided by it. Move it into SDHI. Signed-off-by: Guennadi Liakhovetski Acked-by: Samuel Ortiz Signed-off-by: Chris Ball --- Reading git-diff-tree failed