From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 12F7DC433B4 for ; Thu, 20 May 2021 14:16:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EF8146109F for ; Thu, 20 May 2021 14:16:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241302AbhETOSQ (ORCPT ); Thu, 20 May 2021 10:18:16 -0400 Received: from netrider.rowland.org ([192.131.102.5]:54613 "HELO netrider.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S243699AbhETOR5 (ORCPT ); Thu, 20 May 2021 10:17:57 -0400 Received: (qmail 1203474 invoked by uid 1000); 20 May 2021 10:16:33 -0400 Date: Thu, 20 May 2021 10:16:33 -0400 From: Alan Stern To: "Matwey V. Kornilov" Cc: hminas@synopsys.com, "open list:MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER" Subject: Re: Odroid C4: dwc2_hsotg_start_req: ep1 is stalled Message-ID: <20210520141633.GB1203032@rowland.harvard.edu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Thu, May 20, 2021 at 03:35:26PM +0300, Matwey V. Kornilov wrote: > Hi, > > I am running upstream Linux 5.12.3 on an Odroid C4 board and see lots > of the following lines in dmesg while using the gadget mass storage > driver. I suppose that this can indicate some issue in the dwc2 > driver. > > [ 189.752586] dwc2 ff400000.usb: bound driver g_mass_storage > [ 190.118994] dwc2 ff400000.usb: new device is high-speed > [ 190.199074] dwc2 ff400000.usb: new device is high-speed > [ 190.267855] dwc2 ff400000.usb: new address 4 > [ 191.310603] dwc2 ff400000.usb: dwc2_hsotg_ep_sethalt(ep > 00000000ce48180a ep1in, 1) > [ 191.310737] dwc2 ff400000.usb: dwc2_hsotg_start_req: ep1 is stalled > [ 191.311015] dwc2 ff400000.usb: dwc2_hsotg_ep_sethalt(ep > 00000000ce48180a ep1in, 0) > [ 191.312257] dwc2 ff400000.usb: dwc2_hsotg_ep_sethalt(ep > 00000000ce48180a ep1in, 1) > [ 191.312373] dwc2 ff400000.usb: dwc2_hsotg_start_req: ep1 is stalled > [ 191.312762] dwc2 ff400000.usb: dwc2_hsotg_ep_sethalt(ep > 00000000ce48180a ep1in, 0) > [ 191.336959] dwc2 ff400000.usb: dwc2_hsotg_ep_sethalt(ep > 00000000ce48180a ep1in, 1) > [ 191.447759] dwc2 ff400000.usb: dwc2_hsotg_ep_sethalt(ep > 00000000ce48180a ep1in, 1) > [ 191.447823] dwc2 ff400000.usb: dwc2_hsotg_start_req: ep1 is stalled > [ 191.448098] dwc2 ff400000.usb: dwc2_hsotg_ep_sethalt(ep > 00000000ce48180a ep1in, 0) > [ 191.448550] dwc2 ff400000.usb: dwc2_hsotg_ep_sethalt(ep > 00000000ce48180a ep1in, 1) > [ 191.567748] dwc2 ff400000.usb: dwc2_hsotg_ep_sethalt(ep > 00000000ce48180a ep1in, 1) Those look like they ought to be debugging messages. They don't seem to indicate any problem. Alan Stern