From: David Gibson <david-xT8FGy+AXnRB3Ne2BGzF6laj5H9X9Tb+@public.gmane.org>
To: Pantelis Antoniou
<pantelis.antoniou-OWPKS81ov/FWk0Htik3J/w@public.gmane.org>
Cc: Tom Rini <trini-OWPKS81ov/FWk0Htik3J/w@public.gmane.org>,
Nishanth Menon <nm-l0cyMroinI0@public.gmane.org>,
Tero Kristo <t-kristo-l0cyMroinI0@public.gmane.org>,
Frank Rowand
<frowand.list-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Simon Glass <sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>,
Devicetree Compiler
<devicetree-compiler-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 0/3] fdtdump: Make output prettier
Date: Wed, 14 Jun 2017 23:08:31 +0800 [thread overview]
Message-ID: <20170614150831.GG2614@umbus> (raw)
In-Reply-To: <1497452030-15588-1-git-send-email-pantelis.antoniou-OWPKS81ov/FWk0Htik3J/w@public.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 1149 bytes --]
On Wed, Jun 14, 2017 at 05:53:47PM +0300, Pantelis Antoniou wrote:
> fdtdump output can be very hard to read;
>
> This patch makes sure that escaped characters are correctly detected
> as strings and that output respects a given column width.
I really wish people would stop trying to use fdtdump as something
it's not. It's a trivial debug tool, nothing more. Options for
pretty don't belong here. If you want nicer dtb->dts output, use dtc
-I dtb -O dts.
>
> Pantelis Antoniou (3):
> util: Add method for escape output handling
> fdtdump: Prettify output of properties
> manual: Document prettification fdtdump options
>
> Documentation/manual.txt | 2 +
> fdtdump.c | 103 ++++++++++++++++++++++++++++++++++++++++++++---
> util.c | 70 +++++++++++++++++++++++++++++++-
> util.h | 35 ++++++++++++++++
> 4 files changed, 204 insertions(+), 6 deletions(-)
>
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
prev parent reply other threads:[~2017-06-14 15:08 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-14 14:53 [PATCH 0/3] fdtdump: Make output prettier Pantelis Antoniou
[not found] ` <1497452030-15588-1-git-send-email-pantelis.antoniou-OWPKS81ov/FWk0Htik3J/w@public.gmane.org>
2017-06-14 14:53 ` [PATCH 1/3] util: Add method for escape output handling Pantelis Antoniou
2017-06-14 14:53 ` [PATCH 2/3] fdtdump: Prettify output of properties Pantelis Antoniou
[not found] ` <1497452030-15588-3-git-send-email-pantelis.antoniou-OWPKS81ov/FWk0Htik3J/w@public.gmane.org>
2017-06-14 15:06 ` David Gibson
2017-06-14 19:12 ` Pantelis Antoniou
2017-06-18 11:33 ` David Gibson
2017-06-15 23:52 ` Tom Rini
2017-06-16 1:17 ` Frank Rowand
[not found] ` <594331A0.6050305-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-06-16 15:40 ` Tom Rini
2017-06-16 19:01 ` Frank Rowand
[not found] ` <59442B0F.4010706-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-06-17 0:34 ` Tom Rini
2017-06-18 11:36 ` David Gibson
2017-06-14 14:53 ` [PATCH 3/3] manual: Document prettification fdtdump options Pantelis Antoniou
2017-06-14 15:08 ` David Gibson [this message]
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=20170614150831.GG2614@umbus \
--to=david-xt8fgy+axnrb3ne2bgzf6laj5h9x9tb+@public.gmane.org \
--cc=devicetree-compiler-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=frowand.list-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=nm-l0cyMroinI0@public.gmane.org \
--cc=pantelis.antoniou-OWPKS81ov/FWk0Htik3J/w@public.gmane.org \
--cc=robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org \
--cc=t-kristo-l0cyMroinI0@public.gmane.org \
--cc=trini-OWPKS81ov/FWk0Htik3J/w@public.gmane.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;
as well as URLs for NNTP newsgroup(s).