-
Notifications
You must be signed in to change notification settings - Fork 1.5k
arch/arm/imxrt: Add support to both USB Controllers of iMXRT #16941
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Some iMXRT chips like iMXRT-1050 has two USB controllers, but until now only USB1 was supported. This patch modify the driver to support both USBs. Signed-off-by: Alan C. Assis <acassis@gmail.com>
This patch adds support to both USB controllers. Signed-off-by: Alan C. Assis <acassis@gmail.com>
Documentation/platforms/arm/imxrt/boards/arcx-socket-grid/index.rst
Outdated
Show resolved
Hide resolved
Signed-off-by: Alan C. Assis <acassis@gmail.com>
@xiaoxiang781216 @hartmannathan please re-review/approve |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you elaborate in the testing section about what tests you performed? I.e. tested each USB interface enabled individually and then tested with both configured at the same time, etc?
@linguini1 that is correct, I only focused on usbhost, the usbdev I kept same way. I will work on it later |
I trust that Alan did test this as a long-time contributor, but I think in the future PRs should be held to merge until some proof of testing or explanation of what was tested is included further. I personally don't think the testing information in this PR meets what I'd expect from other contributors. |
Summary
Some iMXRT chips like iMXRT-1050 has two USB controllers, but until
now only USB1 was supported. This patch modify the driver to support
both USBs.
Impact
Users will be able to use both USBs
Testing
arcx-socket-grid board