mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/5] of-graph fixes
@ 2024-09-25 14:01 Sascha Hauer
  2024-09-25 14:01 ` [PATCH 1/5] of: fix of_get_next_child() for prev->parent != node Sascha Hauer
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Sascha Hauer @ 2024-09-25 14:01 UTC (permalink / raw)
  To: open list:BAREBOX

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.hauer@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.hauer@pengutronix.de>




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-09-27 10:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-25 14:01 [PATCH 0/5] of-graph fixes Sascha Hauer
2024-09-25 14:01 ` [PATCH 1/5] of: fix of_get_next_child() for prev->parent != node Sascha Hauer
2024-09-25 14:01 ` [PATCH 2/5] of: fix of_graph_get_next_endpoint() Sascha Hauer
2024-09-25 14:01 ` [PATCH 3/5] of: of_graph: honour ports subnode Sascha Hauer
2024-09-25 14:01 ` [PATCH 4/5] of: of_graph: fix of_graph_get_next_endpoint() Sascha Hauer
2024-09-25 14:01 ` [PATCH 5/5] of: of_graph: add missing functions Sascha Hauer
2024-09-27 10:39 ` [PATCH 0/5] of-graph fixes Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox