linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Pistachio USB2.0 PHY
@ 2015-04-01 20:16 Andrew Bresticker
  2015-04-01 20:16 ` [PATCH 1/2] phy: Add binding document for " Andrew Bresticker
  2015-04-01 20:16 ` [PATCH 2/2] phy: Add driver " Andrew Bresticker
  0 siblings, 2 replies; 4+ messages in thread
From: Andrew Bresticker @ 2015-04-01 20:16 UTC (permalink / raw)
  To: Kishon Vijay Abraham I, Ralf Baechle
  Cc: devicetree, linux-mips, linux-kernel, Andrew Bresticker,
	James Hartley, Damien Horsley

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-04-01 20:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-01 20:16 [PATCH 0/2] Pistachio USB2.0 PHY Andrew Bresticker
2015-04-01 20:16 ` [PATCH 1/2] phy: Add binding document for " Andrew Bresticker
2015-04-01 20:16 ` [PATCH 2/2] phy: Add driver " Andrew Bresticker
2015-04-01 20:38   ` Joe Perches

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).