1. 07 Dec, 2018 1 commit
  2. 05 Dec, 2018 15 commits
  3. 27 Nov, 2018 1 commit
    • Felipe Balbi's avatar
      usb: dwc3: gadget: check if dep->frame_number is still valid · d5370106
      Felipe Balbi authored
      Gadget driver may take an unbounded amount of time to queue requests
      after XferNotReady. This is important for isochronous endpoints which
      need to be started for a specific (micro-)frame.
      
      If we fail to start a transfer for isochronous endpoint, let's try
      queueing to a future interval and see if that helps. We will stop trying
      if we fail a start transfer for 5 intervals in the future.
      Signed-off-by: default avatarFelipe Balbi <felipe.balbi@linux.intel.com>
      d5370106
  4. 26 Nov, 2018 23 commits