git.cascardo.info Git - cascardo/linux.git/atom - Documentation/devicetree/todo.txt history Unnamed repository; edit this file 'description' to name the repository. http://git.cascardo.info/?p=cascardo/linux.git Thadeu Lima de Souza Cascardo static/git-favicon.png static/git-logo.png 2014-11-04T13:29:38Z gitweb of: Eliminate of_allnodes list 2014-10-03T15:28:27Z Grant Likely grant.likely@linaro.org Grant Likely grant.likely@linaro.org 2014-10-03T15:28:27Z http://git.cascardo.info/?p=cascardo/linux.git;a=commitdiff;h=5063e25a302e6a83f6590d9a06bd5f6400b17430
of: Eliminate of_allnodes list

The device tree structure is composed of two lists; the 'allnodes' list
which is a singly linked list containing every node in the tree, and the
child->parent structure where each parent node has a singly linked list
of children. All of the data in the allnodes list can be easily
reproduced with the parent-child lists, so of_allnodes is actually
unnecessary. Remove it entirely which saves a bit of memory and
simplifies the data structure quite a lot.

Signed-off-by: Grant Likely <grant.likely@linaro.org>
Cc: Rob Herring <robh@kernel.org>
Cc: Gaurav Minocha <gaurav.minocha.os@gmail.com>
Cc: Pantelis Antoniou <pantelis@pantelis.antoniou@konsulko.com>
  • [D] Documentation/devicetree/todo.txt
of: Add todo tasklist for Devicetree 2014-06-26T15:52:54Z Grant Likely grant.likely@linaro.org Grant Likely grant.likely@linaro.org 2014-06-26T15:52:54Z http://git.cascardo.info/?p=cascardo/linux.git;a=commitdiff;h=848007ba9eeae9436d988e3266f4e229ce71de87
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 <grant.likely@linaro.org>
  • [D] Documentation/devicetree/todo.txt