-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Fix TXFIFO register write and timeout message #1604
base: main
Are you sure you want to change the base?
Conversation
Changes: - Fixed incorrect register write for TXFIFO invalidation (FSPI_IPRXFCR → FSPI_IPTXFCR). - Corrected error message for TXFIFO wait timeout (FSPI_INTR_IPRXWA → FSPI_INTR_IPTXWE).
Hello jlduran, I am attempting to merge my changes into FreeBSD for the first time. However, the 'Merge pull request' option appears to be disabled, and I see three workflows awaiting approval. Additionally, I do not have the necessary authorization to complete the merge. Could you please assist me with this request? Best regards, |
Hi! Thank you for the pull request. |
Thank you, jlduran, for the quick response. |
You are welcome! freebsd-src/sys/dev/flash/flexspi/flex_spi.c Line 339 in a18be39
say TXFIFO instead?
|
Changes: - Fixed incorrect register write for TXFIFO invalidation (FSPI_IPRXFCR → FSPI_IPTXFCR). - Corrected error message for TXFIFO wait timeout (FSPI_INTR_IPRXWA → FSPI_INTR_IPTXWE). - Corrected comment for TXFIFO available (RXFIFO -> TXFIFO)
Corrected comment as a suggestion for TXFIFO. |
Hello jlduran, any updates on this pull request? |
Now we'll just wait for some CODEOWNER to review and (hopefully) commit. Thank you for your patience. |
Changes: