Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp4278684pxk; Tue, 29 Sep 2020 21:12:46 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy3vdvZqulQpPZ7CbePrbkmwmpEAcH0VVC3ZS56S0QbUVC5j7rUyU6CZYlVM+uxDu0IQoQs X-Received: by 2002:a17:906:441:: with SMTP id e1mr864000eja.396.1601439166310; Tue, 29 Sep 2020 21:12:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601439166; cv=none; d=google.com; s=arc-20160816; b=XWW+XIkXTCLCNaq0S462yJKSQDtFsBqxdI2EkqpE3Z8wWQVsWNIH5ZknlWb7ev8TL2 YLIaLtidPqzuWSXLmnF5TuXTfepzkUSkXEhv3NPXh1ucZk7fDdxGCOmDT4Ym0+maxTj7 NMiV7rM/oG5fO/EEsiY8/Db8Cn0iOBBirKeA4jv1NPdaL2not88d826lRo4T4607hSj6 yNomO0JVIUxg/rDO1RmRNm5b2k/XNOSThfycb0i9RM34HSe/6HGXZfrHLmwDaGITEi++ fYl5DUIu2GhAjHvYLqdD5l0AONMze32rhLR7I7i1C+ZTCDAG/+21YeLiLF3TwR+V+zR7 rdDw== 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=7z1MWOg+ThlZeSRbgBoHdnQ51f8zAH3Qu8kHSNh5NLM=; b=gnRYv0/vsID+qYRbPGwZlPasiFlg8ihQjCmfCMTQaZwH0nQDr6LepzE29N7V2R59rT iau4+0eYeCrzhgJplq9BiAnKYSk4blFMn0y9cuTMZVw51utNmoW3co8WcT4v+RJxp12w PB27/RKeTGrvNyuJvi/lN5nc/TwCiMWk8eVBm1uoNhEheejmMP+PC8nhINjFfpJVBuBy 1bg5y87igvS3StrGOtr/vHxdJ+C2D/PWImjHqscWPowI6sCWcxoCkYNDEi2djgvVJcxq Z3elDlJIxX+r+vO2gDfgDgmClGnNV294RiOblntn5L+g/cVbzknCRiRgMe/vyfdnacVc h0zg== 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 e2si236827edv.242.2020.09.29.21.12.23; Tue, 29 Sep 2020 21:12:46 -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 S1725830AbgI3EJL (ORCPT + 99 others); Wed, 30 Sep 2020 00:09:11 -0400 Received: from twspam01.aspeedtech.com ([211.20.114.71]:30675 "EHLO twspam01.aspeedtech.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725385AbgI3EJL (ORCPT ); Wed, 30 Sep 2020 00:09:11 -0400 Received: from mail.aspeedtech.com ([192.168.0.24]) by twspam01.aspeedtech.com with ESMTP id 08U3n6vl071701; Wed, 30 Sep 2020 11:49:06 +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; Wed, 30 Sep 2020 12:08:29 +0800 From: Ryan Chen To: Joel Stanley , Andrew Jeffery , , , , , CC: Ryan Chen Subject: [PATCH 0/3] Enable USB host for AST2600 Date: Wed, 30 Sep 2020 12:08:20 +0800 Message-ID: <20200930040823.26065-1-ryan_chen@aspeedtech.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain 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 08U3n6vl071701 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The patches enable UHCI driver in AST2600 and also enable USB host in aspeed-ast2600-evb.dts. Ryan Chen (3): configs: aspeed: enable UHCI driver in defconfig usb: host: add uhci compatible support for ast2600-uhci ARM: dts: add ehci uhci enable in evb dts arch/arm/boot/dts/aspeed-ast2600-evb.dts | 8 ++++++++ arch/arm/configs/aspeed_g5_defconfig | 1 + drivers/usb/host/uhci-platform.c | 3 ++- 3 files changed, 11 insertions(+), 1 deletion(-) -- 2.17.1