Received: by 2002:ac0:bc90:0:0:0:0:0 with SMTP id a16csp4010503img; Tue, 26 Mar 2019 00:50:29 -0700 (PDT) X-Google-Smtp-Source: APXvYqyK2NC91kfQvWW8yqAcPFZ2QxerGa6uhRgLEIIhza/p/H6hU8Cb3/eNjV5bFCqmA6hWjY1Z X-Received: by 2002:a17:902:ba88:: with SMTP id k8mr27502232pls.268.1553586629169; Tue, 26 Mar 2019 00:50:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1553586629; cv=none; d=google.com; s=arc-20160816; b=MMihPorndERPes0hfnA2HiwSuvZxGUvlqECQR1BG0OY4txjvP4n6m8PTa3TwZejCNc D25G+cVQFrT2jyveXnaMOfcv9TSYTuLrGLMcsVxaxLlLIIqtE2YZwuBYynjnVcZmPQau DclOZxrvzZMunl23P+Z5XCFmqzbXS9znazWfu6BiKQ5wf4RoW7JNvoODBV1YkhJ2C70c Z4HsiJLthjWxl1cjzFXqDKoVplK4wuOPA+kpZKutfzml1sPw1H+Kv1z/GxRIgZxl8KBT YcjCJI9yNlp4/kmRWCVHMShS895+4Lt9aeyk+umfT3eGodNL/v2DWjtjE/kEJtklmakj pnmw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:dkim-signature; bh=CijxcZXM7pW3w5D3DlmAtHDeWhNNIzeXgnKkSkmnDB4=; b=ip65z7g5o6W6b5KY+JHpTHU+4BmRQUgeTLANdOAX3y08NjMXfk6F8CxFMv28n7B9Gd z5J5E33jFE7oR5FbSqVGkwGQGL3cqbapiV2NZ0ZWvH6STB/96U/lR9g3LwtWhDQq0md8 ZfftiimUVx4f/oGDSMmcx5C5skkNtoAHPQN40jXaXV6kVHH9BmbOylqR/W6cby+BvoAy 4uKMUZcR9cIO/auV4Z+OP10o6mxgH1uMLWzpJUhIR7DB8xh1pfu3imRJs6oHZK4DdfLl YyM124Y00RIXMRrVP3qNENss66ur3JmeDUupZpuRSNXGd0axuWH9iXno5vc4CUY23e0/ FwIg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="lm+YN/+B"; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h9si15101456pgp.280.2019.03.26.00.50.14; Tue, 26 Mar 2019 00:50:29 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="lm+YN/+B"; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730709AbfCZHtQ (ORCPT + 99 others); Tue, 26 Mar 2019 03:49:16 -0400 Received: from mail.kernel.org ([198.145.29.99]:44156 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725535AbfCZHtQ (ORCPT ); Tue, 26 Mar 2019 03:49:16 -0400 Received: from localhost (unknown [104.132.152.111]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 4C88820828; Tue, 26 Mar 2019 07:49:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1553586555; bh=YF7dloFa2bOTAX4bLqn6FbttEBk6HLFO5NmGovpqGU4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lm+YN/+Bwi++rlupeJmej+gAuj4rya8ltoZWkpJ6S18Z8pMOIOOTUAPk0ybis4BQh +Rh5Cxk+6HJKwsN8ei49AdGh4Z9I72fpjup+sQf3ASLmD2n0bluun+18GwqtVVScnI qwyfSuv4LscHpqgddZg7Q+nzSstRF9nbvjQ0TOYk= Date: Tue, 26 Mar 2019 16:49:12 +0900 From: Greg Kroah-Hartman To: Chen-Yu Tsai Cc: Maxime Ripard , Kishon Vijay Abraham I , Chen-Yu Tsai , Grygorii Strashko , linux-usb@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] ARM: sunxi: Fix USB host init fail on v5.1-rc1 Message-ID: <20190326074912.GA1705@kroah.com> References: <20190322085108.18693-1-wens@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190322085108.18693-1-wens@kernel.org> User-Agent: Mutt/1.11.4 (2019-03-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 22, 2019 at 04:51:06PM +0800, Chen-Yu Tsai wrote: > From: Chen-Yu Tsai > > Hi everyone, > > As previously reported [1], USB EHCI/OHCI hosts are broken on Allwinner > SoCs on v5.1-rc1. This is partially triggered by commit b97a31348379 > ("usb: core: comply to PHY framework"), and partially due to how the > Allwinner USB PHY driver handles phy_set_mode for non-OTG PHYs. > > This series fixes this in both places. > > Patch 1 makes phy-sun4i-usb accept PHY_MODE_USB_HOST for non-OTG PHYs. > > Patch 2 makes the usb core fall back to setting the mode > PHY_MODE_USB_HOST if set_mode with PHY_MODE_USB_HOST_SS fails. If that > fails then the failure path is the same as before. This should make it > so existing USB 3.0 drivers are affected. > > The patches don't have any dependencies on each other, and could go in > through separate branches. However this affects usability of USB input > devices and Ethernet dongles, I'd rather they go in sooner than later. I'll take them both now, thanks. greg k-h