Skip to content
Commit 36772a88 authored by Ryan McClelland's avatar Ryan McClelland Committed by Anas Nashif
Browse files

drivers: serial: cdns: fix interrupt driven uart



The tx fifo empty interrupt is a edge driven interrupt, so if it
is already empty then and the interrupt is enabled, it will not
fire so the isr needs to be triggered manually for the callback.

This also removes the unnecessary interrupt locking in the isr and
removes the receiver timeout interrupt.

Signed-off-by: default avatarRyan McClelland <ryanmcclelland@meta.com>
parent df24d011
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment