mbox series

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

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

Message

Peter Chen Feb. 19, 2020, 2:14 p.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(-)

Comments

Peter Chen Feb. 27, 2020, 1:26 a.m. UTC | #1
On Wed, Feb 19, 2020 at 10:16 PM Peter Chen <peter.chen@nxp.com> wrote:
>
> 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(-)
>

A gentle ping...

Peter
Greg KH March 4, 2020, 8:55 a.m. UTC | #2
On Thu, Feb 27, 2020 at 09:26:49AM +0800, Peter Chen wrote:
> On Wed, Feb 19, 2020 at 10:16 PM Peter Chen <peter.chen@nxp.com> wrote:
> >
> > 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(-)
> >
> 
> A gentle ping...

I can take these now, thanks.

greg k-h