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

risc-v/mpfs: mpfs_usb: fix tx fifo size setup #10341

Merged
merged 1 commit into from Aug 22, 2023

Conversation

eenurkka
Copy link
Contributor

Currently TX_FIFO_SIZE is not altered in mpfs_ep_set_fifo_size(), but all paths (RX and TX) change MPFS_USB_RX_FIFO_SIZE only. Fix the TX_FIFO_SIZE setup.

Summary

The system would like to change MPFS_USB_RX_FIFO_SIZE and MPFS_USB_TX_FIFO_SIZE, but unfortunately in both cases end up modifying the MPFS_USB_RX_FIFO_SIZE only.

Impact

MPFS USB, no notifiable differences

Testing

Flashing images with the patch.

Currently TX_FIFO_SIZE is not altered in mpfs_ep_set_fifo_size(),
but all paths (RX and TX) change MPFS_USB_RX_FIFO_SIZE only.
Fix the TX_FIFO_SIZE setup.

Signed-off-by: Eero Nurkkala <eero.nurkkala@offcode.fi>
@xiaoxiang781216 xiaoxiang781216 merged commit 5bd0140 into apache:master Aug 22, 2023
26 checks passed
@jerpelea jerpelea added this to To-Add in Release Notes - 12.3.0 Sep 26, 2023
@jerpelea jerpelea moved this from To-Add to done in Release Notes - 12.3.0 Oct 4, 2023
@eenurkka eenurkka deleted the mpfs-usb-fifo branch November 21, 2023 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants