Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp2549696pxj; Mon, 10 May 2021 05:43:05 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwP8IH7XCRyXbJRJyDdLHOOapCUJ41tSMqqZg834PM3lxf1zDO+paYPyNMT2+MPb/Zgt+45 X-Received: by 2002:a92:c6ca:: with SMTP id v10mr21893086ilm.97.1620650584838; Mon, 10 May 2021 05:43:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1620650584; cv=none; d=google.com; s=arc-20160816; b=Q7fIRN++YRN/HrBcyNqRwbLcHltHH0icb/6CSLwLBJJkcVeQRvoNavNlYTc5CiHrY1 AOyfXXy+ceA2EVksFQ5i1NGo63+DNjgf/wbuWVy+qk7Y7e1E8agZUuQmf1Ela9gPBL83 tnwvgTif56Pit//++L2xxNjI3mgsi1jtZRG2RxViXW87pTrBFWbmogUdSGBIiGgAnyWj 5O/XARGE6zroLWbIXzp/KAqvZ74Xm/z3xdTWRWuUu4PneTzNOL/uYcDuh2631IRZSO2V ZFvuIsqIfa0m9kY8gqOGsVUHFqsXc1s6OHT3Gr4gHB4vrUp1BgeyjC4liYpd5B8P288b pGoA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=2uu6j0cvbY1A5DXFQxSyhR/LAM9xqoSaw3pnxOEfLbo=; b=UwLJoelRYELnhdlOaaOJNqF+L1iPKbpf79xL23OPvgY5TY26ePJiTSoJrLgbz9f+so mLLaeaxDWco/BQlmf8azi9M6WMNuJLzFS0ppz+Axem4Iolc6uQI2Q4h+xFO8noL+UgP/ hqnwqcoxE02APxE7vRwefP3UMJQD1ANF/c2YuIPdL/SZlmQifdypMrVn7SSyVTt8uckV NXvWN/abL372crd6+DK3nom0+nBm+nHKzR6HBqTkvrexn7f22kY/kDot8I8m35fn/o7Q mr4e1+Lgy2nE6h/G/h5MAcYe4Uavo9Ok76VL+FscVrecazuVNW0GrqsdK3uhFTfWstxX pLRg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=pgw+Wg3Y; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id i25si5685736ila.96.2021.05.10.05.42.51; Mon, 10 May 2021 05:43:04 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=pgw+Wg3Y; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240076AbhEJMn0 (ORCPT + 99 others); Mon, 10 May 2021 08:43:26 -0400 Received: from mail.kernel.org ([198.145.29.99]:60380 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238072AbhEJLQ5 (ORCPT ); Mon, 10 May 2021 07:16:57 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 5D654614A5; Mon, 10 May 2021 11:12:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1620645136; bh=cFchhMaHYH8bR5GvCJ3hR1rSWQ9RiBBN8mveFISbNds=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=pgw+Wg3Yv0/2Eb1kosxAILKsdLWTNFiV0MPEOnz7ut152w9UMXiZ8P01M70nynreE 36i25J40pZcEM4Lw+SVO7UJZO2muH6irghLgOeE/NoVE6qoWajRwGhYg94yE3PgB8M FOtRdmaFXZPbNzbfynhKoqSUole6VcxFEuQt4gzA= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Felipe Balbi , Thinh Nguyen Subject: [PATCH 5.12 367/384] usb: dwc3: gadget: Fix START_TRANSFER link state check Date: Mon, 10 May 2021 12:22:36 +0200 Message-Id: <20210510102026.862512660@linuxfoundation.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210510102014.849075526@linuxfoundation.org> References: <20210510102014.849075526@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Thinh Nguyen commit c560e76319a94a3b9285bc426c609903408e4826 upstream. The START_TRANSFER command needs to be executed while in ON/U0 link state (with an exception during register initialization). Don't use dwc->link_state to check this since the driver only tracks the link state when the link state change interrupt is enabled. Check the link state from DSTS register instead. Note that often the host already brings the device out of low power before it sends/requests the next transfer. So, the user won't see any issue when the device starts transfer then. This issue is more noticeable in cases when the device delays starting transfer, which can happen during delayed control status after the host put the device in low power. Fixes: 799e9dc82968 ("usb: dwc3: gadget: conditionally disable Link State change events") Cc: Acked-by: Felipe Balbi Signed-off-by: Thinh Nguyen Link: https://lore.kernel.org/r/bcefaa9ecbc3e1936858c0baa14de6612960e909.1618884221.git.Thinh.Nguyen@synopsys.com Signed-off-by: Greg Kroah-Hartman Signed-off-by: Greg Kroah-Hartman --- drivers/usb/dwc3/gadget.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) --- a/drivers/usb/dwc3/gadget.c +++ b/drivers/usb/dwc3/gadget.c @@ -308,13 +308,12 @@ int dwc3_send_gadget_ep_cmd(struct dwc3_ } if (DWC3_DEPCMD_CMD(cmd) == DWC3_DEPCMD_STARTTRANSFER) { - int needs_wakeup; + int link_state; - needs_wakeup = (dwc->link_state == DWC3_LINK_STATE_U1 || - dwc->link_state == DWC3_LINK_STATE_U2 || - dwc->link_state == DWC3_LINK_STATE_U3); - - if (unlikely(needs_wakeup)) { + link_state = dwc3_gadget_get_link_state(dwc); + if (link_state == DWC3_LINK_STATE_U1 || + link_state == DWC3_LINK_STATE_U2 || + link_state == DWC3_LINK_STATE_U3) { ret = __dwc3_gadget_wakeup(dwc); dev_WARN_ONCE(dwc->dev, ret, "wakeup failed --> %d\n", ret); @@ -1975,6 +1974,8 @@ static int __dwc3_gadget_wakeup(struct d case DWC3_LINK_STATE_RESET: case DWC3_LINK_STATE_RX_DET: /* in HS, means Early Suspend */ case DWC3_LINK_STATE_U3: /* in HS, means SUSPEND */ + case DWC3_LINK_STATE_U2: /* in HS, means Sleep (L1) */ + case DWC3_LINK_STATE_U1: case DWC3_LINK_STATE_RESUME: break; default: