Home
last modified time | relevance | path

Searched hist:"74 f3aaad21660c91ea13136ea8c41f5183e421fd" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/spi/
H A Dspi-omap2-mcspi.cdiff 74f3aaad21660c91ea13136ea8c41f5183e421fd Sat Jun 22 19:37:38 CEST 2013 Matt Porter <mporter@ti.com> 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 <mporter@ti.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Sourav Poddar <sourav.poddar@ti.com>
Signed-off-by: Mark Brown <broonie@linaro.org>