Re: [PATCH 5/5] usb/dwc3: fix no request in request_list when start isoc

2012-08-29 Thread Felipe Balbi
On Sat, Aug 25, 2012 at 08:20:46AM +0530, Pratyush Anand wrote: On 8/24/2012 7:01 PM, Pratyush Anand wrote: On 8/24/2012 5:10 PM, Pratyush ANAND wrote: If xfernotready is received and there is no request in request_list then PENDING flag must be set, so that next request in ep queue is

Re: [PATCH 5/5] usb/dwc3: fix no request in request_list when start isoc

2012-08-29 Thread Pratyush Anand
On 8/29/2012 9:53 PM, Felipe Balbi wrote: On Wed, Aug 29, 2012 at 09:54:10PM +0530, Pratyush Anand wrote: On 8/29/2012 9:40 PM, Felipe Balbi wrote: Discard 5/5. I will send another. All the others are fine then ? I'll start queueing once v3.6-rc4 is out. Two patches were not working

[PATCH 5/5] usb/dwc3: fix no request in request_list when start isoc

2012-08-24 Thread Pratyush Anand
If xfernotready is received and there is no request in request_list then PENDING flag must be set, so that next request in ep queue is executed. Signed-off-by: Pratyush Anand pratyush.an...@st.com --- drivers/usb/dwc3/gadget.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff

Re: [PATCH 5/5] usb/dwc3: fix no request in request_list when start isoc

2012-08-24 Thread Pratyush Anand
On 8/24/2012 5:10 PM, Pratyush ANAND wrote: If xfernotready is received and there is no request in request_list then PENDING flag must be set, so that next request in ep queue is executed. Although, I did not encounter PENDING in isoc testing. But, if somebody hits it, then only this patch

Re: [PATCH 5/5] usb/dwc3: fix no request in request_list when start isoc

2012-08-24 Thread Pratyush Anand
On 8/24/2012 7:01 PM, Pratyush Anand wrote: On 8/24/2012 5:10 PM, Pratyush ANAND wrote: If xfernotready is received and there is no request in request_list then PENDING flag must be set, so that next request in ep queue is executed. Although, I did not encounter PENDING in isoc testing. But,