Re: Problem with dwc2 gadget isochronous in transfers

From: John Youn
Date: Thu Mar 24 2016 - 13:49:01 EST


On 3/24/2016 4:32 AM, John Keeping wrote:
> Hi,
>
> I've been trying to use the uac2 gadget function on a Radxa Rock2 board
> which uses the dwc2 driver, but it seems there is a problem with
> isochronous in endpoints (out works fine).
>
> When trying to use the audio gadget no data is transferred and the other
> end of the link ends up timing out. With debug logging enabled in dwc2
> the GINTSTS_INCOMPL_SOIN interrupt triggers continuously, as seen in the
> log below (from which I snipped 6,000+ more occurences). I'm guessing
> the root cause of this relates to the line:
>
> [ 320.656450] dwc2 ff580000.usb: dwc2_hsotg_epint: EPDisbld
>
> during the setup phase, but I have no idea why that's happening.
>


Hi John,

We have a patch series that fixes up the ISOC code and which possibly
addresses the failures here. We hope to submit them for review within
the next week or so.

Appreciate if you would test and report any problems based off of
those patches.

Regards,
John