devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] DWC3 USB support for Qualcomm platform
@ 2013-08-14 12:59 Ivan T. Ivanov
  2013-08-14 12:59 ` [PATCH v3 1/3] usb: dwc3: msm: Add device tree binding information Ivan T. Ivanov
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Ivan T. Ivanov @ 2013-08-14 12:59 UTC (permalink / raw)
  To: balbi
  Cc: rob.herring, pawel.moll, mark.rutland, swarren, ian.campbell, rob,
	gregkh, grant.likely, idos, mgautam, devicetree, linux-doc,
	linux-kernel, linux-usb, linux-omap, linux-arm-msm,
	Ivan T. Ivanov

From: "Ivan T. Ivanov" <iivanov@mm-sol.com>

Hi,

These patches add basic support for USB3.0 controllers found
on MSM platforms. USB3.0 core is based on Synopsys DesignWare 
SuperSpeed IP. 

Changes since v2:
* Several improvements in devicetree bindings description
* Disable regulators in glue layer if there is error during 
  ioremap.

Changes since first version:
* Split devicetree bindings description file to separate patch
* Address comments for device bindings description
* Fix typo in 'gdsc' requlator name.

Generated on top of Felipe 'testing' branch.

Regards,
Ivan

Ivan T. Ivanov (3):
  usb: dwc3: msm: Add device tree binding information
  usb: phy: Add Qualcomm SS-USB and HS-USB drivers for DWC3 core
  usb: dwc3: Add Qualcomm DWC3 glue layer driver

 .../devicetree/bindings/usb/msm-ssusb.txt          |  108 ++++++
 drivers/usb/dwc3/Kconfig                           |    8 +
 drivers/usb/dwc3/Makefile                          |    1 +
 drivers/usb/dwc3/dwc3-msm.c                        |  169 +++++++++
 drivers/usb/phy/Kconfig                            |   11 +
 drivers/usb/phy/Makefile                           |    2 +
 drivers/usb/phy/phy-msm-dwc3-hs.c                  |  336 +++++++++++++++++
 drivers/usb/phy/phy-msm-dwc3-ss.c                  |  383 ++++++++++++++++++++
 8 files changed, 1018 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/usb/msm-ssusb.txt
 create mode 100644 drivers/usb/dwc3/dwc3-msm.c
 create mode 100644 drivers/usb/phy/phy-msm-dwc3-hs.c
 create mode 100644 drivers/usb/phy/phy-msm-dwc3-ss.c

-- 
1.7.9.5


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

end of thread, other threads:[~2013-08-19 16:30 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-14 12:59 [PATCH v3 0/3] DWC3 USB support for Qualcomm platform Ivan T. Ivanov
2013-08-14 12:59 ` [PATCH v3 1/3] usb: dwc3: msm: Add device tree binding information Ivan T. Ivanov
2013-08-16 22:44   ` Stephen Warren
2013-08-19 12:27     ` Ivan T. Ivanov
2013-08-19 16:21       ` Stephen Warren
2013-08-19 16:30       ` Stephen Boyd
2013-08-14 12:59 ` [PATCH v3 2/3] usb: phy: Add Qualcomm SS-USB and HS-USB drivers for DWC3 core Ivan T. Ivanov
2013-08-14 14:20   ` Josh Cartwright
2013-08-14 14:54     ` Ivan T. Ivanov
2013-08-14 12:59 ` [PATCH v3 3/3] usb: dwc3: Add Qualcomm DWC3 glue layer driver Ivan T. Ivanov
2013-08-14 16:06   ` Stephen Boyd
2013-08-14 19:11     ` Ivan T. Ivanov

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