-
Notifications
You must be signed in to change notification settings - Fork 78
feat(PRU-ICSS): Add firmware name handling #334
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
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.
Also address vale comments
source/linux/Foundational_Components/PRU-ICSS/Linux_Drivers/PRU_ICSSG_Ethernet.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/PRU-ICSS/Linux_Drivers/PRU_ICSSG_Ethernet.rst
Outdated
Show resolved
Hide resolved
|
Thanks for the update. Are you sending a followup rev for vale fixes as well ? |
@praneethbajjuri I addressed the vale failures from the first revision. After updating the PR I see that it still has some vale warnings but no vale error. Do we need to address vale warnings as well? |
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.
Yes, please review the vale warnings. You can ignore the acronym warnings but please check spelling and passive voice usage.
Also the use of ` is a bit off. One backtick (`) is an inline literal. Two backticks (``) is an inline code section. The parsing is different between the two so please evaluate the usage here. Inline code is normally safer to use if you don't know which to pick.
source/linux/Foundational_Components/PRU-ICSS/Linux_Drivers/PRU_ICSSG_Ethernet.rst
Outdated
Show resolved
Hide resolved
The ICSSG driver reads the firmware names from device tree. Add documentation on how these name are read. Signed-off-by: MD Danish Anwar <[email protected]>
The ICSSG driver reads the firmware names from device tree. Add documentation on how these name are read.