From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 36547C07E96 for ; Sun, 4 Jul 2021 23:10:21 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 305E86199E for ; Sun, 4 Jul 2021 23:10:19 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 305E86199E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E432982B36; Mon, 5 Jul 2021 01:10:17 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 1EF1E82B66; Mon, 5 Jul 2021 01:10:16 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by phobos.denx.de (Postfix) with ESMTP id 91711803B2 for ; Mon, 5 Jul 2021 01:10:12 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=andre.przywara@arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id B4539D6E; Sun, 4 Jul 2021 16:10:11 -0700 (PDT) Received: from slackpad.fritz.box (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 1D4503F5A1; Sun, 4 Jul 2021 16:10:09 -0700 (PDT) Date: Mon, 5 Jul 2021 00:09:31 +0100 From: Andre Przywara To: Bin Meng Cc: Marek Vasut , Samuel Holland , Jagan Teki , Andre Heider , Icenowy Zheng , Simon Glass , Kever Yang , Chen-Yu Tsai , Maxime Ripard , u-boot@lists.denx.de Subject: Re: [PATCH v2 0/4] Allwinner H6 USB3 support Message-ID: <20210705000931.2ae3e868@slackpad.fritz.box> In-Reply-To: <3872543e-6e95-4dff-7543-bc0282ed18eb@denx.de> References: <20210417142059.45337-1-samuel@sholland.org> <20210421114347.5a75aa4f@slackpad.fritz.box> <3872543e-6e95-4dff-7543-bc0282ed18eb@denx.de> Organization: Arm Ltd. X-Mailer: Claws Mail 3.17.1 (GTK+ 2.24.31; x86_64-slackware-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean On Wed, 21 Apr 2021 12:53:42 +0200 Marek Vasut wrote: Hi, > On 4/21/21 12:43 PM, Andre Przywara wrote: > > On Sat, 17 Apr 2021 09:20:55 -0500 > > Samuel Holland wrote: > > > > Hi, > > > >> This series adds PHY and XHCI driver support for the USB3 controller > >> found in the Allwinner H6 SoC. > > > > Thanks for the update! > > > >> It has been tested and working on both > >> boards enabled in patch 4, although some users experience issues[1]. > >> > >> [1]: https://lists.denx.de/pipermail/u-boot/2021-February/440767.html > > > > So I could not reproduce those issues either, it works for me fine on my > > Pine-H64. I'd suggest we merge those patches, and check for more > > reports from more users. > > > > Bin, Marek: can you push patches 1, 2 and 3 to the USB tree, to get > > them into the current merge window, still? I would then push 4/4 > > (pending possible fixes) once the first three reached mainline. > > > > And btw: the first two patches of the original v1 series (adding the > > sunxi clocks and reset bits) have been merged into master last week > > already. > > I will pick these once I get ack from Bin. Bin, did you have a chance to have a look at those patches? I wonder if we could merge them in the MW, to expose them to a wider audience? Cheers, Andre