From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH] devicetree command changes
Date: Mon, 19 May 2014 22:59:38 +0200 [thread overview]
Message-ID: <1400533184-668-1-git-send-email-s.hauer@pengutronix.de> (raw)
This series has some changes to the devicetree commands:
- Add devicetree completion
- Add a dedicated of_dump command to make dumping nodes easier
Sascha
----------------------------------------------------------------
Sascha Hauer (6):
complete: Fix completion after options
complete: Add devicetree completion
commands: add of_dump command
oftree: remove dump support
of: Drop devicetree merge support
oftree command: make devicetree file optargs to -l/-s
arch/arm/boards/highbank/init.c | 2 +-
arch/arm/cpu/dtb.c | 2 +-
arch/arm/lib/bootm.c | 2 +-
arch/mips/boot/dtb.c | 2 +-
commands/Kconfig | 15 +++++-
commands/Makefile | 1 +
commands/of_dump.c | 108 ++++++++++++++++++++++++++++++++++++++++
commands/of_node.c | 2 +
commands/of_property.c | 2 +
commands/oftree.c | 101 ++++++++-----------------------------
common/blspec.c | 2 +-
common/bootm.c | 2 +-
common/complete.c | 76 ++++++++++++++++++++++++++++
drivers/of/fdt.c | 44 +++++-----------
include/complete.h | 5 +-
include/of.h | 2 +-
16 files changed, 246 insertions(+), 122 deletions(-)
create mode 100644 commands/of_dump.c
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2014-05-19 21:00 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-19 20:59 Sascha Hauer [this message]
2014-05-19 20:59 ` [PATCH 1/6] complete: Fix completion after options Sascha Hauer
2014-05-19 20:59 ` [PATCH 2/6] complete: Add devicetree completion Sascha Hauer
2014-05-19 20:59 ` [PATCH 3/6] commands: add of_dump command Sascha Hauer
2014-05-21 13:17 ` Holger Schurig
2014-05-22 6:10 ` Sascha Hauer
2014-05-19 20:59 ` [PATCH 4/6] oftree: remove dump support Sascha Hauer
2014-05-20 8:01 ` Alexander Aring
2014-05-20 8:03 ` Alexander Aring
2014-05-20 9:08 ` Sascha Hauer
2014-05-19 20:59 ` [PATCH 5/6] of: Drop devicetree merge support Sascha Hauer
2014-05-20 15:08 ` Sebastian Hesselbarth
2014-05-21 6:13 ` Sascha Hauer
2014-05-21 6:35 ` Esben Haabendal
2014-05-21 12:39 ` Sascha Hauer
2014-05-21 13:24 ` Holger Schurig
2014-05-19 20:59 ` [PATCH 6/6] oftree command: make devicetree file optargs to -l/-s Sascha Hauer
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=1400533184-668-1-git-send-email-s.hauer@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.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