Commit a5a1256
[nrf fromtree] drivers: udc_dwc2: Queue next packet on incomplete iso IN interrupt
When handling incomplete iso IN interrupt mark current transfer as
complete and program the endpoint with any subsequently queued packet.
Program the endpoint directly in interrupt handler because the data
must be programmed before SOF (by the time incomplete iso IN interrupt
is raised there is less than 20% * 125 us = 25 us before SOF).
Signed-off-by: Tomasz Moń <[email protected]>
(cherry picked from commit edbb053)1 parent d06a411 commit a5a1256
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2572 | 2572 | | |
2573 | 2573 | | |
2574 | 2574 | | |
| 2575 | + | |
2575 | 2576 | | |
| 2577 | + | |
| 2578 | + | |
| 2579 | + | |
2576 | 2580 | | |
2577 | 2581 | | |
2578 | 2582 | | |
| |||
0 commit comments