From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933796AbdDELZj (ORCPT ); Wed, 5 Apr 2017 07:25:39 -0400 Received: from lelnx194.ext.ti.com ([198.47.27.80]:51039 "EHLO lelnx194.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932934AbdDELZI (ORCPT ); Wed, 5 Apr 2017 07:25:08 -0400 Subject: Re: [PATCH v3 0/3] add support of usb2-phy for rk3328 To: Meng Dongyang , , , , , , , , References: <1488763778-27499-1-git-send-email-daniel.meng@rock-chips.com> CC: , , , , , From: Kishon Vijay Abraham I Message-ID: <877ef848-c92d-d9fe-f1b1-8a19f8b8a5c6@ti.com> Date: Wed, 5 Apr 2017 16:54:12 +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: <1488763778-27499-1-git-send-email-daniel.meng@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 On Monday 06 March 2017 06:59 AM, Meng Dongyang wrote: > The config information of RK3328 about address and port property > is different from other platform. So adds config information in the > data of match table and the device tree bindings description for > usb2-phy. > > Changes in v2: > - move usb2-phy grf specification to .../devicetree/bindings/soc/rockchip/grf.txt > - add otg port config information of rk3328 > Changes in v3: > - remove tuning function and id pin configs > - delete example of usb2-phy grf in grf.txt removed the version history in commit log and merged the series. Thanks Kishon > > Meng Dongyang (3): > dt-bindings: phy: add assign clock property in usb2-phy node > dt-bindings: phy: add DT bindings for usb2-phy grf > phy: rockchip-inno-usb2: add support of usb2-phy for rk3328 > > .../bindings/phy/phy-rockchip-inno-usb2.txt | 6 +++ > .../devicetree/bindings/soc/rockchip/grf.txt | 4 ++ > drivers/phy/phy-rockchip-inno-usb2.c | 44 ++++++++++++++++++++++ > 3 files changed, 54 insertions(+) >