]> git.karo-electronics.de Git - karo-tx-linux.git/commit
spi: omap2-mcspi: convert to dma_request_slave_channel_compat()
authorMatt Porter <mporter@ti.com>
Thu, 20 Sep 2012 04:37:54 +0000 (00:37 -0400)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 2 Apr 2013 09:53:00 +0000 (11:53 +0200)
commit0cad6684881805a3c4712da95e0149f31fe47a69
tree18094d18244c9d9f79a7fd0f1a62a96cbe021397
parent808d04166785d4bfba1925a54f95c688970c1ee6
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>
drivers/spi/spi-omap2-mcspi.c