todo.txt 485 B

1234567891011
  1. Todo list for devicetree:
  2. === General structure ===
  3. - Switch from custom lists to (h)list_head for nodes and properties structure
  4. - Remove of_allnodes list and iterate using list of child nodes alone
  5. === CONFIG_OF_DYNAMIC ===
  6. - Switch to RCU for tree updates and get rid of global spinlock
  7. - Document node lifecycle for CONFIG_OF_DYNAMIC
  8. - Always set ->full_name at of_attach_node() time
  9. - pseries: Get rid of open-coded tree modification from arch/powerpc/platforms/pseries/dlpar.c