spi: s3c64xx: Modify SPI driver to use generic DMA DT support
authorPadmavathi Venna <padma.v@samsung.com>
Fri, 18 Jan 2013 11:47:03 +0000 (17:17 +0530)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 29 Jan 2013 06:28:52 +0000 (14:28 +0800)
This patch modifies the SPI driver to use generic dma dt bindings
support. This passes all the required arguments to dma dev request
functon which in turn calls the dma_request_slave_channel or dma__
request_channel based on DT or non-DT respectively.

Signed-off-by: Padmavathi Venna <padma.v@samsung.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found