diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-06-13 10:41:15 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-06-18 13:47:09 +0200 |
commit | 08ba7ae35b15cd13b965d5fd5a835e0a0cb803e6 (patch) | |
tree | c679e6acecbacc479de48ab5a238a7e89a3ce27e /drivers/iommu/msm_iommu.h | |
parent | Merge branch 'spi-4.17' into spi-4.18 for the merge window (diff) | |
download | linux-08ba7ae35b15cd13b965d5fd5a835e0a0cb803e6.tar.xz linux-08ba7ae35b15cd13b965d5fd5a835e0a0cb803e6.zip |
spi: sh-msiof: Make sure all DMA operations have completed
In case of a bi-directional transfer, receive DMA may complete in the
rcar-dmac driver before transmit DMA, due to scheduling latencies.
As the MSIOF driver waits for completion of the receive DMA only, it may
submit the next transmit DMA request before the previous one has
completed.
Make the driver more robust by waiting for the completion of both
receive and transmit DMA, when applicable.
Based on a patch in the BSP by Ryo Kataoka.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/iommu/msm_iommu.h')
0 files changed, 0 insertions, 0 deletions