Re: [PATCH] usb: dwc2: gadget: Update for new usb_endpoint_maxp()

2016-11-09 Thread John Youn
On 11/9/2016 12:02 AM, Felipe Balbi wrote: > > Hi, > > John Youn writes: >>> John Youn writes: > John Youn writes: @@ -1812,17 +1812,17 @@ static u32 dwc2_hsotg_ep0_mps(unsigned int mps) * @hsotg:

Re: [PATCH] usb: dwc2: gadget: Update for new usb_endpoint_maxp()

2016-11-09 Thread Felipe Balbi
Hi, John Youn writes: >> John Youn writes: John Youn writes: >>> @@ -1812,17 +1812,17 @@ static u32 dwc2_hsotg_ep0_mps(unsigned int mps) >>> * @hsotg: The driver state. >>> * @ep: The index number of

Re: [PATCH] usb: dwc2: gadget: Update for new usb_endpoint_maxp()

2016-11-08 Thread John Youn
On 11/8/2016 2:48 AM, Felipe Balbi wrote: > > Hi, > > John Youn writes: >>> John Youn writes: >> @@ -1812,17 +1812,17 @@ static u32 dwc2_hsotg_ep0_mps(unsigned int mps) >> * @hsotg: The driver state. >> * @ep: The index number of

Re: [PATCH] usb: dwc2: gadget: Update for new usb_endpoint_maxp()

2016-11-08 Thread Felipe Balbi
Hi, John Youn writes: >> John Youn writes: > @@ -1812,17 +1812,17 @@ static u32 dwc2_hsotg_ep0_mps(unsigned int mps) > * @hsotg: The driver state. > * @ep: The index number of the endpoint > * @mps: The maximum packet size

Re: [PATCH] usb: dwc2: gadget: Update for new usb_endpoint_maxp()

2016-11-07 Thread John Youn
On 11/6/2016 11:32 PM, Felipe Balbi wrote: > > Hi, > > John Youn writes: @@ -1812,17 +1812,17 @@ static u32 dwc2_hsotg_ep0_mps(unsigned int mps) * @hsotg: The driver state. * @ep: The index number of the endpoint * @mps: The maximum packet size

Re: [PATCH] usb: dwc2: gadget: Update for new usb_endpoint_maxp()

2016-11-06 Thread Felipe Balbi
Hi, John Youn writes: >>> @@ -1812,17 +1812,17 @@ static u32 dwc2_hsotg_ep0_mps(unsigned int mps) >>> * @hsotg: The driver state. >>> * @ep: The index number of the endpoint >>> * @mps: The maximum packet size in bytes >>> + * @mc: The multicount value >>> * >>>

Re: [PATCH] usb: dwc2: gadget: Update for new usb_endpoint_maxp()

2016-11-04 Thread John Youn
On 11/1/2016 4:14 AM, Felipe Balbi wrote: > > Hi, > > John Youn writes: >> From: Vardan Mikayelyan >> >> Update the dwc2 driver for the new behavior of the usb_endpoint_maxp() >> and also use the new usb_endpoint_maxp_mult() helper function. >> >>

Re: [PATCH] usb: dwc2: gadget: Update for new usb_endpoint_maxp()

2016-11-03 Thread John Youn
On 11/1/2016 4:14 AM, Felipe Balbi wrote: > > Hi, > > John Youn writes: >> From: Vardan Mikayelyan >> >> Update the dwc2 driver for the new behavior of the usb_endpoint_maxp() >> and also use the new usb_endpoint_maxp_mult() helper function. >> >>

Re: [PATCH] usb: dwc2: gadget: Update for new usb_endpoint_maxp()

2016-11-01 Thread Felipe Balbi
Hi, John Youn writes: > From: Vardan Mikayelyan > > Update the dwc2 driver for the new behavior of the usb_endpoint_maxp() > and also use the new usb_endpoint_maxp_mult() helper function. > > This commit fixes failures in high-badwith ISOC transfer

Re: [PATCH] usb: dwc2: gadget: Update for new usb_endpoint_maxp()

2016-10-31 Thread kbuild test robot
Hi Vardan, [auto build test ERROR on balbi-usb/next] [also build test ERROR on v4.9-rc3 next-20161028] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for convenience) to record

[PATCH] usb: dwc2: gadget: Update for new usb_endpoint_maxp()

2016-10-31 Thread John Youn
From: Vardan Mikayelyan Update the dwc2 driver for the new behavior of the usb_endpoint_maxp() and also use the new usb_endpoint_maxp_mult() helper function. This commit fixes failures in high-badwith ISOC transfer tests. Signed-off-by: Vardan Mikayelyan