Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp3529080pxf; Mon, 15 Mar 2021 11:34:57 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy6S3Lf4eCPsa9Si3KfwYX4ADpVd6tuvyfkT3iVvuYutMbb+p0264JentKDDZFycZDjy+/e X-Received: by 2002:a05:6402:c0f:: with SMTP id co15mr31192920edb.373.1615833297053; Mon, 15 Mar 2021 11:34:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1615833297; cv=none; d=google.com; s=arc-20160816; b=j+i70aRl5vcQ2BGSlEXwI7mRgs6AgHmZxRT9BAZsxK87DpFGU1R9dcESxBdJCBh2e1 BGXyR5IdNiT2FCNkxrkzMu4KuHSXXb652M9uA4oMz15MiQSYYCAUwzat2jwlJOSGwxZd ItEuCSd964XY2mibMl/PeSfcAyD44cQMy+ia1Dbnwx6QC7E5tnL8EtIBkE9mYyUR3Fuv aOpGT0JoivghhLAfL5aWgxduLc0Rtv7VYD68Y3FgWepu3jjTwwieknWXBeckx/QG2CTA NT1YU8efMDjmSURgsX8Yl8UL2qjwr25Ml0lMYod2yRzBpTQpiCO486rWB7rVrMs6icX8 LtYw== 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=2qdnjHbauixEgkNaXVUQCmi7g32OWHCAYZdD44sbIfs=; b=yBqNU08i6qTK3lll/VRHI90Uu8C82nWiatxa5wLpbfYEczh5nwa4DFBso2++O5NH8m grenaOfB5XpqB0uztfAcKleWuvoRx8qp/qlDAUO80wmMNAnmMNA0sLN1WEV32mCfCUMe c0Ta4rC2JDXipBUTlA3Nrf1w6OoH/Ss4icEeuMc+CDJWO17gCvZI1pxvl3qp8VYMXEFR w+2NQNblA8x2nowmkvkFNXt957UfcI3Fll4J1nDSwJCd2Nam0GPV9h2DR0wupghYbchb 415Ji5r00i5rnBOgUeeFYsl6kWEGXjgVJT4Ko3YKpniP3SIT5xP4fv+zvGGBmzz2pie8 so7w== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=frAYc2E4; 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 cw19si11292866edb.211.2021.03.15.11.34.34; Mon, 15 Mar 2021 11:34:57 -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=frAYc2E4; 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 S240428AbhCOOrq (ORCPT + 99 others); Mon, 15 Mar 2021 10:47:46 -0400 Received: from mail.kernel.org ([198.145.29.99]:49128 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233863AbhCOOCc (ORCPT ); Mon, 15 Mar 2021 10:02:32 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 28FA364DAD; Mon, 15 Mar 2021 14:02:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1615816952; bh=xKgkFWzxlPRIvHIuGIVg8npd7F6MBl11aaKZJp0K8E0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=frAYc2E4nXyAYMU1upd7beMHApai5WKgveQ2u2s721CnepkbqL8JRoldJSAFfbWAo cugefwDHnJmbpvjWT7QgLslaJWYePaQlwORakOCkQiae9dQiA9XQH6/rdhD33CCEGi nhH8+qhXc5+uNYjJM16Y0dupvDNtJg8z3PEZLtBc= From: gregkh@linuxfoundation.org To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Bernhard , Stanislaw Gruszka , Mathias Nyman Subject: [PATCH 5.10 208/290] usb: xhci: do not perform Soft Retry for some xHCI hosts Date: Mon, 15 Mar 2021 14:55:01 +0100 Message-Id: <20210315135548.961675918@linuxfoundation.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210315135541.921894249@linuxfoundation.org> References: <20210315135541.921894249@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: Stanislaw Gruszka commit a4a251f8c23518899d2078c320cf9ce2fa459c9f upstream. On some systems rt2800usb and mt7601u devices are unable to operate since commit f8f80be501aa ("xhci: Use soft retry to recover faster from transaction errors") Seems that some xHCI controllers can not perform Soft Retry correctly, affecting those devices. To avoid the problem add xhci->quirks flag that restore pre soft retry xhci behaviour for affected xHCI controllers. Currently those are AMD_PROMONTORYA_4 and AMD_PROMONTORYA_2, since it was confirmed by the users: on those xHCI hosts issue happen and is gone after disabling Soft Retry. [minor commit message rewording for checkpatch -Mathias] Fixes: f8f80be501aa ("xhci: Use soft retry to recover faster from transaction errors") Cc: # 4.20+ Reported-by: Bernhard Tested-by: Bernhard Signed-off-by: Stanislaw Gruszka Signed-off-by: Mathias Nyman Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=202541 Link: https://lore.kernel.org/r/20210311115353.2137560-2-mathias.nyman@linux.intel.com Signed-off-by: Greg Kroah-Hartman --- drivers/usb/host/xhci-pci.c | 5 +++++ drivers/usb/host/xhci-ring.c | 3 ++- drivers/usb/host/xhci.h | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) --- a/drivers/usb/host/xhci-pci.c +++ b/drivers/usb/host/xhci-pci.c @@ -295,6 +295,11 @@ static void xhci_pci_quirks(struct devic pdev->device == 0x9026) xhci->quirks |= XHCI_RESET_PLL_ON_DISCONNECT; + if (pdev->vendor == PCI_VENDOR_ID_AMD && + (pdev->device == PCI_DEVICE_ID_AMD_PROMONTORYA_2 || + pdev->device == PCI_DEVICE_ID_AMD_PROMONTORYA_4)) + xhci->quirks |= XHCI_NO_SOFT_RETRY; + if (xhci->quirks & XHCI_RESET_ON_RESUME) xhci_dbg_trace(xhci, trace_xhci_dbg_quirks, "QUIRK: Resetting on resume"); --- a/drivers/usb/host/xhci-ring.c +++ b/drivers/usb/host/xhci-ring.c @@ -2307,7 +2307,8 @@ static int process_bulk_intr_td(struct x remaining = 0; break; case COMP_USB_TRANSACTION_ERROR: - if ((ep_ring->err_count++ > MAX_SOFT_RETRY) || + if (xhci->quirks & XHCI_NO_SOFT_RETRY || + (ep_ring->err_count++ > MAX_SOFT_RETRY) || le32_to_cpu(slot_ctx->tt_info) & TT_SLOT) break; *status = 0; --- a/drivers/usb/host/xhci.h +++ b/drivers/usb/host/xhci.h @@ -1879,6 +1879,7 @@ struct xhci_hcd { #define XHCI_SKIP_PHY_INIT BIT_ULL(37) #define XHCI_DISABLE_SPARSE BIT_ULL(38) #define XHCI_SG_TRB_CACHE_SIZE_QUIRK BIT_ULL(39) +#define XHCI_NO_SOFT_RETRY BIT_ULL(40) unsigned int num_active_eps; unsigned int limit_active_eps;