Message ID | 20201009024937.11246-3-ryan_chen@aspeedtech.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <SRS0=nxLb=DQ=lists.infradead.org=linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@kernel.org> Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id B32966CA for <patchwork-linux-arm@patchwork.kernel.org>; Fri, 9 Oct 2020 09:40:29 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6E53522258 for <patchwork-linux-arm@patchwork.kernel.org>; Fri, 9 Oct 2020 09:40:29 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="pFlHl7Xz"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="GPm86LOv" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6E53522258 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=aspeedtech.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-ID:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=f37FM5Vn6OGMHJZa3AtaPjoqEedYgA+poahKD+EnRUo=; b=pFlHl7XzsvGXPT+bgltHRRpCb U4PqIiOpzwfe3EeytCCoNZVOuZWXskya/vofbHNUdb4Tv/N1q7mU8pnDp2i1++MZxIJvcjgIoCjUs t/hsXKMzNpemIbwY8WcI9a9lSRzyxWD42TS6BAL3+Ny3FEiOaAbeVCeS1ZOWy0SMDIHopZrXzhXXg 7PNCDeQZ1rF6an0E3jKtwbkPX0khle68MMH5BLvhRxFrTprAIo4fb8OSWhzawNrvL6TcNo3YTmwFr drpTmc3q4Embpja6wXQ387mdl8a1fLOpDmI3lv9tB1p90lmAaTZvauXPAwpJmAA+p276+wZhfWiIj szf/UQB3A==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kQosr-0002bS-Or; Fri, 09 Oct 2020 09:40:17 +0000 Received: from casper.infradead.org ([2001:8b0:10b:1236::1]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kQosl-0002aE-DV for linux-arm-kernel@merlin.infradead.org; Fri, 09 Oct 2020 09:40:11 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Type:MIME-Version:References: In-Reply-To:Message-ID:Date:Subject:CC:To:From:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=qhDqbxvNUOydRzXcuiyp4AeiB83AXA8f5KSIh/NfSds=; b=GPm86LOvHxUOCP62llx8Vil2oj uPbkjB3kpxm8rT/vgUcSFJAU9NvvnaKKY5QB666jZQOMN/7tTWVyWvbfCIbo4iokagbrIdMhaYI1w BPUCMxsU5TlhIbVkfSXQUl2jLHTi92rmgIqVfm6JYxzCgnGhQSxDtNOVM/2jd5efb7DfKOYUdMyAM Bbu4hEHP4a4A3NuDgCwXfmarPJnrx0PbohCPX9ZMVw9dadXV/Q3cm/ZB8/iw8fIQV5JOqx0tXHOUr Aw+HZMTUctcmvIQVPOQLFGdJSXidMqT0A0+dLR6FdMM5gh2gbiOX5xE6Mw5UdbxTAFtVtZu9Cc+XV CgEuzMrg==; Received: from twspam01.aspeedtech.com ([211.20.114.71]) by casper.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kQiU1-0005yP-AJ for linux-arm-kernel@lists.infradead.org; Fri, 09 Oct 2020 02:50:20 +0000 Received: from mail.aspeedtech.com ([192.168.0.24]) by twspam01.aspeedtech.com with ESMTP id 0992lmTI054359; Fri, 9 Oct 2020 10:47:48 +0800 (GMT-8) (envelope-from ryan_chen@aspeedtech.com) Received: from localhost.localdomain (192.168.10.9) by TWMBX02.aspeed.com (192.168.0.24) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Fri, 9 Oct 2020 10:49:45 +0800 From: Ryan Chen <ryan_chen@aspeedtech.com> To: Joel Stanley <joel@jms.id.au>, Andrew Jeffery <andrew@aj.id.au>, <linux-arm-kernel@lists.infradead.org>, <linux-aspeed@lists.ozlabs.org>, <linux-kernel@vger.kernel.org>, <linux-usb@vger.kernel.org>, <bmc-sw@aspeedtech.com>, Alan Stern <stern@rowland.harvard.edu> Subject: [PATCH v2 2/3] usb: host: add uhci compatible support for ast2600-uhci Date: Fri, 9 Oct 2020 10:49:36 +0800 Message-ID: <20201009024937.11246-3-ryan_chen@aspeedtech.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20201009024937.11246-1-ryan_chen@aspeedtech.com> References: <20200930040823.26065-4-ryan_chen@aspeedtech.com> <20201009024937.11246-1-ryan_chen@aspeedtech.com> MIME-Version: 1.0 X-Originating-IP: [192.168.10.9] X-ClientProxiedBy: TWMBX02.aspeed.com (192.168.0.24) To TWMBX02.aspeed.com (192.168.0.24) X-DNSRBL: X-MAIL: twspam01.aspeedtech.com 0992lmTI054359 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201009_035014_213144_3EDA8D95 X-CRM114-Status: GOOD ( 10.55 ) X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.4.4 on casper.infradead.org summary: Content analysis details: (-1.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 SPF_FAIL SPF: sender does not match SPF record (fail) [SPF failed: Please see http://www.openspf.org/Why?s=mfrom; id=ryan_chen%40aspeedtech.com; ip=211.20.114.71; r=casper.infradead.org] X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Cc: Ryan Chen <ryan_chen@aspeedtech.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org |
Series |
[v2,1/3] configs: aspeed: enable UHCI driver in defconfig
|
expand
|
diff --git a/drivers/usb/host/uhci-platform.c b/drivers/usb/host/uhci-platform.c index 70dbd95c3f06..be9e9db7cad1 100644 --- a/drivers/usb/host/uhci-platform.c +++ b/drivers/usb/host/uhci-platform.c @@ -113,7 +113,8 @@ static int uhci_hcd_platform_probe(struct platform_device *pdev) num_ports); } if (of_device_is_compatible(np, "aspeed,ast2400-uhci") || - of_device_is_compatible(np, "aspeed,ast2500-uhci")) { + of_device_is_compatible(np, "aspeed,ast2500-uhci") || + of_device_is_compatible(np, "aspeed,ast2600-uhci")) { uhci->is_aspeed = 1; dev_info(&pdev->dev, "Enabled Aspeed implementation workarounds\n");
v2: - Fix continuation lines, align with "of_device" v1: - Add support for AST2600 SOC UHCI driver. Signed-off-by: Ryan Chen <ryan_chen@aspeedtech.com> --- drivers/usb/host/uhci-platform.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)