[PATCH v11 8/8] spi: omap2-mcspi: convert to dma_request_slave_channel_compat()

2013-06-18 Thread Joel A Fernandes
From: Matt Porter 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

[PATCH v11 8/8] spi: omap2-mcspi: convert to dma_request_slave_channel_compat()

2013-06-18 Thread Joel A Fernandes
From: Matt Porter mpor...@ti.com 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