Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: serial: Disable interrupts in SCIF driver
SCIF uses interrups by LEVEL and TX interrupt is fired if FIFO is not full. In this case interrupt is faired immediately after exit from ISR. Disable interrupts in SCIF driver after DMA operation finished. We don't need enabled interrupts if nothing to transmit. Signed-off-by: Dmytro Semenets <[email protected]> Reviewed-by: Oleksii Moisieiev <[email protected]> Acked-by: Volodymyr Babchuk <[email protected]> Acked-by: Dmytro Firsov <[email protected]>
- Loading branch information