From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932197AbcIMLG4 (ORCPT ); Tue, 13 Sep 2016 07:06:56 -0400 Received: from gloria.sntech.de ([95.129.55.99]:41034 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756430AbcIMLGv (ORCPT ); Tue, 13 Sep 2016 07:06:51 -0400 From: Heiko Stuebner To: Randy Li Cc: linux-usb@vger.kernel.org, John.Youn@synopsys.com, kishon@ti.com, felipe.balbi@linux.intel.com, mark.rutland@arm.com, devicetree@vger.kernel.org, gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, robh+dt@kernel.org, randy.li@rock-chips.com Subject: Re: [RESEND PATCH v7 0/4] the fix for the USB HOST1 at rk3288 platform Date: Tue, 13 Sep 2016 13:06:34 +0200 Message-ID: <2037551.pvMcfteTuT@phil> User-Agent: KMail/5.2.3 (Linux/4.6.0-1-amd64; KDE/5.25.0; x86_64; ; ) In-Reply-To: <1473447580-10369-1-git-send-email-ayaka@soulik.info> References: <1473447580-10369-1-git-send-email-ayaka@soulik.info> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Randy, could you check if the other host-only dwc2 are also affected by this (rk3188, rk3036) please? Because they also seem to act up in some strange way sometimes. Thanks Heiko Am Samstag, 10. September 2016, 02:59:36 CEST schrieb Randy Li: > At this stage it is the only "full features" and well verified > USB EHCI controller in this platform. More review is always necessary. > > Changelog: > - v7: > adding a wrapper for the reset operation for phy > using that wrapper > - v6: > move pwms pinctrl to pwms node > fix the order of the dtb file in Makefile > - v5: > - correct the mail format > - v4: > - re-order some nodes in alphabetical order > - fix some minor bugs > - add a entry in vendor list > - v3: > - fixing the rtc clock, using clock source from PMIC > - enable the tmu > - enable the fimc for elite board > - suuport the audio codec at elite board > - fixing minor bugs in the last commit > - v2: > - removing rtc node > the clock source driver is not done yet. > - adding exynos-bus > - fixing the MFC > > Randy Li (4): > phy: Add reset callback > phy: rockchip-usb: use rockchip_usb_phy_reset to reset phy during > wakeup > usb: dwc2: assert phy reset when waking up in rk3288 platform > ARM: dts: rockchip: Point rk3288 dwc2 usb at the full PHY reset > > .../devicetree/bindings/phy/rockchip-usb-phy.txt | 3 +++ > arch/arm/boot/dts/rk3288.dtsi | 4 ++++ > drivers/phy/phy-core.c | 14 ++++++++++++++ > drivers/phy/phy-rockchip-usb.c | 20 > ++++++++++++++++++++ drivers/usb/dwc2/core_intr.c | > 11 +++++++++++ include/linux/phy/phy.h | 3 > +++ > 6 files changed, 55 insertions(+)