Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751177AbdFBKTH (ORCPT ); Fri, 2 Jun 2017 06:19:07 -0400 Received: from fllnx209.ext.ti.com ([198.47.19.16]:46681 "EHLO fllnx209.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751124AbdFBKTF (ORCPT ); Fri, 2 Jun 2017 06:19:05 -0400 Subject: Re: [PATCH v2 0/4] fix some issues for Rockchip usb2-phy and add rk3228 SoCs' support To: Frank Wang , , , , References: <1496373626-27856-1-git-send-email-frank.wang@rock-chips.com> CC: , , , , , , , , From: Kishon Vijay Abraham I Message-ID: <711e89a3-0f55-7458-2e4f-589d719a0548@ti.com> Date: Fri, 2 Jun 2017 15:47:18 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <1496373626-27856-1-git-send-email-frank.wang@rock-chips.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 945 Lines: 29 On Friday 02 June 2017 08:50 AM, Frank Wang wrote: > These series of patches fix some issues for rockchip usb2-phy and amend > usb2-phy framework to support one phy which comprises with two host-ports. > > In addition, this change also add rk3228 usb2-phy support. merged, thanks! -Kishon > > Changes from v1: > - Replaced rk322x with rk3228 for PATCH 4/4. > - Included devicetree people in the recipient list. > > Frank Wang (1): > phy: rockchip-inno-usb2: add support of usb2-phy for rk3228 SoCs > > William Wu (3): > phy: rockchip-inno-usb2: add a delay after phy resume > phy: rockchip-inno-usb2: increase otg sm work first schedule time > phy: rockchip-inno-usb2: add one phy comprises with two host-ports > support > > .../bindings/phy/phy-rockchip-inno-usb2.txt | 1 + > drivers/phy/phy-rockchip-inno-usb2.c | 74 ++++++++++++++++++++-- > 2 files changed, 71 insertions(+), 4 deletions(-) >