From: Matt Porter Date: Sat, 22 Jun 2013 17:37:38 +0000 (+0530) Subject: spi: omap2-mcspi: convert to dma_request_slave_channel_compat() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~28^2~9^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74f3aaad21660c91ea13136ea8c41f5183e421fd;p=pandora-kernel.git spi: omap2-mcspi: convert to dma_request_slave_channel_compat() Convert dmaengine channel requests to use dma_request_slave_channel_compat(). This supports the DT case of platforms requiring channel selection from either the OMAP DMA or the EDMA engine. AM33xx only boots from DT and is the only user implementing EDMA so in the !DT case we can default to the OMAP DMA filter. Signed-off-by: Matt Porter Acked-by: Mark Brown Signed-off-by: Joel A Fernandes Signed-off-by: Sourav Poddar Signed-off-by: Mark Brown --- Reading git-diff-tree failed