From: Frank Rowand Date: Mon, 15 Oct 2018 03:22:19 +0000 (-0700) Subject: of: Documentation: remove unmaintained todo file X-Git-Tag: v5.15~7305^2~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4202dd2cb2d8443980ba70a455726ff7fc69bcd8;p=platform%2Fkernel%2Flinux-starfive.git of: Documentation: remove unmaintained todo file The todo.txt file was created by a previous maintainer and has never been updated by the current OPEN FIRMWARE AND FLATTENED DEVICE TREE maintainers. Remove the out of date file. Signed-off-by: Frank Rowand Signed-off-by: Rob Herring --- diff --git a/Documentation/devicetree/todo.txt b/Documentation/devicetree/todo.txt deleted file mode 100644 index b5139d1..0000000 --- a/Documentation/devicetree/todo.txt +++ /dev/null @@ -1,10 +0,0 @@ -Todo list for devicetree: - -=== General structure === -- Switch from custom lists to (h)list_head for nodes and properties structure - -=== CONFIG_OF_DYNAMIC === -- Switch to RCU for tree updates and get rid of global spinlock -- Document node lifecycle for CONFIG_OF_DYNAMIC -- Always set ->full_name at of_attach_node() time -- pseries: Get rid of open-coded tree modification from arch/powerpc/platforms/pseries/dlpar.c