linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] DTC: Introduce better DTS literal support
@ 2007-10-19 17:42 Jon Loeliger
  2007-10-19 22:57 ` David Gibson
  0 siblings, 1 reply; 2+ messages in thread
From: Jon Loeliger @ 2007-10-19 17:42 UTC (permalink / raw)
  To: linuxppc-dev

Folks,

This 4 part patch series for the DTC has:

    0001-Reformat-grammar-rules-to-not-mix-language-syntax-an.patch
    0002-Quiet-a-bogus-May-be-used-uninitialized-warning.patch
    0003-Appease-the-printf-format-Gods-with-a-correct-typ.patch
    0004-Begin-the-path-to-sane-literals-and-expressions.patch

The first is a pure whitespace formatting cleaning.
The second two clean compiler warnings.
The final one introduces a versioned DTS file with
    support for C-like literals.


 dtc-lexer.l      |  180 ++++++++++++++++++++++++++++--------
 dtc-parser.y     |  275 ++++++++++++++++++++++++++++++++++++++++--------------
 dtc.c            |   26 +++++
 dtc.h            |   23 ++++-
 flattree.c       |    2 +-
 srcpos.h         |    1 +
 tests/get_name.c |    2 +-
 treesource.c     |   24 ++++-
 8 files changed, 413 insertions(+), 120 deletions(-)


Thanks,
jdl

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

end of thread, other threads:[~2007-10-19 22:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-19 17:42 [PATCH 0/4] DTC: Introduce better DTS literal support Jon Loeliger
2007-10-19 22:57 ` David Gibson

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