Skip to content

Draft: serial:imx: Busywait for RS485 half duplex to reduce turnarround time

Jonas Höppner requested to merge linux-5.10.52-rs485-debug into linux-5.10.52-seco

The driver rescheduled the 'imx_uart_stop_tx' function twice before the TX enable signal is disabled. This introduces some variance in the turnarround time. Adding a busywait boefore calling the stop reduces this. Also the timer for delay_before_rts is not started when the delay is 0 now.

Merge request reports