commit | b5be04d35dbb2e00ab27a97bfd26e17019e857ef | [log] [tgz] |
---|---|---|
author | Padmavathi Venna <padma.v@samsung.com> | Fri Jan 18 17:17:03 2013 +0530 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue Jan 29 14:28:52 2013 +0800 |
tree | 967d77cab993164bdd77f072c945844aca72a433 | |
parent | e7ba5f1d0f6292e1b99c63cc4bb74c70232e9065 [diff] |
spi: s3c64xx: Modify SPI driver to use generic DMA DT support 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>