All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] fdtdump: Make output prettier
@ 2017-06-14 14:53 Pantelis Antoniou
       [not found] ` <1497452030-15588-1-git-send-email-pantelis.antoniou-OWPKS81ov/FWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 14+ messages in thread
From: Pantelis Antoniou @ 2017-06-14 14:53 UTC (permalink / raw)
  To: David Gibson
  Cc: Tom Rini, Nishanth Menon, Tero Kristo, Frank Rowand, Rob Herring,
	Simon Glass, Devicetree Compiler,
	devicetree-u79uwXL29TY76Z2rM5mHXA, Pantelis Antoniou

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.

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(-)

-- 
2.1.4

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2017-06-18 11:36 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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   ` [PATCH 0/3] fdtdump: Make output prettier David Gibson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.