Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752159AbcCXRs5 (ORCPT ); Thu, 24 Mar 2016 13:48:57 -0400 Received: from us01smtprelay-2.synopsys.com ([198.182.60.111]:42795 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751823AbcCXRst (ORCPT ); Thu, 24 Mar 2016 13:48:49 -0400 Subject: Re: Problem with dwc2 gadget isochronous in transfers To: John Keeping , John Youn References: <20160324113136.15ad2026.john@metanate.com> From: John Youn CC: Roman Bacik , "linux-usb@vger.kernel.org" , "linux-kernel@vger.kernel.org" Message-ID: <56F4287E.4000308@synopsys.com> Date: Thu, 24 Mar 2016 10:48:46 -0700 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20160324113136.15ad2026.john@metanate.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.10.161.113] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 996 Lines: 30 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