From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1424407AbcFHOeX (ORCPT ); Wed, 8 Jun 2016 10:34:23 -0400 Received: from gloria.sntech.de ([95.129.55.99]:56943 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752195AbcFHOeV (ORCPT ); Wed, 8 Jun 2016 10:34:21 -0400 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Frank Wang Cc: dianders@chromium.org, linux@roeck-us.net, groeck@chromium.org, jwerner@chromium.org, kishon@ti.com, robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-usb@vger.kernel.org, linux-rockchip@lists.infradead.org, xzy.xu@rock-chips.com, kever.yang@rock-chips.com, huangtao@rock-chips.com, william.wu@rock-chips.com Subject: Re: [PATCH v4 0/2] Add a new Rockchip usb2 phy driver Date: Wed, 08 Jun 2016 16:33:51 +0200 Message-ID: <7024078.xQbt7GEvIn@diego> User-Agent: KMail/4.14.10 (Linux/4.4.0-1-amd64; KDE/4.14.14; x86_64; ; ) In-Reply-To: <1465290954-15852-1-git-send-email-frank.wang@rock-chips.com> References: <1465290954-15852-1-git-send-email-frank.wang@rock-chips.com> 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 Frank, Am Dienstag, 7. Juni 2016, 17:15:52 schrieb Frank Wang: > The newer SoCs (rk3366, rk3399) of Rock-chip take a different usb-phy > IP block than rk3288 and before, and most of phy-related registers are > also different from the past, so a new phy driver is required necessarily. > > These series patches add phy-rockchip-inno-usb2.c and the corresponding > documentation. please see the replies on the v3 thread (regarding handling of multiple phy blocks) . Thanks Heiko > > Changes in v4: > - Used 'phy-supply' instead of 'vbus_*-supply'. > > Changes in v3: > - Supplemented some hardware-description into the devicetree bindings. > - Resolved the mapping defect between fixed value in driver and the > property in devicetree. > - Code cleanup. > > Changes in v2: > - Specified more hardware-description into the devicetree bindings. > - Optimized some process of driver. > > Frank Wang (2): > Documentation: bindings: add DT documentation for Rockchip USB2PHY > phy: rockchip-inno-usb2: add a new driver for Rockchip usb2phy > > .../bindings/phy/phy-rockchip-inno-usb2.txt | 62 ++ > drivers/phy/Kconfig | 7 + > drivers/phy/Makefile | 1 + > drivers/phy/phy-rockchip-inno-usb2.c | 614 > ++++++++++++++++++++ 4 files changed, 684 insertions(+) > create mode 100644 > Documentation/devicetree/bindings/phy/phy-rockchip-inno-usb2.txt create > mode 100644 drivers/phy/phy-rockchip-inno-usb2.c