Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp1399493ybz; Thu, 16 Apr 2020 08:29:59 -0700 (PDT) X-Google-Smtp-Source: APiQypKVt/ahgRR0PQAOp2VhmXCq+9b2hcEAp344onCaeRaiDhUEfhqV8yXCJ7PRUZ5/Q1vlLU9p X-Received: by 2002:a05:6402:b99:: with SMTP id cf25mr22734735edb.372.1587050998971; Thu, 16 Apr 2020 08:29:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1587050998; cv=none; d=google.com; s=arc-20160816; b=EynLV5JyvCDX3jgB8SjBDDxfyqm2N+kPiBbuaQMKQdK4s+CHHfAk27ZFDX5ACP1kVj lkBCfkiEZGILYwO5qOCAidwdwWzvDI7MiMUvPS1korYXtx2mz0HUw6MRC5Q0sz1kO7c5 K1dUz5ei3ix/zryiDwz+7F+7MxlFdPn1p/hgVTae13NOeozQmfvpX2964s6/XICS1vmV NDRJJoYJGOejkCt5GvjMRfxUtdj9f1baKK22GQwCNok5q+CR8jOsKZXAw2aHE34w3SPs XGb2GcADi0X1ZUidPNRJ713bRkLIwylu2z/HkNraM+sIBrC6aWIUprltN0LdF9M6h7JJ dvtg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=MVc6Le7q6ckYFhHhIZapnb3EA9LgA89vjsDgCMXLDSY=; b=WIOwZMDtmK0ssPtYDP3WivmWA0LE85L6hYKJKj3P1Xj31IK8NKJfcFVJ/Qj5YSljOO a6LGwCLMVbTAGY9kwB6XDJcU0kp+2rk4oZRBPfONT9xTKfc5AJ64PfjVul4GkVylXjaH BaQ2r4V0XPYrviGOumjul9+1No/NoyU+cavHOGQO/UzofnmbGGUUfMi08t8jOIy7uQOR SN8Kis488KG/5GTcsp9CEuqpV6tPG73pJGL1V+tXGrNs9IatABePlxpl95cFgiyxIOvK x75l8QOe6bXHE8WLcmpmfuyr/XRZ3Xjew8U2O439WuA7GY1GQNe46oKC4SaFL5oq4wqa Kr4Q== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=rygkh93n; 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id bs5si8329222edb.205.2020.04.16.08.29.35; Thu, 16 Apr 2020 08:29:58 -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=@kernel.org header.s=default header.b=rygkh93n; 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2395235AbgDPP1W (ORCPT + 99 others); Thu, 16 Apr 2020 11:27:22 -0400 Received: from mail.kernel.org ([198.145.29.99]:57910 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2898459AbgDPNoj (ORCPT ); Thu, 16 Apr 2020 09:44:39 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 71E2421744; Thu, 16 Apr 2020 13:44:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587044678; bh=CbXVf1X13Fq5Weg0NUfcTRtDQk8jJn0eg2TMZC0+J5o=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=rygkh93nZBoB05dFHAAB7WDECddhGegypvZRm0jELlbta3MjacKFZbaqCH8KpTSa1 i2/xFh8ID4ZtA5uupoZkmP7GlP0WjUvee48EzL90uG82KjaqYz+1AoJeK6wiMunze4 zTv06a5uxR6AZJYbGVvHmxE78z0Y/dtf6lv6dvdk= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Dongjin Kim , Jianxin Pan , Thinh Nguyen , Jun Li , Tim , Neil Armstrong , Felipe Balbi , Sasha Levin Subject: [PATCH 5.4 058/232] usb: dwc3: core: add support for disabling SS instances in park mode Date: Thu, 16 Apr 2020 15:22:32 +0200 Message-Id: <20200416131322.786013320@linuxfoundation.org> X-Mailer: git-send-email 2.26.1 In-Reply-To: <20200416131316.640996080@linuxfoundation.org> References: <20200416131316.640996080@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Neil Armstrong [ Upstream commit 7ba6b09fda5e0cb741ee56f3264665e0edc64822 ] In certain circumstances, the XHCI SuperSpeed instance in park mode can fail to recover, thus on Amlogic G12A/G12B/SM1 SoCs when there is high load on the single XHCI SuperSpeed instance, the controller can crash like: xhci-hcd xhci-hcd.0.auto: xHCI host not responding to stop endpoint command. xhci-hcd xhci-hcd.0.auto: Host halt failed, -110 xhci-hcd xhci-hcd.0.auto: xHCI host controller not responding, assume dead xhci-hcd xhci-hcd.0.auto: xHCI host not responding to stop endpoint command. hub 2-1.1:1.0: hub_ext_port_status failed (err = -22) xhci-hcd xhci-hcd.0.auto: HC died; cleaning up usb 2-1.1-port1: cannot reset (err = -22) Setting the PARKMODE_DISABLE_SS bit in the DWC3_USB3_GUCTL1 mitigates the issue. The bit is described as : "When this bit is set to '1' all SS bus instances in park mode are disabled" Synopsys explains: The GUCTL1.PARKMODE_DISABLE_SS is only available in dwc_usb3 controller running in host mode. This should not be set for other IPs. This can be disabled by default based on IP, but I recommend to have a property to enable this feature for devices that need this. CC: Dongjin Kim Cc: Jianxin Pan Cc: Thinh Nguyen Cc: Jun Li Reported-by: Tim Signed-off-by: Neil Armstrong Signed-off-by: Felipe Balbi Signed-off-by: Sasha Levin --- drivers/usb/dwc3/core.c | 5 +++++ drivers/usb/dwc3/core.h | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/drivers/usb/dwc3/core.c b/drivers/usb/dwc3/core.c index cede7a8e36055..526c275ad0bc5 100644 --- a/drivers/usb/dwc3/core.c +++ b/drivers/usb/dwc3/core.c @@ -992,6 +992,9 @@ static int dwc3_core_init(struct dwc3 *dwc) if (dwc->dis_tx_ipgap_linecheck_quirk) reg |= DWC3_GUCTL1_TX_IPGAP_LINECHECK_DIS; + if (dwc->parkmode_disable_ss_quirk) + reg |= DWC3_GUCTL1_PARKMODE_DISABLE_SS; + dwc3_writel(dwc->regs, DWC3_GUCTL1, reg); } @@ -1305,6 +1308,8 @@ static void dwc3_get_properties(struct dwc3 *dwc) "snps,dis-del-phy-power-chg-quirk"); dwc->dis_tx_ipgap_linecheck_quirk = device_property_read_bool(dev, "snps,dis-tx-ipgap-linecheck-quirk"); + dwc->parkmode_disable_ss_quirk = device_property_read_bool(dev, + "snps,parkmode-disable-ss-quirk"); dwc->tx_de_emphasis_quirk = device_property_read_bool(dev, "snps,tx_de_emphasis_quirk"); diff --git a/drivers/usb/dwc3/core.h b/drivers/usb/dwc3/core.h index 77c4a9abe3652..3ecc69c5b150f 100644 --- a/drivers/usb/dwc3/core.h +++ b/drivers/usb/dwc3/core.h @@ -249,6 +249,7 @@ #define DWC3_GUCTL_HSTINAUTORETRY BIT(14) /* Global User Control 1 Register */ +#define DWC3_GUCTL1_PARKMODE_DISABLE_SS BIT(17) #define DWC3_GUCTL1_TX_IPGAP_LINECHECK_DIS BIT(28) #define DWC3_GUCTL1_DEV_L1_EXIT_BY_HW BIT(24) @@ -1024,6 +1025,8 @@ struct dwc3_scratchpad_array { * change quirk. * @dis_tx_ipgap_linecheck_quirk: set if we disable u2mac linestate * check during HS transmit. + * @parkmode_disable_ss_quirk: set if we need to disable all SuperSpeed + * instances in park mode. * @tx_de_emphasis_quirk: set if we enable Tx de-emphasis quirk * @tx_de_emphasis: Tx de-emphasis value * 0 - -6dB de-emphasis @@ -1215,6 +1218,7 @@ struct dwc3 { unsigned dis_u2_freeclk_exists_quirk:1; unsigned dis_del_phy_power_chg_quirk:1; unsigned dis_tx_ipgap_linecheck_quirk:1; + unsigned parkmode_disable_ss_quirk:1; unsigned tx_de_emphasis_quirk:1; unsigned tx_de_emphasis:2; -- 2.20.1