commit | 72bb79d042375586c4ad8def57d7932064d76090 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Wed Mar 05 13:37:00 2014 +0800 |
committer | Mark Brown <broonie@linaro.org> | Thu Mar 13 09:55:28 2014 +0000 |
tree | 6ab74328c05be5e87c873d37e6c34cd4b3480d15 | |
parent | 38dbfb59d1175ef458d006556061adeaa8751b72 [diff] |
spi: altera: Use bits_per_word_mask This driver does not work for bits_per_word greater than 16. Set bits_per_word_mask so spi core will reject transfers that attempt to use an unsupported bits_per_word value. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@linaro.org>