diff options
author | Frank Rowand <frank.rowand@sony.com> | 2018-10-14 20:22:19 -0700 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2018-11-05 13:15:32 -0600 |
commit | 4202dd2cb2d8443980ba70a455726ff7fc69bcd8 (patch) | |
tree | 01904156bc6bd5005f606800c3064491e126d5e3 /Documentation/devicetree/todo.txt | |
parent | 651022382c7f8da46cb4872a545ee1da6d097d2a (diff) |
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 <frank.rowand@sony.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/todo.txt')
-rw-r--r-- | Documentation/devicetree/todo.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Documentation/devicetree/todo.txt b/Documentation/devicetree/todo.txt deleted file mode 100644 index b5139d1de811..000000000000 --- 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 |