commit | 9c86f12a36479dec06df3e4a4f31cecf8eba0222 | [log] [tgz] |
---|---|---|
author | Gregory CLEMENT <gregory.clement@bootlin.com> | Thu Oct 17 16:18:46 2019 +0200 |
committer | Mark Brown <broonie@kernel.org> | Fri Oct 18 18:34:23 2019 +0100 |
tree | f5f8cb6202e439c74bdd5460fc8e619941109590 | |
parent | 57e3137710443a3227a54c425b9c606425678c8f [diff] |
spi: atmel: Improve CS0 case support on AT91RM9200 Thanks to the recent change in this driver, it is now possible to prevent using the CS0 with GPIO during setup. It then allows to remove the special handling of this case in the cs_activate() and cs_deactivate() functions. Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com> Link: https://lore.kernel.org/r/20191017141846.7523-8-gregory.clement@bootlin.com Signed-off-by: Mark Brown <broonie@kernel.org>