[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220406135214.6989-1-a-govindraju@ti.com>
Date: Wed, 6 Apr 2022 19:22:09 +0530
From: Aswath Govindraju <a-govindraju@...com>
To: unlisted-recipients:; (no To-header on input)
CC: Vignesh Raghavendra <vigneshr@...com>,
Kishon Vijay Abraham I <kishon@...com>,
Aswath Govindraju <a-govindraju@...com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Felipe Balbi <balbi@...nel.org>, <linux-usb@...r.kernel.org>,
<devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: [PATCH v3 0/2] AM62: Add support for AM62 USB wrapper driver
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
Powered by blists - more mailing lists