[PATCH v2 2/5] spi: stm32: fix fifo threshold level in case of short transfer
From: Ludwig Zenz <hidden>
Date: 2020-09-14 10:42:32
Also in:
linux-spi, lkml
From: Ludwig Zenz <hidden>
Date: 2020-09-14 10:42:32
Also in:
linux-spi, lkml
When transfer is shorter than half of the fifo, set the data packet size up to transfer size instead of up to half of the fifo. Check also that threshold is set at least to 1 data frame.
Through a git-bisect we have identified this patch as problematic. We have an application that uses a SPI protocol with telegrams of length 2 to 16 bytes. Due to this patch we have errors in the data transfer of the MOSI direction. We use SPI in PIO mode. Please explain what this patch should improve or what exactly is changed in the behaviour. best regards, Ludwig Zenz _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel