From: Andrew Bresticker <abrestic@chromium.org>
To: Kishon Vijay Abraham I <kishon@ti.com>,
Ralf Baechle <ralf@linux-mips.org>
Cc: devicetree@vger.kernel.org, linux-mips@linux-mips.org,
linux-kernel@vger.kernel.org,
Andrew Bresticker <abrestic@chromium.org>,
James Hartley <james.hartley@imgtec.com>,
Damien Horsley <Damien.Horsley@imgtec.com>
Subject: [PATCH 0/2] Pistachio USB2.0 PHY
Date: Wed, 1 Apr 2015 13:16:32 -0700 [thread overview]
Message-ID: <1427919394-3580-1-git-send-email-abrestic@chromium.org> (raw)
This series adds support for the USB2.0 PHY present on the IMG Pistachio SoC.
Based on mips-for-linux-next and tested on the IMG Pistachio BuB. If possible,
I'd like this to go through the MIPS tree with Kishon's ACK.
Cc: James Hartley <james.hartley@imgtec.com>
Cc: Damien Horsley <Damien.Horsley@imgtec.com>
Andrew Bresticker (2):
phy: Add binding document for Pistachio USB2.0 PHY
phy: Add driver for Pistachio USB2.0 PHY
.../devicetree/bindings/phy/pistachio-usb-phy.txt | 29 +++
drivers/phy/Kconfig | 7 +
drivers/phy/Makefile | 1 +
drivers/phy/phy-pistachio-usb.c | 206 +++++++++++++++++++++
include/dt-bindings/phy/phy-pistachio-usb.h | 16 ++
5 files changed, 259 insertions(+)
create mode 100644 Documentation/devicetree/bindings/phy/pistachio-usb-phy.txt
create mode 100644 drivers/phy/phy-pistachio-usb.c
create mode 100644 include/dt-bindings/phy/phy-pistachio-usb.h
--
2.2.0.rc0.207.ga3a616c
next reply other threads:[~2015-04-01 20:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-01 20:16 Andrew Bresticker [this message]
2015-04-01 20:16 ` [PATCH 1/2] phy: Add binding document for Pistachio USB2.0 PHY Andrew Bresticker
[not found] ` <1427919394-3580-1-git-send-email-abrestic-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2015-04-01 20:16 ` [PATCH 2/2] phy: Add driver " Andrew Bresticker
[not found] ` <1427919394-3580-3-git-send-email-abrestic-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2015-04-01 20:38 ` Joe Perches
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=1427919394-3580-1-git-send-email-abrestic@chromium.org \
--to=abrestic@chromium.org \
--cc=Damien.Horsley@imgtec.com \
--cc=devicetree@vger.kernel.org \
--cc=james.hartley@imgtec.com \
--cc=kishon@ti.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.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).