Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1592879

[PATCH v3 0/3] add support of usb2-phy for rk3328

From Meng Dongyang <daniel.meng@rock-chips.com>
Newsgroups linux.kernel
Subject [PATCH v3 0/3] add support of usb2-phy for rk3328
Date 2017-03-06 02:40 +0100
Message-ID <thPMZ-uB-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

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(+)

-- 
1.9.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v3 0/3] add support of usb2-phy for rk3328 Meng Dongyang <daniel.meng@rock-chips.com> - 2017-03-06 02:40 +0100
  [PATCH v3 1/3] dt-bindings: phy: add assign clock property in usb2-phy node Meng Dongyang <daniel.meng@rock-chips.com> - 2017-03-06 02:40 +0100
    Re: [PATCH v3 1/3] dt-bindings: phy: add assign clock property in usb2-phy node Heiko Stübner <heiko@sntech.de> - 2017-03-06 07:30 +0100
  [PATCH v3 2/3] dt-bindings: phy: add DT bindings for usb2-phy grf Meng Dongyang <daniel.meng@rock-chips.com> - 2017-03-06 02:40 +0100
    Re: [PATCH v3 2/3] dt-bindings: phy: add DT bindings for usb2-phy grf Heiko Stübner <heiko@sntech.de> - 2017-03-06 07:20 +0100
  [PATCH v3 3/3] phy: rockchip-inno-usb2: add support of usb2-phy for rk3328 Meng Dongyang <daniel.meng@rock-chips.com> - 2017-03-06 02:40 +0100
    Re: [PATCH v3 3/3] phy: rockchip-inno-usb2: add support of usb2-phy for rk3328 Heiko Stübner <heiko@sntech.de> - 2017-03-06 06:10 +0100

csiph-web