Re: [PATCHv3] usb: dwc3: use a burst size only ss-mode

2012-08-31 Thread Sergei Shtylyov
Hello. On 08/31/2012 08:42 AM, Chanho Park wrote: > When connection is established non-ss mode, ^ "in" missing > a maxburst is set to 0. > Therefore, the value of burst size has wrong value. We must use the burst size Value has value? > only in ss-mode. W

RE: [PATCHv3] usb: dwc3: use a burst size only ss-mode

2012-08-31 Thread Chanho Park
> -Original Message- > From: Felipe Balbi [mailto:ba...@ti.com] > Sent: Friday, August 31, 2012 3:59 PM > To: Chanho Park > Cc: ba...@ti.com; gre...@linuxfoundation.org; linux-usb@vger.kernel.org; > Kyungmin Park > Subject: Re: [PATCHv3] usb: dwc3: use a burst size

Re: [PATCHv3] usb: dwc3: use a burst size only ss-mode

2012-08-31 Thread Felipe Balbi
Hi, On Fri, Aug 31, 2012 at 01:42:23PM +0900, Chanho Park wrote: > When connection is established non-ss mode, a maxburst is set to 0. > Therefore, the value of burst size has wrong value. We must use the burst size > only in ss-mode. > > Signed-off-by: Chanho Park > Signed-off-by: Kyungmin Park

[PATCHv3] usb: dwc3: use a burst size only ss-mode

2012-08-30 Thread Chanho Park
When connection is established non-ss mode, a maxburst is set to 0. Therefore, the value of burst size has wrong value. We must use the burst size only in ss-mode. Signed-off-by: Chanho Park Signed-off-by: Kyungmin Park --- drivers/usb/dwc3/gadget.c |6 +- 1 file changed, 5 insertions(+