All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drivers: usb: phy: Add qoriq usb 3.0 phy driver support
@ 2016-11-14  5:26 ` Sriram Dash
  0 siblings, 0 replies; 27+ messages in thread
From: Sriram Dash @ 2016-11-14  5:26 UTC (permalink / raw)
  To: linux-kernel, linux-usb, devicetree, linux-arm-kernel
  Cc: robh+dt, mark.rutland, kishon, catalin.marinas, will.deacon,
	stern, pku.leo, mathias.nyman, gregkh, suresh.gupta,
	felipe.balbi, Sriram Dash

Adds qoriq usb 3.0 phy driver support for LS1043A platform.
Describes the qoriq usb 2.0 phy driver binding, currently used
for LS1043A platform.
Adds entries in dts to enable USB 3.0 phy driver.

Sriram Dash (2):
  drivers: usb: phy: Add qoriq usb 3.0 phy driver support
  arm64: dts: ls1043a: Enable USB 3.0 phy driver

 .../devicetree/bindings/phy/phy-qoriq-usb3.txt     |  38 ++++
 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi     |  33 ++++
 drivers/phy/Kconfig                                |   8 +
 drivers/phy/Makefile                               |   1 +
 drivers/phy/phy-qoriq-usb3.c                       | 202 +++++++++++++++++++++
 5 files changed, 282 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/phy/phy-qoriq-usb3.txt
 create mode 100644 drivers/phy/phy-qoriq-usb3.c

-- 
2.1.0

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

end of thread, other threads:[~2016-11-17  3:43 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-14  5:26 [PATCH 0/2] drivers: usb: phy: Add qoriq usb 3.0 phy driver support Sriram Dash
2016-11-14  5:26 ` Sriram Dash
2016-11-14  5:26 ` [PATCH 1/2] " Sriram Dash
2016-11-14  5:26   ` Sriram Dash
2016-11-14 16:07   ` [upstream-release] " Scott Wood
2016-11-14 16:07     ` Scott Wood
2016-11-14 16:07     ` Scott Wood
2016-11-15 12:39     ` Sriram Dash
2016-11-15 12:39       ` Sriram Dash
2016-11-15 12:39       ` Sriram Dash
2016-11-16  7:22       ` Scott Wood
2016-11-16  7:22         ` Scott Wood
2016-11-16  7:22         ` Scott Wood
2016-11-16 11:33         ` Sriram Dash
2016-11-16 11:33           ` Sriram Dash
2016-11-16 11:33           ` Sriram Dash
2016-11-16 21:07           ` Scott Wood
2016-11-16 21:07             ` Scott Wood
2016-11-16 21:07             ` Scott Wood
2016-11-16  0:07   ` Rob Herring
2016-11-16  0:07     ` Rob Herring
2016-11-16  0:07     ` Rob Herring
2016-11-16  5:48     ` Sriram Dash
2016-11-16  5:48       ` Sriram Dash
2016-11-16  5:48       ` Sriram Dash
2016-11-14  5:26 ` [PATCH 2/2] arm64: dts: ls1043a: Enable USB 3.0 phy driver Sriram Dash
2016-11-14  5:26   ` Sriram Dash

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.