commit | d31ad46f58e89fdb9f5b902aa7cc29689e123dde | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Thu Feb 13 10:18:15 2014 +0800 |
committer | Mark Brown <broonie@linaro.org> | Sun Feb 16 09:11:05 2014 +0800 |
tree | ddf0bd5c0064734181b14cce51a5affa2d555b6d | |
parent | 7961656a6f11b69966500d7bd25273203fd930da [diff] |
spi: sun6i: Fix define for SUN6I_TFR_CTL_CS_MASK Current code in sun6i_spi_set_cs() actually clears CPHA and CPOL bits which is obvious wrong. The define for SUN6I_TFR_CTL_CS_MASK is wrong. Fix it. Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Mark Brown <broonie@linaro.org>