Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp3519708pxf; Mon, 15 Mar 2021 11:21:51 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzmIsukp0PU1ZU/foJZlBq2hQVE80U4mYB9imU5hdV/z+2IRTskQuzgbhefcvgg/ftee1Xa X-Received: by 2002:a17:906:819:: with SMTP id e25mr25647879ejd.292.1615832510878; Mon, 15 Mar 2021 11:21:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1615832510; cv=none; d=google.com; s=arc-20160816; b=naQO3H0rot3rQnjylErUr15ASxllqB7ycS9abLFeOlcEFBKpCEQSadjpcAF8hsgUqw BZ/P491y+i7WXpK7zheqRRT0cUQ6pj/ij6YfPvNX5664esAgGvgQvG3FG5GGqdB7RjDw aI9WyfPsUcHuFKLcbIF/8bSXdKlUG5Gw/Q1wNkqwVyIc9IFKKwZRxRikxcbbw+AGCwRE S3F9na+etp4w2iF6LaRcUu+oz/ZpeLNiXTL10UZLFVJ+Mo9YSqC1VqvfHPToutBtTq0R 3ZiVHK1xjzTxgpxwRLRwKx2CxbD0yG6XO5iSZmMxNsRFskUTGD4MulMM9ikOQho8PPWl sI3g== 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=Pmcv30QnfTFRWB/G+fQCf50Y9UkgJEvelYC8GYL+sNw=; b=NneY7KMhnXePKqidtqm3QH7ZIZoxlUzH8zJ2oczTKdqZTCSg23OjGvL6LbpG4kOqzK 9rOIfjjNyOr8OTKce5HnS5CITG0tfSpvsEbRqPPOnz8EnLSCGiI8bxy3bfqTDz9FmyW1 dr0t5D4vTyjVuYJq3CngjVMJ5Rn7JJSP96pVy+Ttkjef1cPdNk8S+SYVkTFin01PNWOe QJGAZUGBCy+mr9lqtxssDsX/ERggtwzj7NS76cWB7Hjj37JgsbnIfnw/SY99/vWv++HD lodzZZItadgFHo+E+pwiPxIyIeougID5/P2/kcPoYeqlujnzoJOXufbNnB2jATYl5CWb 3j2A== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=TcIcVZ3s; 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 la25si11624132ejb.703.2021.03.15.11.21.28; Mon, 15 Mar 2021 11:21:50 -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=TcIcVZ3s; 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 S232781AbhCOOUj (ORCPT + 99 others); Mon, 15 Mar 2021 10:20:39 -0400 Received: from mail.kernel.org ([198.145.29.99]:37582 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232785AbhCON74 (ORCPT ); Mon, 15 Mar 2021 09:59:56 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 9B6AC64EFD; Mon, 15 Mar 2021 13:59:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1615816776; bh=AneO6NVmCoHwv/zQGDAcWoadoYb/AGpFcxb2TvJ4kl4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=TcIcVZ3sK5h4DOB6F+M/yvdAdxeufwJuVt2DY3u1RH+gUwMJyVHdccQ9at4OI7joJ NU2sWAHocntgak7GKT5Igkib9msgUMdbAvyWX47YiDcW3zv4cZWgGJAyGWWvhabKlz lvjcnDmv9dTSQra5CWTzLJTMin6fxWb18j9jasIk= From: gregkh@linuxfoundation.org To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Mathias Nyman Subject: [PATCH 4.14 54/95] xhci: Improve detection of device initiated wake signal. Date: Mon, 15 Mar 2021 14:57:24 +0100 Message-Id: <20210315135742.045483785@linuxfoundation.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210315135740.245494252@linuxfoundation.org> References: <20210315135740.245494252@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: Greg Kroah-Hartman From: Mathias Nyman commit 253f588c70f66184b1f3a9bbb428b49bbda73e80 upstream. A xHC USB 3 port might miss the first wake signal from a USB 3 device if the port LFPS reveiver isn't enabled fast enough after xHC resume. xHC host will anyway be resumed by a PME# signal, but will go back to suspend if no port activity is seen. The device resends the U3 LFPS wake signal after a 100ms delay, but by then host is already suspended, starting all over from the beginning of this issue. USB 3 specs say U3 wake LFPS signal is sent for max 10ms, then device needs to delay 100ms before resending the wake. Don't suspend immediately if port activity isn't detected in resume. Instead add a retry. If there is no port activity then delay for 120ms, and re-check for port activity. Cc: Signed-off-by: Mathias Nyman Link: https://lore.kernel.org/r/20210311115353.2137560-3-mathias.nyman@linux.intel.com Signed-off-by: Greg Kroah-Hartman --- drivers/usb/host/xhci.c | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) --- a/drivers/usb/host/xhci.c +++ b/drivers/usb/host/xhci.c @@ -1021,6 +1021,7 @@ int xhci_resume(struct xhci_hcd *xhci, b struct usb_hcd *secondary_hcd; int retval = 0; bool comp_timer_running = false; + bool pending_portevent = false; if (!hcd->state) return 0; @@ -1154,13 +1155,22 @@ int xhci_resume(struct xhci_hcd *xhci, b done: if (retval == 0) { - /* Resume root hubs only when have pending events. */ - if (xhci_pending_portevent(xhci)) { + /* + * Resume roothubs only if there are pending events. + * USB 3 devices resend U3 LFPS wake after a 100ms delay if + * the first wake signalling failed, give it that chance. + */ + pending_portevent = xhci_pending_portevent(xhci); + if (!pending_portevent) { + msleep(120); + pending_portevent = xhci_pending_portevent(xhci); + } + + if (pending_portevent) { usb_hcd_resume_root_hub(xhci->shared_hcd); usb_hcd_resume_root_hub(hcd); } } - /* * If system is subject to the Quirk, Compliance Mode Timer needs to * be re-initialized Always after a system resume. Ports are subject