drivers: usb: uhc: Added dwc2 vendor quirks for esp32 [part3] #102965
drivers: usb: uhc: Added dwc2 vendor quirks for esp32 [part3] #102965roma-jam wants to merge 2 commits intozephyrproject-rtos:mainfrom
Conversation
006d990 to
3af871b
Compare
|
How about also providing the This way other PRs on top of this do not need to do manual modifications to test this. |
3af871b to
273b2e7
Compare
|
Hi @josuah added that in the [part2], so it is automatically present in this PR as well. Thanks. |
af936d7 to
87381d4
Compare
87381d4 to
a96116b
Compare
46ce20d to
593b199
Compare
|
Some of my comments in #102967 applies here as the code is the same (or partially the same). |
593b199 to
013d430
Compare
Added: - Driver API signatures without implementation - DT miltiinstance definition of uhc dwc2 - Stubbed vendor quirks calls for esp32 - Added the esp32s3 overlay for usb shell example for testing purpose Signed-off-by: Roman Leonov <jam_roma@yahoo.com>
- Added esp32 specific vendor PHY configuration - Added specific esp32 IRQ configuration Signed-off-by: Roman Leonov <jam_roma@yahoo.com>
013d430 to
9b87edb
Compare
|
|
This pull request has been marked as stale because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 7 days. Note, that you can always re-open a closed pull request at any time. |
|
Please, remove the |
|
@roma-jam please ping back if there is pending reviews.. |
|
Will address all the rest notes in the follow-up PR, which introduces the fixed state that might be tested on a hardware. After applying all necessary changes will close this PR. For the follow up, please refer to the #102967. |
|
All notes from this PR have been noted and considered in follow-up PR. |



Collective Pull-request
Contains the incoming features and all the prerequisites.
Description
Added vendor specific DWC2 quirks.
This feature enables the possibility to power up the DWC2 controller and read the configuration registers.
Changes
Updated
drivers/usb/uhc/uhc_dwc2_vendor_quirks.hRelated