-
Notifications
You must be signed in to change notification settings - Fork 3k
rtl8195am: fix LogUART Tx interrupt crash #6415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rtl8195am: fix LogUART Tx interrupt crash #6415
Conversation
add Mask & UnMask Tx FIFO empty interrupt for LogUart fix LogUart interrupt enable fix LogUart interrupt handler coding style fix
I verified that this fixes the issue #6358 |
/morph build |
Build : SUCCESSBuild number : 1515 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 1153 |
/morph test |
Failure :
Re-trigging test/morph test |
This pull request contains incompatible white space changes, that broke rebasing.
@0xc0170 @cmonr @M-ichae-l @SeppoTakalo |
Already proposed, waiting for CI and will be fixed asap |
Description
fix for issue UARTSerial output does not work with REALTEK_RTL8195AM #6358
add Mask & UnMask Tx FIFO empty interrupt for LogUart
fix LogUart interrupt enable
fix LogUart interrupt handler
coding style fix
Pull request type