Skip to content
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

Revert "Fix unwanted flush in the SPI slave driver" #13337

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

Donny9
Copy link
Contributor

@Donny9 Donny9 commented Sep 9, 2024

Summary

Revert "Fix unwanted flush in the SPI slave driver"

Because if priv->rx_length is zero , need to call SPIS_CTRLR_QPOLL to receive new data from lower half and update priv->rx_length.

This reverts commit 6cb649e.

Impact

Bug fix for spislave read

Testing

Vela

because if priv->rx_length is zero , need to call SPIS_CTRLR_QPOLL to
receive new data from lower half and update priv->rx_length.

This reverts commit 6cb649e.
@Donny9 Donny9 mentioned this pull request Sep 9, 2024
1 task
@xiaoxiang781216 xiaoxiang781216 linked an issue Sep 9, 2024 that may be closed by this pull request
1 task
@acassis acassis merged commit 33f3c35 into apache:master Sep 9, 2024
24 of 28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] SPI Slave driver issue
4 participants