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


Groups > linux.kernel > #1683175

[PATCH 0/2] Add stingray usb phy driver

From Srinath Mannam <srinath.mannam@broadcom.com>
Newsgroups linux.kernel
Subject [PATCH 0/2] Add stingray usb phy driver
Date 2017-07-07 15:10 +0200
Message-ID <u0Bbb-4s5-13@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This patchset add generic phy driver for stingray usb phy.

Stingray has two usb phy modules drdu3 and usb3h-drdu2.
drdu3 has one super speed and one high speed phys.
usb3h-drdu2 has one super speed phy and two high speed phys.

All patches are based on linux-phy/next.

Srinath Mannam (2):
  dt-bindings: phy: Add stingray usb phy documentation
  phy: Add stingray usb phy driver

 .../bindings/phy/brcm,stingray-usb-phy.txt         |  72 ++
 drivers/phy/broadcom/Kconfig                       |  13 +
 drivers/phy/broadcom/Makefile                      |   1 +
 drivers/phy/broadcom/phy-bcm-stingray-usb.c        | 722 +++++++++++++++++++++
 4 files changed, 808 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/phy/brcm,stingray-usb-phy.txt
 create mode 100644 drivers/phy/broadcom/phy-bcm-stingray-usb.c

-- 
2.7.4

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


Thread

[PATCH 0/2] Add stingray usb phy driver Srinath Mannam <srinath.mannam@broadcom.com> - 2017-07-07 15:10 +0200
  [PATCH 2/2] phy: Add stingray usb phy driver Srinath Mannam <srinath.mannam@broadcom.com> - 2017-07-07 15:10 +0200
    Re: [PATCH 2/2] phy: Add stingray usb phy driver Kishon Vijay Abraham I <kishon@ti.com> - 2017-07-11 08:40 +0200
      Re: [PATCH 2/2] phy: Add stingray usb phy driver Srinath Mannam <srinath.mannam@broadcom.com> - 2017-07-11 16:30 +0200

csiph-web