commit | 563b444e33810f3120838620c990480304e24e63 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Thu Apr 18 18:06:05 2013 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Thu Apr 18 18:17:22 2013 +0100 |
tree | 36ddfc2fa4e8d4cd8c99352e9b61c2b76057a387 | |
parent | 142e07beabfa8850e9e433b986e217fb596b9774 [diff] |
spi/s3c64xx: Fix non-dmaengine usage The multiplatform conversion in commit 788437 (spi: s3c64xx: move to generic dmaengine API) tested for the use of the Samsung-specific DMA API with SAMSUNG_DMADEV when in fact S3C_DMA should be used. This renderd DMA based transfers non-functional on platforms not using dmaengine. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>