Received: by 2002:a05:6a10:1d13:0:0:0:0 with SMTP id pp19csp253836pxb; Tue, 31 Aug 2021 20:50:52 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw1qD+xgZG8oE8YUs+eTus1z2q0gPYVOM88cmcxmbqPds/zdvcNxudRl72EPGuFq7Z8xKrb X-Received: by 2002:a05:6638:2641:: with SMTP id n1mr6010778jat.117.1630468251939; Tue, 31 Aug 2021 20:50:51 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1630468251; cv=none; d=google.com; s=arc-20160816; b=hlsf7d8/+a9oHn2ZDR+7Tsw3OvIx8JPvoyd+8Y2hCq4+hWWCn95VTPbMMZz/ejX+A8 xYMazWqRBrIW+SUTYxXsVF8R/KrsgKivW+uMiQGcW6FzZ38NY41z2jUrUxZv6DoI2fGO NYPn82yjqHsdE056U7Q6p9HhMH9cqMaN29vZqkFijPbIBFRgcCk3pu9BlpCPmoSAd5t0 8ilfkCUlTHXFzy6Fmae6uXTzyzQKOnNBmVzby81EdMgcKDgDawGOcOlN2yi1b7YMJjjp VlvXBYMUViWm9uCQ6AGOl3jNYjA7yaX/77AgwQKQGIyhcEYMfgbTKxT0vCAJboWzfLMq J01Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:message-id:date:subject:cc:to:from; bh=sDpspQopxMS/GLxmYoGj6OxLHajlZHTR2JUdCbtxWGI=; b=OeTQHh0YZYKnJBNITzcLqkLMBsbcEDfyzGInGIho9E+IgGdMZ7kXttu/9vCnZftTEA /u9To1BynkbwBHzcgp7/bs3mJyY82Buf7heLjSWBKOtncejFl0vfaIdrupDku7WlYW3R uuuvcF90GDbVS1ZY3+E1khXVQg4j/PFddnnL03UvcGhjr8LplmUz+5BMV6eJUB4ISqzX sgCf5hVFYbQxKPlZvYLREGZtjzbgPEXxaX8wszlNPMq1MT6FfK75peFyKfBb4FPKKRsv /0yRLDI/ZELLyCKQOKdlC8sNW5bHYD62H7NEoExaHNnzSS/xdAdbOY192OvxBK3/BzFI cjdg== ARC-Authentication-Results: i=1; mx.google.com; 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 y28si19214647iot.48.2021.08.31.20.50.35; Tue, 31 Aug 2021 20:50:51 -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; 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 S241864AbhIADu0 (ORCPT + 99 others); Tue, 31 Aug 2021 23:50:26 -0400 Received: from twspam01.aspeedtech.com ([211.20.114.71]:1590 "EHLO twspam01.aspeedtech.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241638AbhIADuZ (ORCPT ); Tue, 31 Aug 2021 23:50:25 -0400 Received: from mail.aspeedtech.com ([192.168.0.24]) by twspam01.aspeedtech.com with ESMTP id 1813U73P045171; Wed, 1 Sep 2021 11:30:07 +0800 (GMT-8) (envelope-from neal_liu@aspeedtech.com) Received: from NealLiu-PC01.aspeed.com (192.168.2.78) by TWMBX02.aspeed.com (192.168.0.24) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Wed, 1 Sep 2021 11:49:08 +0800 From: neal_liu To: Alan Stern , Greg Kroah-Hartman , Tony Prisk , , , CC: , Tao Ren , Subject: [PATCH v2] usb: ehci: handshake CMD_RUN instead of STS_HALT Date: Wed, 1 Sep 2021 11:50:41 +0800 Message-ID: <20210901035041.10810-1-neal_liu@aspeedtech.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [192.168.2.78] X-ClientProxiedBy: TWMBX02.aspeed.com (192.168.0.24) To TWMBX02.aspeed.com (192.168.0.24) X-DNSRBL: X-MAIL: twspam01.aspeedtech.com 1813U73P045171 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Retitle. For Aspeed, HCHalted status depends on not only Run/Stop but also ASS/PSS status. Handshake CMD_RUN on startup instead. Signed-off-by: neal_liu --- drivers/usb/host/ehci-hcd.c | 11 ++++++++++- drivers/usb/host/ehci-platform.c | 6 ++++++ drivers/usb/host/ehci.h | 1 + 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c index 10b0365f3439..01c022e46aa2 100644 --- a/drivers/usb/host/ehci-hcd.c +++ b/drivers/usb/host/ehci-hcd.c @@ -634,7 +634,16 @@ static int ehci_run (struct usb_hcd *hcd) /* Wait until HC become operational */ ehci_readl(ehci, &ehci->regs->command); /* unblock posted writes */ msleep(5); - rc = ehci_handshake(ehci, &ehci->regs->status, STS_HALT, 0, 100 * 1000); + + /* For Aspeed, STS_HALT also depends on ASS/PSS status. + * Skip this check on startup. + */ + if (ehci->is_aspeed) + rc = ehci_handshake(ehci, &ehci->regs->command, CMD_RUN, + 1, 100 * 1000); + else + rc = ehci_handshake(ehci, &ehci->regs->status, STS_HALT, + 0, 100 * 1000); up_write(&ehci_cf_port_reset_rwsem); diff --git a/drivers/usb/host/ehci-platform.c b/drivers/usb/host/ehci-platform.c index c70f2d0b4aaf..c3dc906274d9 100644 --- a/drivers/usb/host/ehci-platform.c +++ b/drivers/usb/host/ehci-platform.c @@ -297,6 +297,12 @@ static int ehci_platform_probe(struct platform_device *dev) "has-transaction-translator")) hcd->has_tt = 1; + if (of_device_is_compatible(dev->dev.of_node, + "aspeed,ast2500-ehci") || + of_device_is_compatible(dev->dev.of_node, + "aspeed,ast2600-ehci")) + ehci->is_aspeed = 1; + if (soc_device_match(quirk_poll_match)) priv->quirk_poll = true; diff --git a/drivers/usb/host/ehci.h b/drivers/usb/host/ehci.h index 80bb823aa9fe..fdd073cc053b 100644 --- a/drivers/usb/host/ehci.h +++ b/drivers/usb/host/ehci.h @@ -219,6 +219,7 @@ struct ehci_hcd { /* one per controller */ unsigned need_oc_pp_cycle:1; /* MPC834X port power */ unsigned imx28_write_fix:1; /* For Freescale i.MX28 */ unsigned spurious_oc:1; + unsigned is_aspeed:1; /* required for usb32 quirk */ #define OHCI_CTRL_HCFS (3 << 6) -- 2.17.1