mbox series

[0/2] usb: cdns3: two fixes for gadget

Message ID 20200214071414.7256-1-peter.chen@nxp.com (mailing list archive)
Headers show
Series usb: cdns3: two fixes for gadget | expand

Message

Peter Chen Feb. 14, 2020, 7:14 a.m. UTC
These two issues are found during run "Error Recovery Test"
for the latest USB CV MSC test, the TRB doesn't advance correctly
after dequeue and clear halt. With these two fixes, the test
can be passed.


Peter Chen (2):
  usb: cdns3: gadget: link trb should point to next request
  usb: cdns3: gadget: toggle cycle bit before reset endpoint

 drivers/usb/cdns3/gadget.c | 19 +++++++++++++++----
 1 file changed, 15 insertions(+), 4 deletions(-)