Upcoming Rockchip VOP2 support makes use of of-graph which uncovered some bugs in the existing code. This series contains fixes for it and adds some missing functions.
Signed-off-by: Sascha Hauer <s.ha...@pengutronix.de> --- Sascha Hauer (5): of: fix of_get_next_child() for prev->parent != node of: fix of_graph_get_next_endpoint() of: of_graph: honour ports subnode of: of_graph: fix of_graph_get_next_endpoint() of: of_graph: add missing functions drivers/of/base.c | 104 +++++++++++++++++++++++++++++++++++++++++++++++++---- include/of.h | 8 +++++ include/of_graph.h | 4 +++ 3 files changed, 110 insertions(+), 6 deletions(-) --- base-commit: 419ea9350aa083d4a2806a70132129a49a5ecf95 change-id: 20240925-of-graph-fixes-1af3afb8595b Best regards, -- Sascha Hauer <s.ha...@pengutronix.de>