mbox series

[0/8] fix broken BULK stream support to dwc3 gadget driver

Message ID 1532519491-19502-1-git-send-email-anurag.kumar.vulisha@xilinx.com (mailing list archive)
Headers show
Series fix broken BULK stream support to dwc3 gadget driver | expand

Message

Anurag Kumar Vulisha July 25, 2018, 11:51 a.m. UTC
These patch series fixes the broken BULK streaming support in
dwc3 gadget driver.

Anurag Kumar Vulisha (8):
  usb: dwc3: Correct the logic for checking TRB full in
    __dwc3_prepare_one_trb()
  usb: dwc3: update stream id in depcmd
  usb: dwc3: make controller clear transfer resources after complete
  usb: dwc3: implement stream transfer timeout
  usb: dwc3: don't issue no-op trb for stream capable endpoints
  usb: dwc3: check for requests in started list for stream capable
    endpoints
  usb: dwc3: Check for IOC/LST bit in both event->status and TRB->ctrl
    fields
  usb: dwc3: Check MISSED ISOC bit only for ISOC endpoints

 drivers/usb/dwc3/core.h   |  7 +++++
 drivers/usb/dwc3/gadget.c | 78 ++++++++++++++++++++++++++++++++++++++++++-----
 2 files changed, 78 insertions(+), 7 deletions(-)