Re: [PATCH V3] dtc: Add ability to delete nodes and properties

2012-09-06 Thread Stephen Warren
On 09/06/2012 06:53 AM, Jon Loeliger wrote: >> On Tue, Aug 07, 2012 at 10:50:15PM -0600, Stephen Warren wrote: >>> dtc currently allows the contents of properties to be changed, and the >>> contents of nodes to be added to. There are situations where removing >>> properties or nodes may be useful.

Re: [PATCH V3] dtc: Add ability to delete nodes and properties

2012-09-06 Thread Jon Loeliger
> On Tue, Aug 07, 2012 at 10:50:15PM -0600, Stephen Warren wrote: > > From: Stephen Warren > > > > dtc currently allows the contents of properties to be changed, and the > > contents of nodes to be added to. There are situations where removing > > properties or nodes may be useful. This change im

Re: [PATCH V3] dtc: Add ability to delete nodes and properties

2012-09-03 Thread David Gibson
On Tue, Aug 07, 2012 at 10:50:15PM -0600, Stephen Warren wrote: > From: Stephen Warren > > dtc currently allows the contents of properties to be changed, and the > contents of nodes to be added to. There are situations where removing > properties or nodes may be useful. This change implements the

Re: [PATCH V3] dtc: Add ability to delete nodes and properties

2012-08-21 Thread Stephen Warren
On 08/07/2012 10:50 PM, Stephen Warren wrote: > From: Stephen Warren > > dtc currently allows the contents of properties to be changed, and the > contents of nodes to be added to. There are situations where removing > properties or nodes may be useful. This change implements the following > synta

[PATCH V3] dtc: Add ability to delete nodes and properties

2012-08-07 Thread Stephen Warren
From: Stephen Warren dtc currently allows the contents of properties to be changed, and the contents of nodes to be added to. There are situations where removing properties or nodes may be useful. This change implements the following syntax to do that: / { /delete-property/ propname;