summaryrefslogtreecommitdiff
path: root/lib/mbedtls
diff options
context:
space:
mode:
authorBastien Curutchet <bastien.curutchet@bootlin.com>2024-09-20 10:28:06 +0200
committerTom Rini <trini@konsulko.com>2024-10-02 13:38:37 -0600
commit983fd3d06db68e57a0fc8d6e4a2dffe4c69e9743 (patch)
treea5003e08b676c68a33196f9070285a7467392375 /lib/mbedtls
parent7bc5f66f55fd1a3106e8e6beb91949e0c34fc7b1 (diff)
spi: davinci: Drop the preload of TX buffer before read/writes operations
A write to the TX buffer is performed before entering the loop to "avoid clock starvation". This sometimes results in subsequent writes in davinci_spi_xfer_data() to occur while the TXFULL bit is asserted, leading to write failures. Remove the preload of the TX buffer. Signed-off-by: Bastien Curutchet <bastien.curutchet@bootlin.com>
Diffstat (limited to 'lib/mbedtls')
0 files changed, 0 insertions, 0 deletions