RE: [PATCH] usb: dwc3: gadget: don't remove the request if bus-expired

2019-01-21 Thread Zengtao (B)
PATCH] usb: dwc3: gadget: don't remove the request if >bus-expired > >* PGP Signed by an unknown key > > >Hi, > >Zeng Tao writes: >> We have already returned EAGAIN for bus-expiry, and it's designed to >> start with a future Frame number and start th

RE: [PATCH] usb: dwc3: gadget: don't remove the request if bus-expired

2019-01-21 Thread Felipe Balbi
; >>linux-ker...@vger.kernel.org >>Subject: Re: [PATCH] usb: dwc3: gadget: don't remove the request if >>bus-expired >> >>* PGP Signed by an unknown key >> >> >>Hi, >> >>Zeng Tao writes: >>> We have already returned EAGAIN for

Re: [PATCH] usb: dwc3: gadget: don't remove the request if bus-expired

2019-01-14 Thread Felipe Balbi
Hi, Zeng Tao writes: > We have already returned EAGAIN for bus-expiry, and it's designed to > start with a future Frame number and start the transfer again. So we > should not remove the request for that case. > > Signed-off-by: Zeng Tao Do we need a Fixes tag here? How about Cc stable? Can yo

[PATCH] usb: dwc3: gadget: don't remove the request if bus-expired

2018-12-20 Thread Zeng Tao
We have already returned EAGAIN for bus-expiry, and it's designed to start with a future Frame number and start the transfer again. So we should not remove the request for that case. Signed-off-by: Zeng Tao --- drivers/usb/dwc3/gadget.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)