diff options
author | Steve Wilkins <steve.wilkins@raymarine.com> | 2024-07-15 14:13:56 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-07-15 21:08:19 +0300 |
commit | 9cf71eb0faef4bff01df4264841b8465382d7927 (patch) | |
tree | 3aa695bdfede52d66d8f9b07854b4c5a2da0987e /drivers/spi/spi-loongson.h | |
parent | 3a5e76283672efddf47cea39ccfe9f5735cc91d5 (diff) | |
download | linux-9cf71eb0faef4bff01df4264841b8465382d7927.tar.xz |
spi: microchip-core: ensure TX and RX FIFOs are empty at start of a transfer
While transmitting with rx_len == 0, the RX FIFO is not going to be
emptied in the interrupt handler. A subsequent transfer could then
read crap from the previous transfer out of the RX FIFO into the
start RX buffer. The core provides a register that will empty the RX and
TX FIFOs, so do that before each transfer.
Fixes: 9ac8d17694b6 ("spi: add support for microchip fpga spi controllers")
Signed-off-by: Steve Wilkins <steve.wilkins@raymarine.com>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://patch.msgid.link/20240715-flammable-provoke-459226d08e70@wendy
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-loongson.h')
0 files changed, 0 insertions, 0 deletions