Skip to content

synopsys/dwc2: fix SOF interrupt handling#1928

Merged
HiFiPhile merged 2 commits intohathach:masterfrom
gschorcht:src/portable/synopsys/dwc2/fix_sof_int_handling
Feb 1, 2024
Merged

synopsys/dwc2: fix SOF interrupt handling#1928
HiFiPhile merged 2 commits intohathach:masterfrom
gschorcht:src/portable/synopsys/dwc2/fix_sof_int_handling

Conversation

@gschorcht
Copy link
Copy Markdown
Contributor

This PR provides a small fix in SOF interrupt handling. SOF is not a flag of the GOTGINT register but of the GINTSTS register. Therefore the flag must be written in the GINTSTS register instead of the GOTGINT register to clear the interrupt.

SOF is not a flag of the GOTGINT register but of the GINTSTS register. Therefore the flag must be written in the GINTSTS register instead of the GOTGINT register to clear the interrupt.
@HiFiPhile HiFiPhile self-requested a review February 1, 2024 10:25
@HiFiPhile HiFiPhile merged commit c151da6 into hathach:master Feb 1, 2024
7FM pushed a commit to 7FM/tinyusb that referenced this pull request Aug 23, 2025
The comments for the values of `enum gpio_irq_level` mix up zero and
one. This commit replaces "0" with "1" and vice versa where appropriate
in those comments.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

2 participants