devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/3] Pistachio USB2.0 PHY
@ 2015-04-07 22:04 Andrew Bresticker
  2015-04-07 22:04 ` [PATCH V2 1/3] phy: Add binding document for " Andrew Bresticker
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Andrew Bresticker @ 2015-04-07 22:04 UTC (permalink / raw)
  To: Ralf Baechle, Kishon Vijay Abraham I
  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>

Changes from v1:
 - Added patch to enable PHY driver in pistachio_defconfig
 - Fixed a couple of spelling errors

Andrew Bresticker (3):
  phy: Add binding document for Pistachio USB2.0 PHY
  phy: Add driver for Pistachio USB2.0 PHY
  MIPS: pistachio: Enable USB PHY driver in defconfig

 .../devicetree/bindings/phy/pistachio-usb-phy.txt  |  29 +++
 arch/mips/configs/pistachio_defconfig              |   1 +
 drivers/phy/Kconfig                                |   7 +
 drivers/phy/Makefile                               |   1 +
 drivers/phy/phy-pistachio-usb.c                    | 206 +++++++++++++++++++++
 include/dt-bindings/phy/phy-pistachio-usb.h        |  16 ++
 6 files changed, 260 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] 17+ messages in thread

end of thread, other threads:[~2015-06-03 15:47 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-07 22:04 [PATCH V2 0/3] Pistachio USB2.0 PHY Andrew Bresticker
2015-04-07 22:04 ` [PATCH V2 1/3] phy: Add binding document for " Andrew Bresticker
     [not found]   ` <1428444258-25852-2-git-send-email-abrestic-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2015-05-05 22:01     ` James Hogan
2015-05-05 22:16       ` Andrew Bresticker
     [not found]         ` <CAL1qeaFacmDaCW6VSp247HZx+RwJKjYTWQhu5qxjH5JE3ET6Nw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-05-05 22:43           ` James Hogan
     [not found]             ` <20150505224352.GA18183-4bYivNCBEGTR3KXKvIWQxtm+Uo4AYnCiHZ5vskTnxNA@public.gmane.org>
2015-05-05 23:09               ` Andrew Bresticker
2015-05-05 23:35                 ` James Hogan
     [not found]                   ` <20150505233534.GB18183-4bYivNCBEGTR3KXKvIWQxtm+Uo4AYnCiHZ5vskTnxNA@public.gmane.org>
2015-05-06  1:06                     ` Andrew Bresticker
     [not found]                       ` <CAL1qeaE9O3RBNVv9DrZZRu6sebkK2GOnbv6hWQsUR5MHKMcGgA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-05-06  8:25                         ` James Hogan
     [not found] ` <1428444258-25852-1-git-send-email-abrestic-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2015-04-07 22:04   ` [PATCH V2 2/3] phy: Add driver " Andrew Bresticker
2015-04-07 22:04 ` [PATCH V2 3/3] MIPS: pistachio: Enable USB PHY driver in defconfig Andrew Bresticker
     [not found] ` <CAL1qeaE0+aMLBgk8SKgJ3fXm==M2-Z_yEPYNVZ0yxSee-p7YOw@mail.gmail.com>
2015-05-05 18:13   ` [PATCH V2 0/3] Pistachio USB2.0 PHY Ezequiel Garcia
2015-05-11 14:45     ` Kishon Vijay Abraham I
2015-05-18 19:58       ` Andrew Bresticker
     [not found]       ` <5550C06D.2010409-l0cyMroinI0@public.gmane.org>
2015-06-03  6:07         ` Kishon Vijay Abraham I
     [not found]           ` <556E99B4.6090307-l0cyMroinI0@public.gmane.org>
2015-06-03 15:44             ` Andrew Bresticker
2015-06-03 15:47               ` Andrew Bresticker

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