linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Srinath Mannam <srinath.mannam@broadcom.com>
To: Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Kishon Vijay Abraham I <kishon@ti.com>
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	bcm-kernel-feedback-list@broadcom.com,
	Srinath Mannam <srinath.mannam@broadcom.com>
Subject: [PATCH 0/2] Add stingray usb phy driver
Date: Fri,  7 Jul 2017 18:37:03 +0530	[thread overview]
Message-ID: <1499432825-15820-1-git-send-email-srinath.mannam@broadcom.com> (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

             reply	other threads:[~2017-07-07 13:07 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-07 13:07 Srinath Mannam [this message]
2017-07-07 13:07 ` [PATCH 1/2] dt-bindings: phy: Add stingray usb phy documentation Srinath Mannam
2017-07-10 15:25   ` Rob Herring
2018-08-14  1:54   ` [1/2] " Jayachandran C
2018-08-14  3:13     ` Srinath Mannam
2017-07-07 13:07 ` [PATCH 2/2] phy: Add stingray usb phy driver Srinath Mannam
2017-07-11  6:31   ` Kishon Vijay Abraham I
2017-07-11 14:26     ` Srinath Mannam

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1499432825-15820-1-git-send-email-srinath.mannam@broadcom.com \
    --to=srinath.mannam@broadcom.com \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=devicetree@vger.kernel.org \
    --cc=kishon@ti.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).