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

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

changes since v2:
- Removed the implementation of detecting the role from the wrapper
  driver and moved the implementation to using linux,extcon-usb-gpio
  driver for role detection.
- Updated the binding documentation and example to reflect the same.

changes since v1:
- Fixed the error with dev_pm_ops uninitialization, in patch 2.
  This was reported by kernel test bot
- In patch 1, made correction in grammer of clocks property description
  and added maxItems in the interrupts property based on comments
  received from Roger
- In patch 1, corrected the title, fixed the description of
  ti,syscon-phy-pll-refclk, added pattern properties and child node
  in the example based on the comments from Krzysztof. 

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  | 115 +++++
 drivers/usb/dwc3/Kconfig                      |   9 +
 drivers/usb/dwc3/Makefile                     |   1 +
 drivers/usb/dwc3/dwc3-am62.c                  | 446 ++++++++++++++++++
 4 files changed, 571 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] 12+ messages in thread

end of thread, other threads:[~2022-04-07  9:13 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-06 13:52 [PATCH v3 0/2] AM62: Add support for AM62 USB wrapper driver Aswath Govindraju
2022-04-06 13:52 ` [PATCH v3 1/2] dt-bindings: usb: Add documentation for AM62 USB Wrapper module Aswath Govindraju
2022-04-07  7:34   ` Krzysztof Kozlowski
2022-04-07  8:01   ` Roger Quadros
2022-04-06 13:52 ` [PATCH v3 2/2] drivers: usb: dwc3: Add AM62 USB wrapper driver Aswath Govindraju
2022-04-07  7:59   ` Roger Quadros
2022-04-07  8:21     ` Aswath Govindraju
2022-04-07  8:20   ` Roger Quadros
2022-04-07  8:24     ` Aswath Govindraju
2022-04-07  8:27       ` Aswath Govindraju
2022-04-07  8:54         ` Roger Quadros
2022-04-07  9:13           ` Aswath Govindraju

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