[PATCH 0/4] switch DT creation to using of_attach_node (v2)

Andres Salomon dilinger at queued.net
Fri Mar 18 11:32:32 EST 2011


This is attempt #2 to make OF core use of_attach_node for both promtree
and flattree building.  This reworks of_attach_node quite a bit to conform
with our expectations of how the DT should look in memory.

It's different in many ways from the original patches, so it's worth
reviewing each in their entirety.


Andres Salomon (4):
      of: rework of_attach_node, removing CONFIG_OF_DYNAMIC
      of/promtree: switch to building the DT using of_attach_node
      of/flattree: minor cleanups
      of/flattree: use of_attach_node to build tree

----
 b/drivers/of/Kconfig |    4 ----
 b/drivers/of/base.c  |   47 ++++++++++++++++++++++++++++++++---------------
 b/drivers/of/fdt.c   |    6 ++++--
 b/drivers/of/pdt.c   |   30 ++++++------------------------
 b/include/linux/of.h |    5 ++---
 drivers/of/fdt.c     |   35 ++++++++++++++---------------------
 include/linux/of.h   |    1 -
 7 files changed, 58 insertions(+), 70 deletions(-)





More information about the devicetree-discuss mailing list