devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] AM62: Add support for AM62 USB wrapper driver
@ 2022-03-23  5:35 Aswath Govindraju
  2022-03-23  5:35 ` [PATCH 1/2] dt-bindings: usb: Add documentation for AM62 USB Wrapper module Aswath Govindraju
  2022-03-23  5:35 ` [PATCH 2/2] drivers: usb: dwc3: Add AM62 USB wrapper driver Aswath Govindraju
  0 siblings, 2 replies; 11+ messages in thread
From: Aswath Govindraju @ 2022-03-23  5:35 UTC (permalink / raw)
  Cc: linux-kernel, devicetree, linux-usb, Felipe Balbi,
	Krzysztof Kozlowski, Rob Herring, Greg Kroah-Hartman,
	Roger Quadros, Vignesh Raghavendra, Kishon Vijay Abraham I,
	Aswath Govindraju

The following series of patches add support for AM62 USB wrapper driver
and its corresponding bindings.

Aswath Govindraju (2):
  dt-bindings: usb: Add documentation for AM62 USB Wrapper module
  drivers: usb: dwc3: Add AM62 USB wrapper driver

 .../devicetree/bindings/usb/ti,am62-usb.yaml  |  98 +++
 drivers/usb/dwc3/Kconfig                      |   9 +
 drivers/usb/dwc3/Makefile                     |   1 +
 drivers/usb/dwc3/dwc3-am62.c                  | 577 ++++++++++++++++++
 4 files changed, 685 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/usb/ti,am62-usb.yaml
 create mode 100644 drivers/usb/dwc3/dwc3-am62.c

-- 
2.17.1


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

end of thread, other threads:[~2022-03-23 12:17 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-23  5:35 [PATCH 0/2] AM62: Add support for AM62 USB wrapper driver Aswath Govindraju
2022-03-23  5:35 ` [PATCH 1/2] dt-bindings: usb: Add documentation for AM62 USB Wrapper module Aswath Govindraju
2022-03-23  6:17   ` Roger Quadros
2022-03-23  6:19     ` Roger Quadros
2022-03-23  7:54   ` Roger Quadros
2022-03-23  9:05   ` Krzysztof Kozlowski
2022-03-23  9:17     ` Aswath Govindraju
2022-03-23  9:21       ` Krzysztof Kozlowski
2022-03-23  5:35 ` [PATCH 2/2] drivers: usb: dwc3: Add AM62 USB wrapper driver Aswath Govindraju
2022-03-23  9:33   ` kernel test robot
2022-03-23 12:17   ` kernel test robot

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