-
Notifications
You must be signed in to change notification settings - Fork 78
feat(linux): Add ICSSM documentation support #444
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
feat(linux): Add ICSSM documentation support #444
Conversation
|
@danish-ti can you please review this PR |
|
New unreachable files found with check-files.sh: |
StaticRocket
left a comment
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.
You are mixing fixes and content changes. I've commented on the fix related issues. I'll review content changes once those are addressed.
source/linux/Foundational_Components/PRU-ICSS/Linux_Drivers/PRU-ICSS_Ethernet.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/PRU-ICSS/Linux_Drivers/PRU-ICSS_Ethernet.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/PRU-ICSS/Linux_Drivers/PRU-ICSS_Ethernet.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/PRU-ICSS/Linux_Drivers/PRU-ICSS_Ethernet.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/PRU-ICSS/Linux_Drivers/PRU-ICSS_Ethernet.rst
Show resolved
Hide resolved
source/linux/Foundational_Components/PRU-ICSS/Linux_Drivers/PRU-ICSS_Ethernet.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/PRU-ICSS/Linux_Drivers/PRU-ICSS_Ethernet.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/PRU-ICSS/Linux_Drivers/PRU-ICSS_Ethernet.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/PRU-ICSS/Linux_Drivers/PRU-ICSS_Ethernet.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/PRU-ICSS/Linux_Drivers/PRU-ICSS_Ethernet.rst
Outdated
Show resolved
Hide resolved
c4ead49 to
4b97cdb
Compare
|
New unreachable files found with check-files.sh: |
4b97cdb to
07c80d6
Compare
|
New unreachable files found with check-files.sh: |
ebcd452 to
0dd28c7
Compare
|
New unreachable files found with check-files.sh: |
StaticRocket
left a comment
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.
As indicated by the workflows, source/images/K2g_ice.PNG is no longer being used by any document as a result of this PR. Please remove that file with the commit that removes the last reference to it.
source/linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_Offload.rst
Show resolved
Hide resolved
source/linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_PRP_Non_Offload.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_PRP_Non_Offload.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_PRP_Non_Offload.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_PRP_Non_Offload.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/PRU-ICSS/Linux_Drivers/PRU-ICSS_Ethernet.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/PRU-ICSS/Linux_Drivers/PRU-ICSS_Ethernet.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/PRU-ICSS/Linux_Drivers/PRU-ICSS_Ethernet.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/PRU-ICSS/Linux_Drivers/PRU-ICSS_Ethernet.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/PRU-ICSS/Linux_Drivers/PRU-ICSS_Ethernet.rst
Outdated
Show resolved
Hide resolved
0dd28c7 to
961630f
Compare
source/linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_PRP_Non_Offload.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_PRP_Non_Offload.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/PRU-ICSS/Linux_Drivers/PRU-ICSS_Ethernet.rst
Outdated
Show resolved
Hide resolved
961630f to
44c9058
Compare
praneethbajjuri
left a comment
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.
@dao-qiu for review
source/linux/Foundational_Components/PRU-ICSS/Linux_Drivers/PRU-ICSS_Ethernet.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_Offload.rst
Show resolved
Hide resolved
source/linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_PRP_Non_Offload.rst
Show resolved
Hide resolved
source/linux/Foundational_Components/Kernel/Kernel_Drivers/Network/PRP_Offload.rst
Show resolved
Hide resolved
44c9058 to
4e2a7d4
Compare
|
@nsaulnier-ti |
Patches can be merged only once
|
StaticRocket
left a comment
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.
Please address the new vale comments about terminology. I'm not as concerned with the acronyms at the moment, though those will need to be addressed later.
source/linux/Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_Offload.rst
Outdated
Show resolved
Hide resolved
…437X This patch updates existing ICSSM doc for AM57x and adds ICSSM doc support for AM335x and AM437x. Signed-off-by: Meghana Malladi <[email protected]>
4e2a7d4 to
120f785
Compare
Add HSR offload and non-offload documentation support for AM65x, AM335x, AM437x and AM57x. Update the hsr scripts to include interface up/down before enabling HSR. Update PRUSS documentation for AM335x, AM437x and AM57x. Signed-off-by: Meghana Malladi <[email protected]>
Signed-off-by: Meghana Malladi <[email protected]>
120f785 to
cefacb0
Compare
|
@nsaulnier-ti can you please ack this PR, if everything's clear and good to go. |
b7b816e
into
TexasInstruments:master
Add ICSSM documentation support for dual emac, switch and HSR.