Grant Likely 5063e25a30 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>
2014-11-04 13:29:38 +00:00
..
2014-10-08 17:37:16 -04:00
2014-10-15 07:23:49 +02:00
2014-10-07 21:29:18 -04:00
2014-11-04 13:29:38 +00:00
2014-11-02 14:45:52 -08:00
2014-11-04 13:29:38 +00:00
2014-10-31 18:48:29 -07:00
2014-10-21 08:17:43 -07:00
2014-10-08 17:37:16 -04:00
2014-10-29 09:24:42 -07:00
2014-10-15 07:23:49 +02:00