Re: dtc: Allow multiple labels on nodes and properties (v2)

2010-02-24 Thread Jon Loeliger
Oops, don't apply that one, it has an uninitialized variable bug. Here's a fixed version. dtc: Allow multiple labels on nodes and properties At present, both the grammar and our internal data structures mean that there can be only one label on a node or property. This is a fairly

Re: dtc: Audit and fix valgrind errors

2010-02-24 Thread Jon Loeliger
The somewhat embarrasing bug in the first version of my previous patch would have been detected by valgrind. Thus reminded, I've run the testsuite under valgrind and fixed any errors I found. This turned out to be just some uninitialized buffers in test programs. The fragments of

Re: dtc: Allow multiple labels on nodes and properties (v2)

2010-02-24 Thread David Gibson
On Wed, Feb 24, 2010 at 08:57:05AM -0600, Jon Loeliger wrote: Oops, don't apply that one, it has an uninitialized variable bug. Here's a fixed version. dtc: Allow multiple labels on nodes and properties At present, both the grammar and our internal data structures mean that there

Re: [RFC] driver-core: Add device node pointer to struct device

2010-02-24 Thread Greg KH
On Wed, Feb 24, 2010 at 03:09:24PM -0700, Grant Likely wrote: On Wed, Feb 24, 2010 at 2:44 PM, Greg KH gre...@suse.de wrote: On Wed, Feb 24, 2010 at 02:10:30PM -0700, Grant Likely wrote: Greg and Kay, This is a patch from a larger series of OF related cleanup patches.  This one adds a

Re: [PATCH] Update .gitignore files

2010-02-24 Thread David Gibson
On Wed, Feb 24, 2010 at 12:06:23PM -0700, Grant Likely wrote: Filter out all the generated bits from git revision control Looks good to me, but you have no S-o-b line. -- David Gibson| I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist,

Re: [PATCH] Update .gitignore files

2010-02-24 Thread Grant Likely
On Wed, Feb 24, 2010 at 6:55 PM, David Gibson da...@gibson.dropbear.id.au wrote: On Wed, Feb 24, 2010 at 12:06:23PM -0700, Grant Likely wrote: Filter out all the generated bits from git revision control Looks good to me, but you have no S-o-b line. Signed-off-by: Grant Likely