diff options
author | Jan Kundrát <jan.kundrat@cesnet.cz> | 2018-06-04 17:34:25 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-06-19 15:06:51 +0300 |
commit | fb9acf5f1f21f1de193523ff780bda375b4c2e21 (patch) | |
tree | d9c5048e5ff1a6014cbd4e198f93158890e7a715 /drivers/mtd/Kconfig | |
parent | 931c4e9a72ae91d59c5332ffb6812911a749da8e (diff) | |
download | linux-fb9acf5f1f21f1de193523ff780bda375b4c2e21.tar.xz |
spi: orion: fix CS GPIO handling again
The code did not de-assert any CS GPIOs before probing slaves. This
means that several CS signals could be active at once, garbling the
communication. Whether this was actually a problem depended on the type
of the SPI device attached (so my "spidev" for userspace access worked
correctly because its probe was effectively a no-op), and on the state
of the GPIO pins at SoC's boot.
The code was already iterating through all DT children of the SPI
controller, so this change re-uses that loop for CS GPIO setup as well.
This means that this might change the number of the HW CS signal which
is picked for all GPIO CS devices. Previously, the lowest one was used,
but we now use the first one from the DT.
With this move of the code, we can also finally initialize each GPIO CS
lane before registering the SPI controller (which in turn probes for
slaves).
I tried to fix this in 544248623b95 already, but that only did it half
way by registering the GPIOs properly. That patch failed to set their
logic signals early enough, though.
Signed-off-by: Jan Kundrát <jan.kundrat@cesnet.cz>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/mtd/Kconfig')
0 files changed, 0 insertions, 0 deletions