]> Git Repo - linux.git/commit
spi: spi-imx: correctly configure burst length when using dma
authorBenjamin Bigler <[email protected]>
Sat, 9 Dec 2023 22:23:26 +0000 (23:23 +0100)
committerMark Brown <[email protected]>
Sun, 10 Dec 2023 13:45:58 +0000 (13:45 +0000)
commite9b220aeacf109684cce36a94fc24ed37be92b05
tree0c97189e1bb6ca61d63bc137f48f217fa9479bb5
parent7a733e060bd20edb63b1f27f0b29cf9b184e0e8b
spi: spi-imx: correctly configure burst length when using dma

If DMA is used, burst length should be set to the bus width of the DMA.
Otherwise, the SPI hardware will transmit/receive one word per DMA
request.
Since this issue affects both transmission and reception, it cannot be
detected with a loopback test.
Replace magic numbers 512 and 0xfff with MX51_ECSPI_CTRL_MAX_BURST.

Reported-by Stefan Bigler <[email protected]>

Signed-off-by: Benjamin Bigler <[email protected]>
Fixes: 15a6af94a277 ("spi: Increase imx51 ecspi burst length based on transfer length")
Link: https://lore.kernel.org/r/[email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
drivers/spi/spi-imx.c
This page took 0.056074 seconds and 4 git commands to generate.