[PATCH v5 17/21] usb: dwc2: host: Schedule periodic right away if it's time

2016-01-22 Thread Douglas Anderson
In dwc2_hcd_qh_deactivate() we will put some things on the periodic_sched_ready list. These things won't be taken off the ready list until the next SOF, which might be a little late. Let's put them on right away. Signed-off-by: Douglas Anderson --- Changes in v5: None Changes in v4: - Schedule

[PATCH v5 17/21] usb: dwc2: host: Schedule periodic right away if it's time

2016-01-22 Thread Douglas Anderson
In dwc2_hcd_qh_deactivate() we will put some things on the periodic_sched_ready list. These things won't be taken off the ready list until the next SOF, which might be a little late. Let's put them on right away. Signed-off-by: Douglas Anderson --- Changes in v5: None