From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752641AbdC0LoJ (ORCPT ); Mon, 27 Mar 2017 07:44:09 -0400 Received: from lelnx193.ext.ti.com ([198.47.27.77]:27980 "EHLO lelnx193.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751652AbdC0Lny (ORCPT ); Mon, 27 Mar 2017 07:43:54 -0400 Subject: Re: [PATCH 0/2] add support of u2phy for rk3328 To: Meng Dongyang , , References: <1488363215-26566-1-git-send-email-daniel.meng@rock-chips.com> CC: , , , , , From: Kishon Vijay Abraham I Message-ID: <8531f028-97c5-122b-e8c4-c3b7e5d3cc2c@ti.com> Date: Mon, 27 Mar 2017 17:13:19 +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: <1488363215-26566-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 Wednesday 01 March 2017 03:43 PM, Meng Dongyang wrote: > The config information of RK3328 about address and port property > is different from before platform. So add config information in the > data of match table and documentation of the device tree bindings > of u2phy. merged, thanks. -Kishon > > Meng Dongyang (2): > Documentation: bindings: add DT documentation for u2phy and u2phy grf > phy: rockchip-inno-usb2: add support of u2phy for rk3328 > > .../bindings/phy/phy-rockchip-inno-usb2.txt | 47 ++++++++++++++++++++++ > drivers/phy/phy-rockchip-inno-usb2.c | 21 ++++++++++ > 2 files changed, 68 insertions(+) >