Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
s32k3xx:Serial refactor out tx dma semaphore
Fixes stuttering output. The use of the semaphore was causing blocking on non blocking callers. This ensured that the TX DAM would be restated, but when it was switched to trywait in 8362e31, it left data in the xmit queue unsent. This solution removes the semaphore and restart the DMA on completion if there is more data in the xmit queue to be sent.
- Loading branch information