commit | c008a800716256300c8a62e781a8897a8d3bce1e | [log] [tgz] |
---|---|---|
author | Sascha Hauer <s.hauer@pengutronix.de> | Wed Feb 24 09:20:26 2016 +0100 |
committer | Mark Brown <broonie@kernel.org> | Fri Feb 26 11:04:14 2016 +0900 |
tree | cb360864e69107536266a325fa63f362d3f1d0ce | |
parent | 99f1cf1c0c2ccdfa251a55cd28e3004963bf6e1a [diff] |
spi: imx: initialize usedma earlier The SoC specific config function does not know if DMA will be used or not. This information will be useful to configure the SPI controller correctly for DMA in following patches, so initialize the usedma variable before calling into the SoC specific config function. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Mark Brown <broonie@kernel.org>