Re: [PATCH] usb: gadget: dwc2_udc_otg: set ep's desc during enable/disable

2022-01-08 Thread Tom Rini
On Thu, Jan 06, 2022 at 04:02:08PM +0100, Gary Bisson wrote: > Fastboot support has been broken on platforms using dwc2 controller > since the gadget gets its max packet size from it. > This patch is the equivalent of 723fd5668ff which fixed the same issue > but for the chipidea controller. > > F

Re: [PATCH] usb: gadget: dwc2_udc_otg: set ep's desc during enable/disable

2022-01-07 Thread Mattijs Korpershoek
Hi Gary, Thank you for your patch. Marek Vasut writes: > On 1/6/22 16:21, Neil Armstrong wrote: >> Hi, >> >> On 06/01/2022 16:02, Gary Bisson wrote: >>> Fastboot support has been broken on platforms using dwc2 controller >>> since the gadget gets its max packet size from it. >>> This patch is

Re: [PATCH] usb: gadget: dwc2_udc_otg: set ep's desc during enable/disable

2022-01-06 Thread Marek Vasut
On 1/6/22 16:21, Neil Armstrong wrote: Hi, On 06/01/2022 16:02, Gary Bisson wrote: Fastboot support has been broken on platforms using dwc2 controller since the gadget gets its max packet size from it. This patch is the equivalent of 723fd5668ff which fixed the same issue but for the chipidea c

Re: [PATCH] usb: gadget: dwc2_udc_otg: set ep's desc during enable/disable

2022-01-06 Thread Neil Armstrong
Hi, On 06/01/2022 16:02, Gary Bisson wrote: > Fastboot support has been broken on platforms using dwc2 controller > since the gadget gets its max packet size from it. > This patch is the equivalent of 723fd5668ff which fixed the same issue > but for the chipidea controller. > > Fixes: 27c9141b111

[PATCH] usb: gadget: dwc2_udc_otg: set ep's desc during enable/disable

2022-01-06 Thread Gary Bisson
Fastboot support has been broken on platforms using dwc2 controller since the gadget gets its max packet size from it. This patch is the equivalent of 723fd5668ff which fixed the same issue but for the chipidea controller. Fixes: 27c9141b111 ("usb: gadget: fastboot: use correct max packet size")