Re: [PATCH 11/22] usb: dwc3: gadget: clear LST from previous TRB on Update Transfer

2016-05-30 Thread Felipe Balbi
Hi Janusz, (good to see your email here) Janusz Dziedzic writes: > On 19 May 2016 at 09:08, Felipe Balbi wrote: >> >> Hi, >> >> Paul Zimmerman writes: >>> Felipe Balbi writes: >>>

Re: [PATCH 11/22] usb: dwc3: gadget: clear LST from previous TRB on Update Transfer

2016-05-27 Thread Janusz Dziedzic
On 19 May 2016 at 09:08, Felipe Balbi wrote: > > Hi, > > Paul Zimmerman writes: >> Felipe Balbi writes: >> >>> If we're going to issue a Update Transfer command, >>> let's clear LST bit from previous TRB. This will

Re: [PATCH 11/22] usb: dwc3: gadget: clear LST from previous TRB on Update Transfer

2016-05-19 Thread Felipe Balbi
Hi, Paul Zimmerman writes: > Felipe Balbi writes: > >> If we're going to issue a Update Transfer command, >> let's clear LST bit from previous TRB. This will let >> us continue processing TRBs and convert previous IRQ >> into XferInProgress,

Re: [PATCH 11/22] usb: dwc3: gadget: clear LST from previous TRB on Update Transfer

2016-05-18 Thread Paul Zimmerman
Felipe Balbi writes: > If we're going to issue a Update Transfer command, > let's clear LST bit from previous TRB. This will let > us continue processing TRBs and convert previous IRQ > into XferInProgress, instead of XferComplete. > > Signed-off-by: Felipe Balbi

[PATCH 11/22] usb: dwc3: gadget: clear LST from previous TRB on Update Transfer

2016-05-18 Thread Felipe Balbi
If we're going to issue a Update Transfer command, let's clear LST bit from previous TRB. This will let us continue processing TRBs and convert previous IRQ into XferInProgress, instead of XferComplete. Signed-off-by: Felipe Balbi --- drivers/usb/dwc3/gadget.c | 32