From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752313AbdCAKVG (ORCPT ); Wed, 1 Mar 2017 05:21:06 -0500 Received: from regular1.263xmail.com ([211.150.99.132]:50649 "EHLO regular1.263xmail.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752145AbdCAKVD (ORCPT ); Wed, 1 Mar 2017 05:21:03 -0500 X-263anti-spam: KSV:0; X-MAIL-GRAY: 0 X-MAIL-DELIVERY: 1 X-KSVirus-check: 0 X-ABS-CHECKED: 4 X-RL-SENDER: daniel.meng@rock-chips.com X-FST-TO: kishon@ti.com X-SENDER-IP: 58.22.7.114 X-LOGIN-NAME: daniel.meng@rock-chips.com X-UNIQUE-TAG: <1fb3074eef99cb829e77b5b2281260ef> X-ATTACHMENT-NUM: 0 X-DNS-TYPE: 0 From: Meng Dongyang To: kishon@ti.com, linux-kernel@vger.kernel.org, heiko@sntech.de Cc: linux-usb@vger.kernel.org, linux-rockchip@lists.infradead.org, huangtao@rock-chips.com, kever.yang@rock-chips.com, william.wu@rock-chips.com, frank.wang@rock-chips.com, daniel.meng@rock-chips.com Subject: [PATCH 0/2] add support of u2phy for rk3328 Date: Wed, 1 Mar 2017 18:13:33 +0800 Message-Id: <1488363215-26566-1-git-send-email-daniel.meng@rock-chips.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. 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(+) -- 1.9.1