mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v9 0/5] support rockchip dwc3 driver
@ 2016-08-15  6:59 William Wu
  2016-08-15  6:59 ` [PATCH v9 1/5] usb: dwc3: add dis_u2_freeclk_exists_quirk William Wu
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: William Wu @ 2016-08-15  6:59 UTC (permalink / raw)
  To: gregkh, balbi, heiko
  Cc: linux-rockchip, briannorris, dianders, kever.yang, huangtao,
	frank.wang, eddie.cai, John.Youn, linux-kernel, linux-usb,
	sergei.shtylyov, robh+dt, mark.rutland, devicetree, zhengsq, zyw,
	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, but not 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

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

end of thread, other threads:[~2016-08-15  7:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-15  6:59 [PATCH v9 0/5] support rockchip dwc3 driver William Wu
2016-08-15  6:59 ` [PATCH v9 1/5] usb: dwc3: add dis_u2_freeclk_exists_quirk William Wu
2016-08-15  6:59 ` [PATCH v9 2/5] usb: dwc3: make usb2 phy utmi interface configurable William Wu
2016-08-15  6:59 ` [PATCH v9 3/5] usb: dwc3: add dis_del_phy_power_chg_quirk William Wu
2016-08-15  6:59 ` [PATCH v9 4/5] usb: dwc3: rockchip: add devicetree bindings documentation William Wu
2016-08-15  7:05 ` [PATCH v9 5/5] usb: dwc3: add rockchip specific glue layer William Wu
2016-08-15  7:56   ` kbuild test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®