msm-4.14/Documentation
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-09-26 08:24:05 +01:00
2014-10-08 17:22:23 -04:00
2014-10-09 22:26:02 -04:00
2014-11-04 13:29:38 +00:00
2014-08-25 03:28:09 -05:00
2014-08-06 23:36:12 -07:00
2014-06-11 08:35:34 -07:00
2014-10-23 23:02:36 +02:00
2014-10-10 22:04:49 -04:00
2014-06-19 17:45:14 -07:00
2014-08-26 09:35:54 +02:00
2014-08-08 15:57:24 -07:00
2014-09-23 23:44:16 -07:00