-
Notifications
You must be signed in to change notification settings - Fork 78
Update the USB documentation for J7 family of devices. #324
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
Merged
praneethbajjuri
merged 6 commits into
TexasInstruments:master
from
hrushikesh221:j722s_usb
Jun 16, 2025
Merged
Update the USB documentation for J7 family of devices. #324
praneethbajjuri
merged 6 commits into
TexasInstruments:master
from
hrushikesh221:j722s_usb
Jun 16, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Siddharth-Vadapalli-at-TI
approved these changes
Jun 13, 2025
praneethbajjuri
previously approved these changes
Jun 13, 2025
StaticRocket
requested changes
Jun 13, 2025
source/linux/Foundational_Components/Kernel/Kernel_Drivers/USB/CDNS3.rst
Show resolved
Hide resolved
Member
|
I'm not going to harp on it here, but please review the contribution guideline around commit formatting for future contributions. https://github.com/TexasInstruments/processor-sdk-doc/blob/master/CONTRIBUTING.md#commit-formatting |
Currently same USB documentation is used for all the J7 family devices. But this documentation is only valid for J721E EVM. Fix that by making documentation specific to the J721E EVM. Signed-off-by: Hrushikesh Salunke <[email protected]>
All the J7 family SoCs share same USB documentation. This documentation is incorrect in the case of J784S4 EVM. Update the documentation for J784S4 EVM. Signed-off-by: Hrushikesh Salunke <[email protected]>
All the J7 family SoCs share same USB documentation. This documentation is incorrect in the case of J742S2 EVM. Update the documentation for J742S2 EVM by adding 'J742S2' as a "CONFIG_part_variant" in the USB documentation for J784S4 EVM as same documentation is valid for both the platforms. Signed-off-by: Hrushikesh Salunke <[email protected]>
All the J7 family SoCs share same USB documentation. This documentation is incorrect in the case of J721S2 EVM. Update the documentation for J721S2 EVM. Signed-off-by: Hrushikesh Salunke <[email protected]>
All the J7 family SoCs share same USB documentation. This documentation is incorrect in the case of J7200 EVM. Update the documentation for J7200 EVM. Signed-off-by: Hrushikesh Salunke <[email protected]>
All the J7 family SoCs share same USB documentation. This documentation is incorrect in the case of J722S EVM. Update the documentation for J722S EVM. Signed-off-by: Hrushikesh Salunke <[email protected]>
StaticRocket
approved these changes
Jun 16, 2025
praneethbajjuri
approved these changes
Jun 16, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Currently same USB documentation is used for all the J7 family devices.
But this documentation is only valid for J721E EVM. Update the USB
documentation for J7 family of devices.