All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v10 0/5] support rockchip dwc3 driver
@ 2016-08-15  8:50 ` William Wu
  0 siblings, 0 replies; 25+ messages in thread
From: William Wu @ 2016-08-15  8:50 UTC (permalink / raw)
  To: gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r,
	balbi-DgEjT+Ai2ygdnm+yROfE0A, heiko-4mtYJXux2i+zQB+pC5nmwQ
  Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	briannorris-hpIqsD4AKlfQT0dZR+AlfA,
	dianders-hpIqsD4AKlfQT0dZR+AlfA,
	kever.yang-TNX95d0MmH7DzftRWevZcw,
	huangtao-TNX95d0MmH7DzftRWevZcw,
	frank.wang-TNX95d0MmH7DzftRWevZcw,
	eddie.cai-TNX95d0MmH7DzftRWevZcw,
	John.Youn-HKixBCOQz3hWk0Htik3J/w,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-usb-u79uwXL29TY76Z2rM5mHXA,
	sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8,
	devicetree-u79uwXL29TY76Z2rM5mHXA, zhengsq-TNX95d0MmH7DzftRWevZcw,
	zyw-TNX95d0MmH7DzftRWevZcw, William Wu

This series add support for rockchip DWC3 driver,
and add additional optional properties for specific
platforms (e.g., rockchip rk3399 platform).

And because rockchip DWC3 need additional handling of
cable events and mode switch to support DRD mode, so
we add a new dwc3-rockchip driver, rather than use the
generic of glue layer which merely enable some clocks
and populate its children.

William Wu (5):
  usb: dwc3: add dis_u2_freeclk_exists_quirk
  usb: dwc3: make usb2 phy utmi interface configurable
  usb: dwc3: add dis_del_phy_power_chg_quirk
  usb: dwc3: rockchip: add devicetree bindings documentation
  usb: dwc3: add rockchip specific glue layer

 Documentation/devicetree/bindings/usb/dwc3.txt     |   5 +
 Documentation/devicetree/bindings/usb/generic.txt  |   6 +
 .../devicetree/bindings/usb/rockchip,dwc3.txt      |  71 ++++
 drivers/usb/dwc3/Kconfig                           |   9 +
 drivers/usb/dwc3/Makefile                          |   1 +
 drivers/usb/dwc3/core.c                            |  30 +-
 drivers/usb/dwc3/core.h                            |  21 +
 drivers/usb/dwc3/dwc3-rockchip.c                   | 441 +++++++++++++++++++++
 8 files changed, 583 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/usb/rockchip,dwc3.txt
 create mode 100644 drivers/usb/dwc3/dwc3-rockchip.c

-- 
1.9.1


--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2016-08-16 11:56 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-15  8:50 [PATCH v10 0/5] support rockchip dwc3 driver William Wu
2016-08-15  8:50 ` William Wu
     [not found] ` <1471251031-17084-1-git-send-email-william.wu-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2016-08-15  8:50   ` [PATCH v10 1/5] usb: dwc3: add dis_u2_freeclk_exists_quirk William Wu
2016-08-15  8:50     ` William Wu
2016-08-15  8:50   ` [PATCH v10 2/5] usb: dwc3: make usb2 phy utmi interface configurable William Wu
2016-08-15  8:50     ` William Wu
2016-08-15  8:50   ` [PATCH v10 3/5] usb: dwc3: add dis_del_phy_power_chg_quirk William Wu
2016-08-15  8:50     ` William Wu
2016-08-15  8:50   ` [PATCH v10 4/5] usb: dwc3: rockchip: add devicetree bindings documentation William Wu
2016-08-15  8:50     ` William Wu
2016-08-15  8:54   ` [PATCH v10 5/5] usb: dwc3: add rockchip specific glue layer William Wu
2016-08-15  8:54     ` William Wu
2016-08-15 10:55     ` kbuild test robot
2016-08-15 10:55       ` kbuild test robot
     [not found]     ` <1471251284-1804-1-git-send-email-william.wu-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2016-08-15 15:02       ` kbuild test robot
2016-08-15 15:02         ` kbuild test robot
2016-08-16  7:19       ` Felipe Balbi
2016-08-16  7:19         ` Felipe Balbi
     [not found]         ` <87y43x89l3.fsf-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2016-08-16 10:24           ` William.wu
2016-08-16 10:24             ` William.wu
     [not found]             ` <de9ede71-82a5-0aec-4bcc-8cb1dca15a6d-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2016-08-16 10:43               ` Felipe Balbi
2016-08-16 10:43                 ` Felipe Balbi
     [not found]                 ` <8737m5804l.fsf-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2016-08-16 11:47                   ` William.wu
2016-08-16 11:47                     ` William.wu
2016-08-16 11:56                     ` Felipe Balbi

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.