devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add a separate DWC3 OF driver for Xilinx platforms
@ 2020-08-26 18:43 Manish Narani
  2020-08-26 18:44 ` [PATCH 1/2] dt-bindings: usb: dwc3-xilinx: Add documentation for Versal DWC3 Controller Manish Narani
  2020-08-26 18:44 ` [PATCH 2/2] usb: dwc3: Add driver for Xilinx platforms Manish Narani
  0 siblings, 2 replies; 17+ messages in thread
From: Manish Narani @ 2020-08-26 18:43 UTC (permalink / raw)
  To: gregkh, robh+dt, michal.simek, balbi, p.zabel
  Cc: linux-usb, devicetree, linux-arm-kernel, linux-kernel, git,
	Manish Narani

This patch series documents the Xilinx Versal DWC3 controller. This also
adds a new Xilinx specific driver for adding new features in the future.

Manish Narani (2):
  dt-bindings: usb: dwc3-xilinx: Add documentation for Versal DWC3
    Controller
  usb: dwc3: Add driver for Xilinx platforms

 .../devicetree/bindings/usb/dwc3-xilinx.txt   |  12 +-
 drivers/usb/dwc3/Kconfig                      |   8 +
 drivers/usb/dwc3/Makefile                     |   1 +
 drivers/usb/dwc3/dwc3-of-simple.c             |   1 -
 drivers/usb/dwc3/dwc3-xilinx.c                | 416 ++++++++++++++++++
 5 files changed, 436 insertions(+), 2 deletions(-)
 create mode 100644 drivers/usb/dwc3/dwc3-xilinx.c

-- 
2.17.1


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

end of thread, other threads:[~2020-09-09 17:04 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-26 18:43 [PATCH 0/2] Add a separate DWC3 OF driver for Xilinx platforms Manish Narani
2020-08-26 18:44 ` [PATCH 1/2] dt-bindings: usb: dwc3-xilinx: Add documentation for Versal DWC3 Controller Manish Narani
2020-09-08 23:05   ` Rob Herring
2020-09-09 15:46     ` Manish Narani
2020-09-09 16:00       ` Rob Herring
2020-08-26 18:44 ` [PATCH 2/2] usb: dwc3: Add driver for Xilinx platforms Manish Narani
2020-08-26 19:00   ` Randy Dunlap
2020-08-27  6:31   ` Felipe Balbi
2020-08-28 11:41     ` Manish Narani
2020-09-01 12:15       ` Felipe Balbi
2020-09-09  9:14         ` Manish Narani
2020-09-09 10:26           ` Felipe Balbi
2020-08-27  7:42   ` Chunfeng Yun
2020-08-27  9:02   ` Philipp Zabel
2020-08-27 18:46   ` Robin Murphy
2020-08-28 17:53     ` Manish Narani
2020-09-01 12:00       ` Robin Murphy

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