Skip to content

Commit 848007b

Browse files
committed
of: Add todo tasklist for Devicetree
There are a number of outstanding workitems that need to be done on the device tree code. Start tracking them so that interested developers can pick up a task and start working on it. Signed-off-by: Grant Likely <[email protected]>
1 parent cd3de83 commit 848007b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Documentation/devicetree/todo.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Todo list for devicetree:
2+
3+
=== General structure ===
4+
- Switch from custom lists to (h)list_head for nodes and properties structure
5+
- Remove of_allnodes list and iterate using list of child nodes alone
6+
7+
=== CONFIG_OF_DYNAMIC ===
8+
- Switch to RCU for tree updates and get rid of global spinlock
9+
- Document node lifecycle for CONFIG_OF_DYNAMIC
10+
- Always set ->full_name at of_attach_node() time
11+
- pseries: Get rid of open-coded tree modification from arch/powerpc/platforms/pseries/dlpar.c

0 commit comments

Comments
 (0)