RE: [PATCH] usb: dwc3: gadget: Correct the logic for queuing sgs

2018-03-24 Thread Anurag Kumar Vulisha
roah-Hartman > >Cc: v.anuragku...@gmail.com; Ajay Yugalkishore Pandey >; linux-usb@vger.kernel.org; linux- >ker...@vger.kernel.org >Subject: RE: [PATCH] usb: dwc3: gadget: Correct the logic for queuing sgs > > >(please configure your email client to break lines at 80 column

RE: [PATCH] usb: dwc3: gadget: Correct the logic for queuing sgs

2018-03-23 Thread Felipe Balbi
(please configure your email client to break lines at 80 columns ;-) Hi, Anurag Kumar Vulisha writes: > Hi Felipe, > > Thanks for reviewing the patch , please find my comments inline no issues :-) >>Anurag Kumar Vulisha writes: >>> This patch fixes two issues >>> >>> 1. The code logic in dwc

RE: [PATCH] usb: dwc3: gadget: Correct the logic for queuing sgs

2018-03-19 Thread Anurag Kumar Vulisha
ugalkishore Pandey >; linux-usb@vger.kernel.org; linux- >ker...@vger.kernel.org; Anurag Kumar Vulisha >Subject: Re: [PATCH] usb: dwc3: gadget: Correct the logic for queuing sgs > > >Hi, > >Anurag Kumar Vulisha writes: >> This patch fixes two issues >> >> 1. T

Re: [PATCH] usb: dwc3: gadget: Correct the logic for queuing sgs

2018-03-19 Thread Felipe Balbi
Hi, Anurag Kumar Vulisha writes: > This patch fixes two issues > > 1. The code logic in dwc3_prepare_one_trb() incorrectly uses the address > and length given in req packet even for scattergather lists. This patch > correct's the code to use sg->address and sg->length when scattergather > lists