From: Andres Salomon <dilinger@queued.net>
To: Grant Likely <grant.likely@secretlab.ca>
Cc: devicetree-discuss@lists.ozlabs.org,
Daniel Drake <dsd@laptop.org>,
linux-kernel@vger.kernel.org
Subject: [PATCH 0/4] switch DT creation to using of_attach_node (v2)
Date: Thu, 17 Mar 2011 17:32:32 -0700 [thread overview]
Message-ID: <1300408356-15253-1-git-send-email-dilinger@queued.net> (raw)
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(-)
next reply other threads:[~2011-03-18 0:32 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-18 0:32 Andres Salomon [this message]
2011-03-18 0:32 ` [PATCH 1/4] of: rework of_attach_node, removing CONFIG_OF_DYNAMIC Andres Salomon
2011-04-08 16:52 ` Grant Likely
2011-03-18 0:32 ` [PATCH 2/4] of/promtree: switch to building the DT using of_attach_node Andres Salomon
2011-03-18 0:32 ` [PATCH 3/4] of/flattree: minor cleanups Andres Salomon
2011-03-23 20:35 ` Grant Likely
2011-03-18 0:32 ` [PATCH 4/4] of/flattree: use of_attach_node to build tree Andres Salomon
2011-03-18 5:45 ` [PATCH 0/4] switch DT creation to using of_attach_node (v2) Grant Likely
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1300408356-15253-1-git-send-email-dilinger@queued.net \
--to=dilinger@queued.net \
--cc=devicetree-discuss@lists.ozlabs.org \
--cc=dsd@laptop.org \
--cc=grant.likely@secretlab.ca \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome