summaryrefslogtreecommitdiff
path: root/drivers/core/ofnode_graph.c
AgeCommit message (Collapse)Author
2025-04-10core: ofnode_graph: Fix a commentMiquel Raynal
Naming between the parameter list, the prototype and the main comment do not match. Fix the comment which seems the be the one that is incorrect. Fixes: 9057077cf4e1 ("core: ofnode: add of_graph parsing helpers") Signed-off-by: Miquel Raynal <[email protected]> Reviewed-by: Svyatoslav Ryhel <[email protected]>
2025-03-08core: ofnode: add of_graph parsing helpersSvyatoslav Ryhel
Add a mostly complete list of ofnode analogs of of_graph parsing helpers. Signed-off-by: Svyatoslav Ryhel <[email protected]>