* [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
* Re: [PATCH 0/4] DTC: Introduce better DTS literal support
2007-10-19 17:42 [PATCH 0/4] DTC: Introduce better DTS literal support Jon Loeliger
@ 2007-10-19 22:57 ` David Gibson
0 siblings, 0 replies; 2+ messages in thread
From: David Gibson @ 2007-10-19 22:57 UTC (permalink / raw)
To: Jon Loeliger; +Cc: linuxppc-dev
On Fri, Oct 19, 2007 at 12:42:02PM -0500, Jon Loeliger wrote:
> 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.
I certainly have some comments on these, but I'm busy today and won't
be able to comment in detail until Monday or so. Please don't apply
them to mainline before then?
--
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
^ 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).